#75A81D
A dark, vivid green closely aligning with Yellowgreen.
About #75A81D
When working with digital screens, the color #75A81D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 117 parts red, 168 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 30% Cyan, 0% Magenta, 83% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75A81D
RGB117, 168, 29
HSL82.0°, 70.6%, 38.6%
CMYK30%, 0%, 83%, 34%
HSV82.0°, 82.7%, 65.9%
LAB63.2, -36.6, 59.8
XYZ21.6, 31.9, 6.2
Decimal7710749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.38:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A81D;
}
.text-color {
color: #75A81D;
}
.border-color {
border: 2px solid #75A81D;
}