Shades of Emerald #49DB75
Tints of Emerald #49DB75
RGB
CMYK
RGB Variations
Color information
#49DB75 (or 0x49DB75) is known color: Emerald. HEX triplet: 49, DB and 75. RGB value is (73,219,117). Sum of RGB (Red+Green+Blue) = 73+219+117=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB75 is #B6248A. Grayscale: #A3A3A3. Windows color (decimal): -11936907 or 7723849. OLE color: 7723849.
HSL color Cylindrical-coordinate representation of color #49DB75: hue angle of 138.08º 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 #49DB75 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 117 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.14 |
| HSL | 138.08º | 0.67% | 0.57% | - |
| HSV(B) | 138.08º | 0.67% | 0.86% | - |
| XYZ | 31.29 | 53.36 | 25.48 | - |
| YUV | 163.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 117 | 0.67 | 0 | 0.47 | 0.14 | 138.08 | 0.67 | 0.57 |
| Hex | 49 | DB | 75 | 43 | 0 | 2F | E | 8A | 43 | 39 |
| Octal | 111 | 333 | 165 | 103 | 0 | 57 | 16 | 212 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1110101 | 1000011 | 0 | 101111 | 1110 | 10001010 | 1000011 | 111001 |
Color Harmonies of #49DB75
Complementary color
Monochromatic Colors of #49DB75
Black with #49DB75
Text Example
Text Example
White with #49DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB75; }
p { color: rgb(73,219,117); }
H1.HeaderClassName
{
color: #49DB75;
}
.AnyTagClassName
{
color: #49DB75;
}
</style>
background-color css
<style>
a { background-color: #49DB75; }
a { background-color: rgb(73,219,117); }
div.DivClassName
{
background-color: #49DB75;
}
.BgClassName
{
background-color: #49DB75;
}
</style>
border-color css
<style>
span { border-color: #49DB75; }
span { border-color: rgb(73,219,117); }
td.TdClassName
{
border-color: #49DB75;
}
.TagClassName
{
border-color: #49DB75;
}
</style>