#75BD07
A dark, vivid green closely aligning with Yellowgreen.
About #75BD07
At its core, #75BD07 is a dark and vivid hue. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 117 parts red, 189 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 38% cyan, 0% magenta, 96% yellow, and 26% black. The HSL representation is 83.7° hue, 92.9% saturation, and 38.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75BD07
RGB117, 189, 7
HSL83.7°, 92.9%, 38.4%
CMYK38%, 0%, 96%, 26%
HSV83.7°, 96.3%, 74.1%
LAB69.6, -46.2, 69.0
XYZ25.6, 40.2, 6.6
Decimal7716103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.04:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BD07;
}
.text-color {
color: #75BD07;
}
.border-color {
border: 2px solid #75BD07;
}