Shades of Emerald #49D156
Tints of Emerald #49D156
RGB
CMYK
RGB Variations
Color information
#49D156 (or 0x49D156) is known color: Emerald. HEX triplet: 49, D1 and 56. RGB value is (73,209,86). Sum of RGB (Red+Green+Blue) = 73+209+86=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 209 (82.03% from 255 or 56.79% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 209 - color contains mainly: green. Hex color #49D156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D156 is #B62EA9. Grayscale: #9A9A9A. Windows color (decimal): -11939498 or 5689673. OLE color: 5689673.
HSL color Cylindrical-coordinate representation of color #49D156: hue angle of 125.74º 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 #49D156 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 86 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.18 |
| HSL | 125.74º | 0.6% | 0.55% | - |
| HSV(B) | 125.74º | 0.65% | 0.82% | - |
| XYZ | 27.23 | 47.69 | 16.57 | - |
| YUV | 154.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 86 | 0.65 | 0 | 0.59 | 0.18 | 125.74 | 0.6 | 0.55 |
| Hex | 49 | D1 | 56 | 41 | 0 | 3B | 12 | 7E | 3C | 37 |
| Octal | 111 | 321 | 126 | 101 | 0 | 73 | 22 | 176 | 74 | 67 |
| Binary | 1001001 | 11010001 | 1010110 | 1000001 | 0 | 111011 | 10010 | 1111110 | 111100 | 110111 |
Color Harmonies of #49D156
Complementary color
Monochromatic Colors of #49D156
Black with #49D156
Text Example
Text Example
White with #49D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D156; }
p { color: rgb(73,209,86); }
H1.HeaderClassName
{
color: #49D156;
}
.AnyTagClassName
{
color: #49D156;
}
</style>
background-color css
<style>
a { background-color: #49D156; }
a { background-color: rgb(73,209,86); }
div.DivClassName
{
background-color: #49D156;
}
.BgClassName
{
background-color: #49D156;
}
</style>
border-color css
<style>
span { border-color: #49D156; }
span { border-color: rgb(73,209,86); }
td.TdClassName
{
border-color: #49D156;
}
.TagClassName
{
border-color: #49D156;
}
</style>