Shades of Emerald #49D270
Tints of Emerald #49D270
RGB
CMYK
RGB Variations
Color information
#49D270 (or 0x49D270) is known color: Emerald. HEX triplet: 49, D2 and 70. RGB value is (73,210,112). Sum of RGB (Red+Green+Blue) = 73+210+112=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #49D270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D270 is #B62D8F. Grayscale: #9E9E9E. Windows color (decimal): -11939216 or 7393865. OLE color: 7393865.
HSL color Cylindrical-coordinate representation of color #49D270: hue angle of 137.08º degrees, saturation: 0.6, 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 #49D270 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 112 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.18 |
| HSL | 137.08º | 0.6% | 0.55% | - |
| HSV(B) | 137.08º | 0.65% | 0.82% | - |
| XYZ | 28.72 | 48.68 | 23.21 | - |
| YUV | 157.87 | 102.11 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 112 | 0.65 | 0 | 0.47 | 0.18 | 137.08 | 0.6 | 0.55 |
| Hex | 49 | D2 | 70 | 41 | 0 | 2F | 12 | 89 | 3C | 37 |
| Octal | 111 | 322 | 160 | 101 | 0 | 57 | 22 | 211 | 74 | 67 |
| Binary | 1001001 | 11010010 | 1110000 | 1000001 | 0 | 101111 | 10010 | 10001001 | 111100 | 110111 |
Color Harmonies of #49D270
Complementary color
Monochromatic Colors of #49D270
Black with #49D270
Text Example
Text Example
White with #49D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D270; }
p { color: rgb(73,210,112); }
H1.HeaderClassName
{
color: #49D270;
}
.AnyTagClassName
{
color: #49D270;
}
</style>
background-color css
<style>
a { background-color: #49D270; }
a { background-color: rgb(73,210,112); }
div.DivClassName
{
background-color: #49D270;
}
.BgClassName
{
background-color: #49D270;
}
</style>
border-color css
<style>
span { border-color: #49D270; }
span { border-color: rgb(73,210,112); }
td.TdClassName
{
border-color: #49D270;
}
.TagClassName
{
border-color: #49D270;
}
</style>