#75A807
A dark, vivid green closely aligning with Yellowgreen.
About #75A807
Visually, #75A807 is defined as a vivid green. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(117, 168, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 30% Cyan, 0% Magenta, 96% Yellow, and 34% Black. With a hue angle of 79.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75A807
RGB117, 168, 7
HSL79.0°, 92.0%, 34.3%
CMYK30%, 0%, 96%, 34%
HSV79.0°, 95.8%, 65.9%
LAB63.2, -37.2, 63.9
XYZ21.4, 31.8, 5.2
Decimal7710727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A807;
}
.text-color {
color: #75A807;
}
.border-color {
border: 2px solid #75A807;
}