#D3FF50
A light, vivid green closely aligning with Greenyellow.
About #D3FF50
At its core, #D3FF50 is a light and vivid hue. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 211 red, 255 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 17% cyan, 0% magenta, 69% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3FF50
RGB211, 255, 80
HSL75.1°, 100.0%, 65.7%
CMYK17%, 0%, 69%, 0%
HSV75.1°, 68.6%, 100.0%
LAB94.3, -37.0, 75.0
XYZ64.1, 85.9, 20.8
Decimal13893456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.19:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3FF50;
}
.text-color {
color: #D3FF50;
}
.border-color {
border: 2px solid #D3FF50;
}