#75AF07
A dark, vivid green closely aligning with Yellowgreen.
About #75AF07
At its core, #75AF07 is a dark and vivid hue. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 117 red, 175 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 33% C, 0% M, 96% Y, and 31% K. With a hue angle of 80.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75AF07
RGB117, 175, 7
HSL80.7°, 92.3%, 35.7%
CMYK33%, 0%, 96%, 31%
HSV80.7°, 96.0%, 68.6%
LAB65.3, -40.3, 65.6
XYZ22.7, 34.5, 5.7
Decimal7712519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75AF07;
}
.text-color {
color: #75AF07;
}
.border-color {
border: 2px solid #75AF07;
}