#D3F875
A light, vivid green closely aligning with Yellowgreen.
About #D3F875
At its core, #D3F875 is a light and vivid hue. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 248, and 117.
Translating this color to physical media requires the CMYK color model. The color uses 15% Cyan, 0% Magenta, 53% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
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#D3F875
RGB211, 248, 117
HSL76.9°, 90.3%, 71.6%
CMYK15%, 0%, 53%, 3%
HSV76.9°, 52.8%, 97.3%
LAB92.7, -31.1, 58.2
XYZ63.6, 82.3, 29.4
Decimal13891701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.45:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F875;
}
.text-color {
color: #D3F875;
}
.border-color {
border: 2px solid #D3F875;
}