#99DB5F
A light, moderate green closely aligning with Yellowgreen.
About #99DB5F
The hex code #99DB5F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 153 red, 219 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 30% cyan and 0% magenta inks. The HSL representation is 91.9° hue, 63.3% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99DB5F
RGB153, 219, 95
HSL91.9°, 63.3%, 61.6%
CMYK30%, 0%, 57%, 14%
HSV91.9°, 56.6%, 85.9%
LAB80.9, -41.2, 53.5
XYZ40.5, 58.3, 19.9
Decimal10083167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.65:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB5F;
}
.text-color {
color: #99DB5F;
}
.border-color {
border: 2px solid #99DB5F;
}