#75DB16
A medium, vivid green closely aligning with Greenyellow.
About #75DB16
The precise color #75DB16 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Greenyellow. In the RGB color space, it consists of 117 red, 219 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 47% cyan, 0% magenta, 90% yellow, and 14% black. With a hue angle of 91.1 degrees, it sits comfortably in the green spectrum.
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#75DB16
RGB117, 219, 22
HSL91.1°, 81.7%, 47.3%
CMYK47%, 0%, 90%, 14%
HSV91.1°, 90.0%, 85.9%
LAB78.8, -57.7, 74.5
XYZ32.8, 54.5, 9.5
Decimal7723798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.90:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DB16;
}
.text-color {
color: #75DB16;
}
.border-color {
border: 2px solid #75DB16;
}