#D3F050
A light, vivid yellow closely aligning with Yellowgreen.
About #D3F050
Visually, #D3F050 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(211, 240, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 12% C, 0% M, 67% Y, and 6% K. The HSL representation is 70.9° hue, 84.2% saturation, and 62.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#D3F050
RGB211, 240, 80
HSL70.9°, 84.2%, 62.7%
CMYK12%, 0%, 67%, 6%
HSV70.9°, 66.7%, 94.1%
LAB90.2, -30.1, 70.8
XYZ59.5, 76.7, 19.3
Decimal13889616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.35:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F050;
}
.text-color {
color: #D3F050;
}
.border-color {
border: 2px solid #D3F050;
}