Shades of Emerald #49D880
Tints of Emerald #49D880
RGB
CMYK
RGB Variations
Color information
#49D880 (or 0x49D880) is known color: Emerald. HEX triplet: 49, D8 and 80. RGB value is (73,216,128). Sum of RGB (Red+Green+Blue) = 73+216+128=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #49D880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D880 is #B6277F. Grayscale: #A3A3A3. Windows color (decimal): -11937664 or 8443977. OLE color: 8443977.
HSL color Cylindrical-coordinate representation of color #49D880: hue angle of 143.08º 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 #49D880 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 128 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.15 |
| HSL | 143.08º | 0.65% | 0.57% | - |
| HSV(B) | 143.08º | 0.66% | 0.85% | - |
| XYZ | 31.2 | 52.09 | 28.83 | - |
| YUV | 163.21 | 108.12 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 128 | 0.66 | 0 | 0.41 | 0.15 | 143.08 | 0.65 | 0.57 |
| Hex | 49 | D8 | 80 | 42 | 0 | 29 | F | 8F | 41 | 39 |
| Octal | 111 | 330 | 200 | 102 | 0 | 51 | 17 | 217 | 101 | 71 |
| Binary | 1001001 | 11011000 | 10000000 | 1000010 | 0 | 101001 | 1111 | 10001111 | 1000001 | 111001 |
Color Harmonies of #49D880
Complementary color
Monochromatic Colors of #49D880
Black with #49D880
Text Example
Text Example
White with #49D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D880; }
p { color: rgb(73,216,128); }
H1.HeaderClassName
{
color: #49D880;
}
.AnyTagClassName
{
color: #49D880;
}
</style>
background-color css
<style>
a { background-color: #49D880; }
a { background-color: rgb(73,216,128); }
div.DivClassName
{
background-color: #49D880;
}
.BgClassName
{
background-color: #49D880;
}
</style>
border-color css
<style>
span { border-color: #49D880; }
span { border-color: rgb(73,216,128); }
td.TdClassName
{
border-color: #49D880;
}
.TagClassName
{
border-color: #49D880;
}
</style>