#50BD75
A medium, moderate green closely aligning with Mediumseagreen.
About #50BD75
The hex code #50BD75 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(80, 189, 117).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 58% C, 0% M, 38% Y, and 26% K. With a hue angle of 140.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50BD75
RGB80, 189, 117
HSL140.4°, 45.2%, 52.7%
CMYK58%, 0%, 38%, 26%
HSV140.4°, 57.7%, 74.1%
LAB69.0, -47.4, 27.3
XYZ24.7, 39.4, 23.1
Decimal5291381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.88:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BD75;
}
.text-color {
color: #50BD75;
}
.border-color {
border: 2px solid #50BD75;
}