#50CC7C
A medium, moderate green closely aligning with Mediumseagreen.
About #50CC7C
When working with digital screens, the color #50CC7C is rendered by mixing light. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 204, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 61% Cyan, 0% Magenta, 39% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50CC7C
RGB80, 204, 124
HSL141.3°, 54.9%, 55.7%
CMYK61%, 0%, 39%, 20%
HSV141.3°, 60.8%, 80.0%
LAB73.8, -52.1, 29.9
XYZ28.5, 46.3, 26.5
Decimal5295228
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.27:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CC7C;
}
.text-color {
color: #50CC7C;
}
.border-color {
border: 2px solid #50CC7C;
}