#75C549
A medium, moderate green closely aligning with Yellowgreen.
About #75C549
Visually, #75C549 is defined as a moderate green. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 197, and 73.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 41% C, 0% M, 63% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75C549
RGB117, 197, 73
HSL98.7°, 51.7%, 52.9%
CMYK41%, 0%, 63%, 23%
HSV98.7°, 62.9%, 77.3%
LAB72.4, -46.2, 53.0
XYZ28.5, 44.2, 13.3
Decimal7718217
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.84:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C549;
}
.text-color {
color: #75C549;
}
.border-color {
border: 2px solid #75C549;
}