#50AF66
A medium, moderate green closely aligning with Mediumseagreen.
About #50AF66
When working with digital screens, the color #50AF66 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumseagreen. In the RGB color space, it consists of 80 red, 175 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. The color uses 54% Cyan, 0% Magenta, 42% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50AF66
RGB80, 175, 102
HSL133.9°, 37.3%, 50.0%
CMYK54%, 0%, 42%, 31%
HSV133.9°, 54.3%, 68.6%
LAB64.4, -44.2, 29.1
XYZ21.0, 33.3, 17.9
Decimal5287782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.66:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50AF66;
}
.text-color {
color: #50AF66;
}
.border-color {
border: 2px solid #50AF66;
}