#75B624
A medium, moderate green closely aligning with Yellowgreen.
About #75B624
The precise color #75B624 is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(117, 182, 36).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 36% cyan, 0% magenta, 80% yellow, and 29% black. With a hue angle of 86.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#75B624
RGB117, 182, 36
HSL86.7°, 67.0%, 42.7%
CMYK36%, 0%, 80%, 29%
HSV86.7°, 80.2%, 71.4%
LAB67.6, -42.4, 61.7
XYZ24.4, 37.4, 7.6
Decimal7714340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.47:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75B624;
}
.text-color {
color: #75B624;
}
.border-color {
border: 2px solid #75B624;
}