Shades of Emerald #49DA81
Tints of Emerald #49DA81
RGB
CMYK
RGB Variations
Color information
#49DA81 (or 0x49DA81) is known color: Emerald. HEX triplet: 49, DA and 81. RGB value is (73,218,129). Sum of RGB (Red+Green+Blue) = 73+218+129=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DA81 is #B6257E. Grayscale: #A4A4A4. Windows color (decimal): -11937151 or 8510025. OLE color: 8510025.
HSL color Cylindrical-coordinate representation of color #49DA81: hue angle of 143.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA81 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 129 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.15 |
| HSL | 143.17º | 0.66% | 0.57% | - |
| HSV(B) | 143.17º | 0.67% | 0.85% | - |
| XYZ | 31.78 | 53.14 | 29.35 | - |
| YUV | 164.5 | 107.96 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 129 | 0.67 | 0 | 0.41 | 0.15 | 143.17 | 0.66 | 0.57 |
| Hex | 49 | DA | 81 | 43 | 0 | 29 | F | 8F | 42 | 39 |
| Octal | 111 | 332 | 201 | 103 | 0 | 51 | 17 | 217 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10000001 | 1000011 | 0 | 101001 | 1111 | 10001111 | 1000010 | 111001 |
Color Harmonies of #49DA81
Complementary color
Monochromatic Colors of #49DA81
Black with #49DA81
Text Example
Text Example
White with #49DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA81; }
p { color: rgb(73,218,129); }
H1.HeaderClassName
{
color: #49DA81;
}
.AnyTagClassName
{
color: #49DA81;
}
</style>
background-color css
<style>
a { background-color: #49DA81; }
a { background-color: rgb(73,218,129); }
div.DivClassName
{
background-color: #49DA81;
}
.BgClassName
{
background-color: #49DA81;
}
</style>
border-color css
<style>
span { border-color: #49DA81; }
span { border-color: rgb(73,218,129); }
td.TdClassName
{
border-color: #49DA81;
}
.TagClassName
{
border-color: #49DA81;
}
</style>