Shades of Emerald #49D989
Tints of Emerald #49D989
RGB
CMYK
RGB Variations
Color information
#49D989 (or 0x49D989) is known color: Emerald. HEX triplet: 49, D9 and 89. RGB value is (73,217,137). Sum of RGB (Red+Green+Blue) = 73+217+137=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #49D989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D989 is #B62676. Grayscale: #A5A5A5. Windows color (decimal): -11937399 or 9034057. OLE color: 9034057.
HSL color Cylindrical-coordinate representation of color #49D989: hue angle of 146.67º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D989 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 137 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.15 |
| HSL | 146.67º | 0.65% | 0.57% | - |
| HSV(B) | 146.67º | 0.66% | 0.85% | - |
| XYZ | 32.08 | 52.85 | 32.18 | - |
| YUV | 164.82 | 112.29 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 137 | 0.66 | 0 | 0.37 | 0.15 | 146.67 | 0.65 | 0.57 |
| Hex | 49 | D9 | 89 | 42 | 0 | 25 | F | 93 | 41 | 39 |
| Octal | 111 | 331 | 211 | 102 | 0 | 45 | 17 | 223 | 101 | 71 |
| Binary | 1001001 | 11011001 | 10001001 | 1000010 | 0 | 100101 | 1111 | 10010011 | 1000001 | 111001 |
Color Harmonies of #49D989
Complementary color
Monochromatic Colors of #49D989
Black with #49D989
Text Example
Text Example
White with #49D989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D989; }
p { color: rgb(73,217,137); }
H1.HeaderClassName
{
color: #49D989;
}
.AnyTagClassName
{
color: #49D989;
}
</style>
background-color css
<style>
a { background-color: #49D989; }
a { background-color: rgb(73,217,137); }
div.DivClassName
{
background-color: #49D989;
}
.BgClassName
{
background-color: #49D989;
}
</style>
border-color css
<style>
span { border-color: #49D989; }
span { border-color: rgb(73,217,137); }
td.TdClassName
{
border-color: #49D989;
}
.TagClassName
{
border-color: #49D989;
}
</style>