Shades of Emerald #49DB59
Tints of Emerald #49DB59
RGB
CMYK
RGB Variations
Color information
#49DB59 (or 0x49DB59) is known color: Emerald. HEX triplet: 49, DB and 59. RGB value is (73,219,89). Sum of RGB (Red+Green+Blue) = 73+219+89=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB59 is #B624A6. Grayscale: #A0A0A0. Windows color (decimal): -11936935 or 5888841. OLE color: 5888841.
HSL color Cylindrical-coordinate representation of color #49DB59: hue angle of 126.58º 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 #49DB59 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 89 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.14 |
| HSL | 126.58º | 0.67% | 0.57% | - |
| HSV(B) | 126.58º | 0.67% | 0.86% | - |
| XYZ | 29.88 | 52.8 | 18.07 | - |
| YUV | 160.53 | 87.63 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 89 | 0.67 | 0 | 0.59 | 0.14 | 126.58 | 0.67 | 0.57 |
| Hex | 49 | DB | 59 | 43 | 0 | 3B | E | 7F | 43 | 39 |
| Octal | 111 | 333 | 131 | 103 | 0 | 73 | 16 | 177 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1011001 | 1000011 | 0 | 111011 | 1110 | 1111111 | 1000011 | 111001 |
Color Harmonies of #49DB59
Complementary color
Monochromatic Colors of #49DB59
Black with #49DB59
Text Example
Text Example
White with #49DB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB59; }
p { color: rgb(73,219,89); }
H1.HeaderClassName
{
color: #49DB59;
}
.AnyTagClassName
{
color: #49DB59;
}
</style>
background-color css
<style>
a { background-color: #49DB59; }
a { background-color: rgb(73,219,89); }
div.DivClassName
{
background-color: #49DB59;
}
.BgClassName
{
background-color: #49DB59;
}
</style>
border-color css
<style>
span { border-color: #49DB59; }
span { border-color: rgb(73,219,89); }
td.TdClassName
{
border-color: #49DB59;
}
.TagClassName
{
border-color: #49DB59;
}
</style>