Shades of Emerald #49D956
Tints of Emerald #49D956
RGB
CMYK
RGB Variations
Color information
#49D956 (or 0x49D956) is known color: Emerald. HEX triplet: 49, D9 and 56. RGB value is (73,217,86). Sum of RGB (Red+Green+Blue) = 73+217+86=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 217 (85.16% from 255 or 57.71% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 217 - color contains mainly: green. Hex color #49D956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D956 is #B626A9. Grayscale: #9F9F9F. Windows color (decimal): -11937450 or 5691721. OLE color: 5691721.
HSL color Cylindrical-coordinate representation of color #49D956: hue angle of 125.42º 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 #49D956 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 86 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.15 |
| HSL | 125.42º | 0.65% | 0.57% | - |
| HSV(B) | 125.42º | 0.66% | 0.85% | - |
| XYZ | 29.24 | 51.71 | 17.24 | - |
| YUV | 159.01 | 86.79 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 86 | 0.66 | 0 | 0.60 | 0.15 | 125.42 | 0.65 | 0.57 |
| Hex | 49 | D9 | 56 | 42 | 0 | 3C | F | 7D | 41 | 39 |
| Octal | 111 | 331 | 126 | 102 | 0 | 74 | 17 | 175 | 101 | 71 |
| Binary | 1001001 | 11011001 | 1010110 | 1000010 | 0 | 111100 | 1111 | 1111101 | 1000001 | 111001 |
Color Harmonies of #49D956
Complementary color
Monochromatic Colors of #49D956
Black with #49D956
Text Example
Text Example
White with #49D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D956; }
p { color: rgb(73,217,86); }
H1.HeaderClassName
{
color: #49D956;
}
.AnyTagClassName
{
color: #49D956;
}
</style>
background-color css
<style>
a { background-color: #49D956; }
a { background-color: rgb(73,217,86); }
div.DivClassName
{
background-color: #49D956;
}
.BgClassName
{
background-color: #49D956;
}
</style>
border-color css
<style>
span { border-color: #49D956; }
span { border-color: rgb(73,217,86); }
td.TdClassName
{
border-color: #49D956;
}
.TagClassName
{
border-color: #49D956;
}
</style>