#50F86D
A light, vivid green closely aligning with Springgreen.
About #50F86D
The precise color #50F86D is an excellent choice for modern design projects. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(80, 248, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 68% Cyan, 0% Magenta, 56% Yellow, and 3% Black. The HSL representation is 130.4° hue, 92.3% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50F86D
RGB80, 248, 109
HSL130.4°, 92.3%, 64.3%
CMYK68%, 0%, 56%, 3%
HSV130.4°, 67.7%, 97.3%
LAB87.0, -70.3, 53.6
XYZ39.6, 69.9, 25.9
Decimal5306477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.99:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F86D;
}
.text-color {
color: #50F86D;
}
.border-color {
border: 2px solid #50F86D;
}