#50FFB6
A light, vivid green closely aligning with Mediumspringgreen.
About #50FFB6
The precise color #50FFB6 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(80, 255, 182).
If you are designing for print, the four-color process is what matters most. The color uses 69% Cyan, 0% Magenta, 29% Yellow, and 0% Black. With a hue angle of 155.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50FFB6
RGB80, 255, 182
HSL155.0°, 100.0%, 65.7%
CMYK69%, 0%, 29%, 0%
HSV155.0°, 68.6%, 100.0%
LAB90.1, -60.7, 22.2
XYZ47.5, 76.6, 56.5
Decimal5308342
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.32:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FFB6;
}
.text-color {
color: #50FFB6;
}
.border-color {
border: 2px solid #50FFB6;
}