Shades of Emerald #49DB7A
Tints of Emerald #49DB7A
RGB
CMYK
RGB Variations
Color information
#49DB7A (or 0x49DB7A) is known color: Emerald. HEX triplet: 49, DB and 7A. RGB value is (73,219,122). Sum of RGB (Red+Green+Blue) = 73+219+122=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB7A is #B62485. Grayscale: #A4A4A4. Windows color (decimal): -11936902 or 8051529. OLE color: 8051529.
HSL color Cylindrical-coordinate representation of color #49DB7A: hue angle of 140.14º 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 #49DB7A is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 122 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.14 |
| HSL | 140.14º | 0.67% | 0.57% | - |
| HSV(B) | 140.14º | 0.67% | 0.86% | - |
| XYZ | 31.59 | 53.48 | 27.07 | - |
| YUV | 164.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 122 | 0.67 | 0 | 0.44 | 0.14 | 140.14 | 0.67 | 0.57 |
| Hex | 49 | DB | 7A | 43 | 0 | 2C | E | 8C | 43 | 39 |
| Octal | 111 | 333 | 172 | 103 | 0 | 54 | 16 | 214 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1111010 | 1000011 | 0 | 101100 | 1110 | 10001100 | 1000011 | 111001 |
Color Harmonies of #49DB7A
Complementary color
Monochromatic Colors of #49DB7A
Black with #49DB7A
Text Example
Text Example
White with #49DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB7A; }
p { color: rgb(73,219,122); }
H1.HeaderClassName
{
color: #49DB7A;
}
.AnyTagClassName
{
color: #49DB7A;
}
</style>
background-color css
<style>
a { background-color: #49DB7A; }
a { background-color: rgb(73,219,122); }
div.DivClassName
{
background-color: #49DB7A;
}
.BgClassName
{
background-color: #49DB7A;
}
</style>
border-color css
<style>
span { border-color: #49DB7A; }
span { border-color: rgb(73,219,122); }
td.TdClassName
{
border-color: #49DB7A;
}
.TagClassName
{
border-color: #49DB7A;
}
</style>