Shades of Emerald #49C860
Tints of Emerald #49C860
RGB
CMYK
RGB Variations
Color information
#49C860 (or 0x49C860) is known color: Emerald. HEX triplet: 49, C8 and 60. RGB value is (73,200,96). Sum of RGB (Red+Green+Blue) = 73+200+96=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #49C860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C860 is #B6379F. Grayscale: #969696. Windows color (decimal): -11941792 or 6342729. OLE color: 6342729.
HSL color Cylindrical-coordinate representation of color #49C860: hue angle of 130.87º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C860 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 96 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.22 |
| HSL | 130.87º | 0.54% | 0.54% | - |
| HSV(B) | 130.87º | 0.64% | 0.78% | - |
| XYZ | 25.51 | 43.57 | 18.13 | - |
| YUV | 150.17 | 97.42 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 96 | 0.64 | 0 | 0.52 | 0.22 | 130.87 | 0.54 | 0.54 |
| Hex | 49 | C8 | 60 | 40 | 0 | 34 | 16 | 83 | 36 | 36 |
| Octal | 111 | 310 | 140 | 100 | 0 | 64 | 26 | 203 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1100000 | 1000000 | 0 | 110100 | 10110 | 10000011 | 110110 | 110110 |
Color Harmonies of #49C860
Complementary color
Monochromatic Colors of #49C860
Black with #49C860
Text Example
Text Example
White with #49C860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C860; }
p { color: rgb(73,200,96); }
H1.HeaderClassName
{
color: #49C860;
}
.AnyTagClassName
{
color: #49C860;
}
</style>
background-color css
<style>
a { background-color: #49C860; }
a { background-color: rgb(73,200,96); }
div.DivClassName
{
background-color: #49C860;
}
.BgClassName
{
background-color: #49C860;
}
</style>
border-color css
<style>
span { border-color: #49C860; }
span { border-color: rgb(73,200,96); }
td.TdClassName
{
border-color: #49C860;
}
.TagClassName
{
border-color: #49C860;
}
</style>