#50F892
A light, vivid green closely aligning with Mediumspringgreen.
About #50F892
At its core, #50F892 is a light and vivid hue. It is closely associated with the named CSS color Mediumspringgreen. In the RGB color space, it consists of 80 red, 248 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 68% C, 0% M, 41% Y, and 3% K. With a hue angle of 143.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50F892
RGB80, 248, 146
HSL143.6°, 92.3%, 64.3%
CMYK68%, 0%, 41%, 3%
HSV143.6°, 67.7%, 97.3%
LAB87.4, -64.8, 36.7
XYZ42.1, 70.9, 38.7
Decimal5306514
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.18:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F892;
}
.text-color {
color: #50F892;
}
.border-color {
border: 2px solid #50F892;
}