Shades of Emerald #49DD84
Tints of Emerald #49DD84
RGB
CMYK
RGB Variations
Color information
#49DD84 (or 0x49DD84) is known color: Emerald. HEX triplet: 49, DD and 84. RGB value is (73,221,132). Sum of RGB (Red+Green+Blue) = 73+221+132=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DD84 is #B6227B. Grayscale: #A6A6A6. Windows color (decimal): -11936380 or 8707401. OLE color: 8707401.
HSL color Cylindrical-coordinate representation of color #49DD84: hue angle of 143.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DD84 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 132 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.13 |
| HSL | 143.92º | 0.69% | 0.58% | - |
| HSV(B) | 143.92º | 0.67% | 0.87% | - |
| XYZ | 32.77 | 54.8 | 30.68 | - |
| YUV | 166.6 | 108.47 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 132 | 0.67 | 0 | 0.40 | 0.13 | 143.92 | 0.69 | 0.58 |
| Hex | 49 | DD | 84 | 43 | 0 | 28 | D | 90 | 45 | 3A |
| Octal | 111 | 335 | 204 | 103 | 0 | 50 | 15 | 220 | 105 | 72 |
| Binary | 1001001 | 11011101 | 10000100 | 1000011 | 0 | 101000 | 1101 | 10010000 | 1000101 | 111010 |
Color Harmonies of #49DD84
Complementary color
Monochromatic Colors of #49DD84
Black with #49DD84
Text Example
Text Example
White with #49DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD84; }
p { color: rgb(73,221,132); }
H1.HeaderClassName
{
color: #49DD84;
}
.AnyTagClassName
{
color: #49DD84;
}
</style>
background-color css
<style>
a { background-color: #49DD84; }
a { background-color: rgb(73,221,132); }
div.DivClassName
{
background-color: #49DD84;
}
.BgClassName
{
background-color: #49DD84;
}
</style>
border-color css
<style>
span { border-color: #49DD84; }
span { border-color: rgb(73,221,132); }
td.TdClassName
{
border-color: #49DD84;
}
.TagClassName
{
border-color: #49DD84;
}
</style>