#99DB75
A light, moderate green closely aligning with Lightgreen.
About #99DB75
Visually, #99DB75 is defined as a moderate green. Its closest recognized web color is Lightgreen. Its digital footprint relies on 153 parts red, 219 parts green, and 117 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 30% C, 0% M, 47% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99DB75
RGB153, 219, 117
HSL98.8°, 58.6%, 65.9%
CMYK30%, 0%, 47%, 14%
HSV98.8°, 46.6%, 85.9%
LAB81.1, -38.8, 43.5
XYZ41.7, 58.7, 26.0
Decimal10083189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.74:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB75;
}
.text-color {
color: #99DB75;
}
.border-color {
border: 2px solid #99DB75;
}