#50B66D
A medium, moderate green closely aligning with Mediumseagreen.
About #50B66D
Visually, #50B66D is defined as a moderate green. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(80, 182, 109).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. The HSL representation is 137.1° hue, 41.1% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50B66D
RGB80, 182, 109
HSL137.1°, 41.1%, 51.4%
CMYK56%, 0%, 40%, 29%
HSV137.1°, 56.0%, 71.4%
LAB66.7, -45.9, 28.4
XYZ22.8, 36.3, 20.3
Decimal5289581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.25:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50B66D;
}
.text-color {
color: #50B66D;
}
.border-color {
border: 2px solid #50B66D;
}