Shades of Emerald #49DB73
Tints of Emerald #49DB73
RGB
CMYK
RGB Variations
Color information
#49DB73 (or 0x49DB73) is known color: Emerald. HEX triplet: 49, DB and 73. RGB value is (73,219,115). Sum of RGB (Red+Green+Blue) = 73+219+115=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB73 is #B6248C. Grayscale: #A3A3A3. Windows color (decimal): -11936909 or 7592777. OLE color: 7592777.
HSL color Cylindrical-coordinate representation of color #49DB73: hue angle of 137.26º 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 #49DB73 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 115 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.14 |
| HSL | 137.26º | 0.67% | 0.57% | - |
| HSV(B) | 137.26º | 0.67% | 0.86% | - |
| XYZ | 31.17 | 53.32 | 24.87 | - |
| YUV | 163.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 115 | 0.67 | 0 | 0.47 | 0.14 | 137.26 | 0.67 | 0.57 |
| Hex | 49 | DB | 73 | 43 | 0 | 2F | E | 89 | 43 | 39 |
| Octal | 111 | 333 | 163 | 103 | 0 | 57 | 16 | 211 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1110011 | 1000011 | 0 | 101111 | 1110 | 10001001 | 1000011 | 111001 |
Color Harmonies of #49DB73
Complementary color
Monochromatic Colors of #49DB73
Black with #49DB73
Text Example
Text Example
White with #49DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB73; }
p { color: rgb(73,219,115); }
H1.HeaderClassName
{
color: #49DB73;
}
.AnyTagClassName
{
color: #49DB73;
}
</style>
background-color css
<style>
a { background-color: #49DB73; }
a { background-color: rgb(73,219,115); }
div.DivClassName
{
background-color: #49DB73;
}
.BgClassName
{
background-color: #49DB73;
}
</style>
border-color css
<style>
span { border-color: #49DB73; }
span { border-color: rgb(73,219,115); }
td.TdClassName
{
border-color: #49DB73;
}
.TagClassName
{
border-color: #49DB73;
}
</style>