#5FAF07
A dark, vivid green closely aligning with Yellowgreen.
About #5FAF07
Visually, #5FAF07 is defined as a vivid green. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 175, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 46% C, 0% M, 96% Y, and 31% K. The HSL representation is 88.6° hue, 92.3% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FAF07
RGB95, 175, 7
HSL88.6°, 92.3%, 35.7%
CMYK46%, 0%, 96%, 31%
HSV88.6°, 96.0%, 68.6%
LAB64.2, -48.1, 64.3
XYZ20.1, 33.1, 5.5
Decimal6270727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.62:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FAF07;
}
.text-color {
color: #5FAF07;
}
.border-color {
border: 2px solid #5FAF07;
}