#75C516
A medium, vivid green closely aligning with Yellowgreen.
About #75C516
When working with digital screens, the color #75C516 is rendered by mixing light. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 197, and 22.
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 0% Magenta, 89% Yellow, and 23% Black. The HSL representation is 87.4° hue, 79.9% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75C516
RGB117, 197, 22
HSL87.4°, 79.9%, 42.9%
CMYK41%, 0%, 89%, 23%
HSV87.4°, 88.8%, 77.3%
LAB72.1, -49.1, 68.9
XYZ27.4, 43.8, 7.8
Decimal7718166
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.75:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C516;
}
.text-color {
color: #75C516;
}
.border-color {
border: 2px solid #75C516;
}