#75C542
A medium, moderate green closely aligning with Yellowgreen.
About #75C542
Visually, #75C542 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 197, and 66.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 41% C, 0% M, 66% Y, and 23% K. The HSL representation is 96.6° hue, 53.0% saturation, and 51.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75C542
RGB117, 197, 66
HSL96.6°, 53.0%, 51.6%
CMYK41%, 0%, 66%, 23%
HSV96.6°, 66.5%, 77.3%
LAB72.3, -46.8, 55.9
XYZ28.3, 44.1, 12.2
Decimal7718210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.82:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C542;
}
.text-color {
color: #75C542;
}
.border-color {
border: 2px solid #75C542;
}