Shades of Emerald #49D16B
Tints of Emerald #49D16B
RGB
CMYK
RGB Variations
Color information
#49D16B (or 0x49D16B) is known color: Emerald. HEX triplet: 49, D1 and 6B. RGB value is (73,209,107). Sum of RGB (Red+Green+Blue) = 73+209+107=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #49D16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D16B is #B62E94. Grayscale: #9C9C9C. Windows color (decimal): -11939477 or 7065929. OLE color: 7065929.
HSL color Cylindrical-coordinate representation of color #49D16B: hue angle of 135º 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 #49D16B is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 107 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.18 |
| HSL | 135º | 0.6% | 0.55% | - |
| HSV(B) | 135º | 0.65% | 0.82% | - |
| XYZ | 28.2 | 48.08 | 21.7 | - |
| YUV | 156.71 | 99.94 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 107 | 0.65 | 0 | 0.49 | 0.18 | 135 | 0.6 | 0.55 |
| Hex | 49 | D1 | 6B | 41 | 0 | 31 | 12 | 87 | 3C | 37 |
| Octal | 111 | 321 | 153 | 101 | 0 | 61 | 22 | 207 | 74 | 67 |
| Binary | 1001001 | 11010001 | 1101011 | 1000001 | 0 | 110001 | 10010 | 10000111 | 111100 | 110111 |
Color Harmonies of #49D16B
Complementary color
Monochromatic Colors of #49D16B
Black with #49D16B
Text Example
Text Example
White with #49D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D16B; }
p { color: rgb(73,209,107); }
H1.HeaderClassName
{
color: #49D16B;
}
.AnyTagClassName
{
color: #49D16B;
}
</style>
background-color css
<style>
a { background-color: #49D16B; }
a { background-color: rgb(73,209,107); }
div.DivClassName
{
background-color: #49D16B;
}
.BgClassName
{
background-color: #49D16B;
}
</style>
border-color css
<style>
span { border-color: #49D16B; }
span { border-color: rgb(73,209,107); }
td.TdClassName
{
border-color: #49D16B;
}
.TagClassName
{
border-color: #49D16B;
}
</style>