#DBFF75
A light, vivid green closely aligning with Yellowgreen.
About #DBFF75
The hex code #DBFF75 represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. Its digital footprint relies on 219 parts red, 255 parts green, and 117 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 14% C, 0% M, 54% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBFF75
RGB219, 255, 117
HSL75.7°, 100.0%, 72.9%
CMYK14%, 0%, 54%, 0%
HSV75.7°, 54.1%, 100.0%
LAB95.1, -31.3, 61.1
XYZ68.2, 87.9, 30.2
Decimal14417781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.57:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFF75;
}
.text-color {
color: #DBFF75;
}
.border-color {
border: 2px solid #DBFF75;
}