Shades of Emerald #49D060
Tints of Emerald #49D060
RGB
CMYK
RGB Variations
Color information
#49D060 (or 0x49D060) is known color: Emerald. HEX triplet: 49, D0 and 60. RGB value is (73,208,96). Sum of RGB (Red+Green+Blue) = 73+208+96=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #49D060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D060 is #B62F9F. Grayscale: #9B9B9B. Windows color (decimal): -11939744 or 6344777. OLE color: 6344777.
HSL color Cylindrical-coordinate representation of color #49D060: hue angle of 130.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D060 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 96 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.18 |
| HSL | 130.22º | 0.59% | 0.55% | - |
| HSV(B) | 130.22º | 0.65% | 0.82% | - |
| XYZ | 27.41 | 47.37 | 18.77 | - |
| YUV | 154.87 | 94.77 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 96 | 0.65 | 0 | 0.54 | 0.18 | 130.22 | 0.59 | 0.55 |
| Hex | 49 | D0 | 60 | 41 | 0 | 36 | 12 | 82 | 3B | 37 |
| Octal | 111 | 320 | 140 | 101 | 0 | 66 | 22 | 202 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1100000 | 1000001 | 0 | 110110 | 10010 | 10000010 | 111011 | 110111 |
Color Harmonies of #49D060
Complementary color
Monochromatic Colors of #49D060
Black with #49D060
Text Example
Text Example
White with #49D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D060; }
p { color: rgb(73,208,96); }
H1.HeaderClassName
{
color: #49D060;
}
.AnyTagClassName
{
color: #49D060;
}
</style>
background-color css
<style>
a { background-color: #49D060; }
a { background-color: rgb(73,208,96); }
div.DivClassName
{
background-color: #49D060;
}
.BgClassName
{
background-color: #49D060;
}
</style>
border-color css
<style>
span { border-color: #49D060; }
span { border-color: rgb(73,208,96); }
td.TdClassName
{
border-color: #49D060;
}
.TagClassName
{
border-color: #49D060;
}
</style>