Shades of Emerald #49DB84
Tints of Emerald #49DB84
RGB
CMYK
RGB Variations
Color information
#49DB84 (or 0x49DB84) is known color: Emerald. HEX triplet: 49, DB and 84. RGB value is (73,219,132). Sum of RGB (Red+Green+Blue) = 73+219+132=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DB84 is #B6247B. Grayscale: #A5A5A5. Windows color (decimal): -11936892 or 8706889. OLE color: 8706889.
HSL color Cylindrical-coordinate representation of color #49DB84: hue angle of 144.25º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB84 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 132 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.14 |
| HSL | 144.25º | 0.67% | 0.57% | - |
| HSV(B) | 144.25º | 0.67% | 0.86% | - |
| XYZ | 32.24 | 53.75 | 30.5 | - |
| YUV | 165.43 | 109.13 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 132 | 0.67 | 0 | 0.40 | 0.14 | 144.25 | 0.67 | 0.57 |
| Hex | 49 | DB | 84 | 43 | 0 | 28 | E | 90 | 43 | 39 |
| Octal | 111 | 333 | 204 | 103 | 0 | 50 | 16 | 220 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10000100 | 1000011 | 0 | 101000 | 1110 | 10010000 | 1000011 | 111001 |
Color Harmonies of #49DB84
Complementary color
Monochromatic Colors of #49DB84
Black with #49DB84
Text Example
Text Example
White with #49DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB84; }
p { color: rgb(73,219,132); }
H1.HeaderClassName
{
color: #49DB84;
}
.AnyTagClassName
{
color: #49DB84;
}
</style>
background-color css
<style>
a { background-color: #49DB84; }
a { background-color: rgb(73,219,132); }
div.DivClassName
{
background-color: #49DB84;
}
.BgClassName
{
background-color: #49DB84;
}
</style>
border-color css
<style>
span { border-color: #49DB84; }
span { border-color: rgb(73,219,132); }
td.TdClassName
{
border-color: #49DB84;
}
.TagClassName
{
border-color: #49DB84;
}
</style>