Shades of Emerald #49DB65
Tints of Emerald #49DB65
RGB
CMYK
RGB Variations
Color information
#49DB65 (or 0x49DB65) is known color: Emerald. HEX triplet: 49, DB and 65. RGB value is (73,219,101). Sum of RGB (Red+Green+Blue) = 73+219+101=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB65 is #B6249A. Grayscale: #A2A2A2. Windows color (decimal): -11936923 or 6675273. OLE color: 6675273.
HSL color Cylindrical-coordinate representation of color #49DB65: hue angle of 131.51º 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 #49DB65 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 101 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.14 |
| HSL | 131.51º | 0.67% | 0.57% | - |
| HSV(B) | 131.51º | 0.67% | 0.86% | - |
| XYZ | 30.43 | 53.02 | 20.94 | - |
| YUV | 161.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 101 | 0.67 | 0 | 0.54 | 0.14 | 131.51 | 0.67 | 0.57 |
| Hex | 49 | DB | 65 | 43 | 0 | 36 | E | 84 | 43 | 39 |
| Octal | 111 | 333 | 145 | 103 | 0 | 66 | 16 | 204 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1100101 | 1000011 | 0 | 110110 | 1110 | 10000100 | 1000011 | 111001 |
Color Harmonies of #49DB65
Complementary color
Monochromatic Colors of #49DB65
Black with #49DB65
Text Example
Text Example
White with #49DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB65; }
p { color: rgb(73,219,101); }
H1.HeaderClassName
{
color: #49DB65;
}
.AnyTagClassName
{
color: #49DB65;
}
</style>
background-color css
<style>
a { background-color: #49DB65; }
a { background-color: rgb(73,219,101); }
div.DivClassName
{
background-color: #49DB65;
}
.BgClassName
{
background-color: #49DB65;
}
</style>
border-color css
<style>
span { border-color: #49DB65; }
span { border-color: rgb(73,219,101); }
td.TdClassName
{
border-color: #49DB65;
}
.TagClassName
{
border-color: #49DB65;
}
</style>