#49CC83
A medium, moderate green closely aligning with Mediumseagreen.
About #49CC83
Visually, #49CC83 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(73, 204, 131).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 64% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#49CC83
RGB73, 204, 131
HSL146.6°, 56.2%, 54.3%
CMYK64%, 0%, 36%, 20%
HSV146.6°, 64.2%, 80.0%
LAB73.7, -52.2, 26.1
XYZ28.4, 46.2, 28.9
Decimal4836483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.25:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC83;
}
.text-color {
color: #49CC83;
}
.border-color {
border: 2px solid #49CC83;
}