Shades of Emerald #49D96B
Tints of Emerald #49D96B
RGB
CMYK
RGB Variations
Color information
#49D96B (or 0x49D96B) is known color: Emerald. HEX triplet: 49, D9 and 6B. RGB value is (73,217,107). Sum of RGB (Red+Green+Blue) = 73+217+107=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #49D96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D96B is #B62694. Grayscale: #A1A1A1. Windows color (decimal): -11937429 or 7067977. OLE color: 7067977.
HSL color Cylindrical-coordinate representation of color #49D96B: hue angle of 134.17º 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 #49D96B is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 107 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.15 |
| HSL | 134.17º | 0.65% | 0.57% | - |
| HSV(B) | 134.17º | 0.66% | 0.85% | - |
| XYZ | 30.21 | 52.1 | 22.37 | - |
| YUV | 161.4 | 97.29 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 107 | 0.66 | 0 | 0.51 | 0.15 | 134.17 | 0.65 | 0.57 |
| Hex | 49 | D9 | 6B | 42 | 0 | 33 | F | 86 | 41 | 39 |
| Octal | 111 | 331 | 153 | 102 | 0 | 63 | 17 | 206 | 101 | 71 |
| Binary | 1001001 | 11011001 | 1101011 | 1000010 | 0 | 110011 | 1111 | 10000110 | 1000001 | 111001 |
Color Harmonies of #49D96B
Complementary color
Monochromatic Colors of #49D96B
Black with #49D96B
Text Example
Text Example
White with #49D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D96B; }
p { color: rgb(73,217,107); }
H1.HeaderClassName
{
color: #49D96B;
}
.AnyTagClassName
{
color: #49D96B;
}
</style>
background-color css
<style>
a { background-color: #49D96B; }
a { background-color: rgb(73,217,107); }
div.DivClassName
{
background-color: #49D96B;
}
.BgClassName
{
background-color: #49D96B;
}
</style>
border-color css
<style>
span { border-color: #49D96B; }
span { border-color: rgb(73,217,107); }
td.TdClassName
{
border-color: #49D96B;
}
.TagClassName
{
border-color: #49D96B;
}
</style>