#99DB50
A medium, moderate green closely aligning with Yellowgreen.
About #99DB50
At its core, #99DB50 is a medium and moderate hue. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(153, 219, 80).
Translating this color to physical media requires the CMYK color model. The color uses 30% Cyan, 0% Magenta, 63% Yellow, and 14% Black. With a hue angle of 88.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99DB50
RGB153, 219, 80
HSL88.5°, 65.9%, 58.6%
CMYK30%, 0%, 63%, 14%
HSV88.5°, 63.5%, 85.9%
LAB80.7, -42.6, 59.8
XYZ39.9, 58.0, 16.7
Decimal10083152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.60:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB50;
}
.text-color {
color: #99DB50;
}
.border-color {
border: 2px solid #99DB50;
}