Shades of Emerald #49D864
Tints of Emerald #49D864
RGB
CMYK
RGB Variations
Color information
#49D864 (or 0x49D864) is known color: Emerald. HEX triplet: 49, D8 and 64. RGB value is (73,216,100). Sum of RGB (Red+Green+Blue) = 73+216+100=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #49D864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D864 is #B6279B. Grayscale: #A0A0A0. Windows color (decimal): -11937692 or 6608969. OLE color: 6608969.
HSL color Cylindrical-coordinate representation of color #49D864: hue angle of 131.33º 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 #49D864 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 100 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.15 |
| HSL | 131.33º | 0.65% | 0.57% | - |
| HSV(B) | 131.33º | 0.66% | 0.85% | - |
| XYZ | 29.6 | 51.45 | 20.43 | - |
| YUV | 160.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 100 | 0.66 | 0 | 0.54 | 0.15 | 131.33 | 0.65 | 0.57 |
| Hex | 49 | D8 | 64 | 42 | 0 | 36 | F | 83 | 41 | 39 |
| Octal | 111 | 330 | 144 | 102 | 0 | 66 | 17 | 203 | 101 | 71 |
| Binary | 1001001 | 11011000 | 1100100 | 1000010 | 0 | 110110 | 1111 | 10000011 | 1000001 | 111001 |
Color Harmonies of #49D864
Complementary color
Monochromatic Colors of #49D864
Black with #49D864
Text Example
Text Example
White with #49D864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D864; }
p { color: rgb(73,216,100); }
H1.HeaderClassName
{
color: #49D864;
}
.AnyTagClassName
{
color: #49D864;
}
</style>
background-color css
<style>
a { background-color: #49D864; }
a { background-color: rgb(73,216,100); }
div.DivClassName
{
background-color: #49D864;
}
.BgClassName
{
background-color: #49D864;
}
</style>
border-color css
<style>
span { border-color: #49D864; }
span { border-color: rgb(73,216,100); }
td.TdClassName
{
border-color: #49D864;
}
.TagClassName
{
border-color: #49D864;
}
</style>