#50C566
A medium, moderate green closely aligning with Mediumseagreen.
About #50C566
Visually, #50C566 is defined as a moderate green. It is closely associated with the named CSS color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 197, and 102.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50C566
RGB80, 197, 102
HSL131.3°, 50.2%, 54.3%
CMYK59%, 0%, 48%, 23%
HSV131.3°, 59.4%, 77.3%
LAB71.3, -53.0, 37.9
XYZ25.7, 42.6, 19.4
Decimal5293414
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.52:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50C566;
}
.text-color {
color: #50C566;
}
.border-color {
border: 2px solid #50C566;
}