#50BD57
A medium, moderate green closely aligning with Mediumseagreen.
About #50BD57
When working with digital screens, the color #50BD57 is rendered by mixing light. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(80, 189, 87).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 58% C, 0% M, 54% Y, and 26% K. With a hue angle of 123.9 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50BD57
RGB80, 189, 87
HSL123.9°, 45.2%, 52.7%
CMYK58%, 0%, 54%, 26%
HSV123.9°, 57.7%, 74.1%
LAB68.6, -52.1, 41.9
XYZ23.2, 38.8, 15.3
Decimal5291351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.76:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BD57;
}
.text-color {
color: #50BD57;
}
.border-color {
border: 2px solid #50BD57;
}