#49BD66
A medium, moderate green closely aligning with Mediumseagreen.
About #49BD66
At its core, #49BD66 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(73, 189, 102).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 61% Cyan, 0% Magenta, 46% Yellow, and 26% Black. The HSL representation is 135.0° hue, 46.8% saturation, and 51.4% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49BD66
RGB73, 189, 102
HSL135.0°, 46.8%, 51.4%
CMYK61%, 0%, 46%, 26%
HSV135.0°, 61.4%, 74.1%
LAB68.6, -51.5, 34.4
XYZ23.3, 38.8, 18.8
Decimal4832614
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.75:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BD66;
}
.text-color {
color: #49BD66;
}
.border-color {
border: 2px solid #49BD66;
}