Shades of Emerald #49DA5E
Tints of Emerald #49DA5E
RGB
CMYK
RGB Variations
Color information
#49DA5E (or 0x49DA5E) is known color: Emerald. HEX triplet: 49, DA and 5E. RGB value is (73,218,94). Sum of RGB (Red+Green+Blue) = 73+218+94=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA5E is #B625A1. Grayscale: #A0A0A0. Windows color (decimal): -11937186 or 6216265. OLE color: 6216265.
HSL color Cylindrical-coordinate representation of color #49DA5E: hue angle of 128.69º 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 #49DA5E is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 94 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.15 |
| HSL | 128.69º | 0.66% | 0.57% | - |
| HSV(B) | 128.69º | 0.67% | 0.85% | - |
| XYZ | 29.84 | 52.37 | 19.12 | - |
| YUV | 160.51 | 90.46 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 94 | 0.67 | 0 | 0.57 | 0.15 | 128.69 | 0.66 | 0.57 |
| Hex | 49 | DA | 5E | 43 | 0 | 39 | F | 81 | 42 | 39 |
| Octal | 111 | 332 | 136 | 103 | 0 | 71 | 17 | 201 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1011110 | 1000011 | 0 | 111001 | 1111 | 10000001 | 1000010 | 111001 |
Color Harmonies of #49DA5E
Complementary color
Monochromatic Colors of #49DA5E
Black with #49DA5E
Text Example
Text Example
White with #49DA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA5E; }
p { color: rgb(73,218,94); }
H1.HeaderClassName
{
color: #49DA5E;
}
.AnyTagClassName
{
color: #49DA5E;
}
</style>
background-color css
<style>
a { background-color: #49DA5E; }
a { background-color: rgb(73,218,94); }
div.DivClassName
{
background-color: #49DA5E;
}
.BgClassName
{
background-color: #49DA5E;
}
</style>
border-color css
<style>
span { border-color: #49DA5E; }
span { border-color: rgb(73,218,94); }
td.TdClassName
{
border-color: #49DA5E;
}
.TagClassName
{
border-color: #49DA5E;
}
</style>