Shades of Emerald #49D084
Tints of Emerald #49D084
RGB
CMYK
RGB Variations
Color information
#49D084 (or 0x49D084) is known color: Emerald. HEX triplet: 49, D0 and 84. RGB value is (73,208,132). Sum of RGB (Red+Green+Blue) = 73+208+132=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #49D084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D084 is #B62F7B. Grayscale: #9F9F9F. Windows color (decimal): -11939708 or 8704073. OLE color: 8704073.
HSL color Cylindrical-coordinate representation of color #49D084: hue angle of 146.22º degrees, saturation: 0.59, 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 #49D084 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 132 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.18 |
| HSL | 146.22º | 0.59% | 0.55% | - |
| HSV(B) | 146.22º | 0.65% | 0.82% | - |
| XYZ | 29.47 | 48.19 | 29.58 | - |
| YUV | 158.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 132 | 0.65 | 0 | 0.37 | 0.18 | 146.22 | 0.59 | 0.55 |
| Hex | 49 | D0 | 84 | 41 | 0 | 25 | 12 | 92 | 3B | 37 |
| Octal | 111 | 320 | 204 | 101 | 0 | 45 | 22 | 222 | 73 | 67 |
| Binary | 1001001 | 11010000 | 10000100 | 1000001 | 0 | 100101 | 10010 | 10010010 | 111011 | 110111 |
Color Harmonies of #49D084
Complementary color
Monochromatic Colors of #49D084
Black with #49D084
Text Example
Text Example
White with #49D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D084; }
p { color: rgb(73,208,132); }
H1.HeaderClassName
{
color: #49D084;
}
.AnyTagClassName
{
color: #49D084;
}
</style>
background-color css
<style>
a { background-color: #49D084; }
a { background-color: rgb(73,208,132); }
div.DivClassName
{
background-color: #49D084;
}
.BgClassName
{
background-color: #49D084;
}
</style>
border-color css
<style>
span { border-color: #49D084; }
span { border-color: rgb(73,208,132); }
td.TdClassName
{
border-color: #49D084;
}
.TagClassName
{
border-color: #49D084;
}
</style>