#50D383
A medium, moderate green closely aligning with Mediumseagreen.
About #50D383
When working with digital screens, the color #50D383 is rendered by mixing light. Designers often compare it to the standard color Mediumseagreen. In the RGB color space, it consists of 80 red, 211 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 62% C, 0% M, 38% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50D383
RGB80, 211, 131
HSL143.4°, 59.8%, 57.1%
CMYK62%, 0%, 38%, 17%
HSV143.4°, 62.1%, 82.7%
LAB76.0, -53.6, 29.3
XYZ30.7, 49.9, 29.5
Decimal5297027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50D383;
}
.text-color {
color: #50D383;
}
.border-color {
border: 2px solid #50D383;
}