#99DB07
A medium, vivid green closely aligning with Greenyellow.
About #99DB07
At its core, #99DB07 is a medium and vivid hue. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(153, 219, 7).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 30% cyan, 0% magenta, 97% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99DB07
RGB153, 219, 7
HSL78.7°, 93.8%, 44.3%
CMYK30%, 0%, 97%, 14%
HSV78.7°, 96.8%, 85.9%
LAB80.4, -45.7, 78.3
XYZ38.5, 57.5, 9.3
Decimal10083079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB07;
}
.text-color {
color: #99DB07;
}
.border-color {
border: 2px solid #99DB07;
}