Shades of Emerald #49DB5A
Tints of Emerald #49DB5A
RGB
CMYK
RGB Variations
Color information
#49DB5A (or 0x49DB5A) is known color: Emerald. HEX triplet: 49, DB and 5A. RGB value is (73,219,90). Sum of RGB (Red+Green+Blue) = 73+219+90=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB5A is #B624A5. Grayscale: #A1A1A1. Windows color (decimal): -11936934 or 5954377. OLE color: 5954377.
HSL color Cylindrical-coordinate representation of color #49DB5A: hue angle of 126.99º 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 #49DB5A is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 90 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.14 |
| HSL | 126.99º | 0.67% | 0.57% | - |
| HSV(B) | 126.99º | 0.67% | 0.86% | - |
| XYZ | 29.92 | 52.82 | 18.29 | - |
| YUV | 160.64 | 88.13 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 90 | 0.67 | 0 | 0.59 | 0.14 | 126.99 | 0.67 | 0.57 |
| Hex | 49 | DB | 5A | 43 | 0 | 3B | E | 7F | 43 | 39 |
| Octal | 111 | 333 | 132 | 103 | 0 | 73 | 16 | 177 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1011010 | 1000011 | 0 | 111011 | 1110 | 1111111 | 1000011 | 111001 |
Color Harmonies of #49DB5A
Complementary color
Monochromatic Colors of #49DB5A
Black with #49DB5A
Text Example
Text Example
White with #49DB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB5A; }
p { color: rgb(73,219,90); }
H1.HeaderClassName
{
color: #49DB5A;
}
.AnyTagClassName
{
color: #49DB5A;
}
</style>
background-color css
<style>
a { background-color: #49DB5A; }
a { background-color: rgb(73,219,90); }
div.DivClassName
{
background-color: #49DB5A;
}
.BgClassName
{
background-color: #49DB5A;
}
</style>
border-color css
<style>
span { border-color: #49DB5A; }
span { border-color: rgb(73,219,90); }
td.TdClassName
{
border-color: #49DB5A;
}
.TagClassName
{
border-color: #49DB5A;
}
</style>