#75C533
A medium, moderate green closely aligning with Yellowgreen.
About #75C533
The precise color #75C533 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 117 parts red, 197 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 41% C, 0% M, 74% Y, and 23% K. The HSL representation is 92.9° hue, 58.9% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75C533
RGB117, 197, 51
HSL92.9°, 58.9%, 48.6%
CMYK41%, 0%, 74%, 23%
HSV92.9°, 74.1%, 77.3%
LAB72.2, -47.9, 61.4
XYZ27.9, 44.0, 10.1
Decimal7718195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.79:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C533;
}
.text-color {
color: #75C533;
}
.border-color {
border: 2px solid #75C533;
}