Shades of Emerald #49D977
Tints of Emerald #49D977
RGB
CMYK
RGB Variations
Color information
#49D977 (or 0x49D977) is known color: Emerald. HEX triplet: 49, D9 and 77. RGB value is (73,217,119). Sum of RGB (Red+Green+Blue) = 73+217+119=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #49D977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D977 is #B62688. Grayscale: #A3A3A3. Windows color (decimal): -11937417 or 7854409. OLE color: 7854409.
HSL color Cylindrical-coordinate representation of color #49D977: hue angle of 139.17º 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 #49D977 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 119 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.15 |
| HSL | 139.17º | 0.65% | 0.57% | - |
| HSV(B) | 139.17º | 0.66% | 0.85% | - |
| XYZ | 30.89 | 52.37 | 25.93 | - |
| YUV | 162.77 | 103.29 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 119 | 0.66 | 0 | 0.45 | 0.15 | 139.17 | 0.65 | 0.57 |
| Hex | 49 | D9 | 77 | 42 | 0 | 2D | F | 8B | 41 | 39 |
| Octal | 111 | 331 | 167 | 102 | 0 | 55 | 17 | 213 | 101 | 71 |
| Binary | 1001001 | 11011001 | 1110111 | 1000010 | 0 | 101101 | 1111 | 10001011 | 1000001 | 111001 |
Color Harmonies of #49D977
Complementary color
Monochromatic Colors of #49D977
Black with #49D977
Text Example
Text Example
White with #49D977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D977; }
p { color: rgb(73,217,119); }
H1.HeaderClassName
{
color: #49D977;
}
.AnyTagClassName
{
color: #49D977;
}
</style>
background-color css
<style>
a { background-color: #49D977; }
a { background-color: rgb(73,217,119); }
div.DivClassName
{
background-color: #49D977;
}
.BgClassName
{
background-color: #49D977;
}
</style>
border-color css
<style>
span { border-color: #49D977; }
span { border-color: rgb(73,217,119); }
td.TdClassName
{
border-color: #49D977;
}
.TagClassName
{
border-color: #49D977;
}
</style>