Shades of Emerald #49CE89
Tints of Emerald #49CE89
RGB
CMYK
RGB Variations
Color information
#49CE89 (or 0x49CE89) is known color: Emerald. HEX triplet: 49, CE and 89. RGB value is (73,206,137). Sum of RGB (Red+Green+Blue) = 73+206+137=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE89 is #B63176. Grayscale: #9E9E9E. Windows color (decimal): -11940215 or 9031241. OLE color: 9031241.
HSL color Cylindrical-coordinate representation of color #49CE89: hue angle of 148.87º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE89 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 137 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.19 |
| HSL | 148.87º | 0.58% | 0.55% | - |
| HSV(B) | 148.87º | 0.65% | 0.81% | - |
| XYZ | 29.33 | 47.37 | 31.26 | - |
| YUV | 158.37 | 115.94 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 137 | 0.65 | 0 | 0.33 | 0.19 | 148.87 | 0.58 | 0.55 |
| Hex | 49 | CE | 89 | 41 | 0 | 21 | 13 | 95 | 3A | 37 |
| Octal | 111 | 316 | 211 | 101 | 0 | 41 | 23 | 225 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10001001 | 1000001 | 0 | 100001 | 10011 | 10010101 | 111010 | 110111 |
Color Harmonies of #49CE89
Complementary color
Monochromatic Colors of #49CE89
Black with #49CE89
Text Example
Text Example
White with #49CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE89; }
p { color: rgb(73,206,137); }
H1.HeaderClassName
{
color: #49CE89;
}
.AnyTagClassName
{
color: #49CE89;
}
</style>
background-color css
<style>
a { background-color: #49CE89; }
a { background-color: rgb(73,206,137); }
div.DivClassName
{
background-color: #49CE89;
}
.BgClassName
{
background-color: #49CE89;
}
</style>
border-color css
<style>
span { border-color: #49CE89; }
span { border-color: rgb(73,206,137); }
td.TdClassName
{
border-color: #49CE89;
}
.TagClassName
{
border-color: #49CE89;
}
</style>