#50F899
A light, vivid green closely aligning with Mediumspringgreen.
About #50F899
Visually, #50F899 is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 248, and 153.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 68% C, 0% M, 38% Y, and 3% K. The HSL representation is 146.1° hue, 92.3% saturation, and 64.3% lightness.
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#50F899
RGB80, 248, 153
HSL146.1°, 92.3%, 64.3%
CMYK68%, 0%, 38%, 3%
HSV146.1°, 67.7%, 97.3%
LAB87.6, -63.6, 33.4
XYZ42.6, 71.1, 41.6
Decimal5306521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.23:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F899;
}
.text-color {
color: #50F899;
}
.border-color {
border: 2px solid #50F899;
}