Shades of Emerald #49EC89
Tints of Emerald #49EC89
RGB
CMYK
RGB Variations
Color information
#49EC89 (or 0x49EC89) is known color: Emerald. HEX triplet: 49, EC and 89. RGB value is (73,236,137). Sum of RGB (Red+Green+Blue) = 73+236+137=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EC89 is #B61376. Grayscale: #B0B0B0. Windows color (decimal): -11932535 or 9038921. OLE color: 9038921.
HSL color Cylindrical-coordinate representation of color #49EC89: hue angle of 143.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EC89 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 137 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.07 |
| HSL | 143.56º | 0.81% | 0.61% | - |
| HSV(B) | 143.56º | 0.69% | 0.93% | - |
| XYZ | 37.26 | 63.21 | 33.9 | - |
| YUV | 175.98 | 106 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 137 | 0.69 | 0 | 0.42 | 0.07 | 143.56 | 0.81 | 0.61 |
| Hex | 49 | EC | 89 | 45 | 0 | 2A | 7 | 90 | 51 | 3D |
| Octal | 111 | 354 | 211 | 105 | 0 | 52 | 7 | 220 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10001001 | 1000101 | 0 | 101010 | 111 | 10010000 | 1010001 | 111101 |
Color Harmonies of #49EC89
Complementary color
Monochromatic Colors of #49EC89
Black with #49EC89
Text Example
Text Example
White with #49EC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC89; }
p { color: rgb(73,236,137); }
H1.HeaderClassName
{
color: #49EC89;
}
.AnyTagClassName
{
color: #49EC89;
}
</style>
background-color css
<style>
a { background-color: #49EC89; }
a { background-color: rgb(73,236,137); }
div.DivClassName
{
background-color: #49EC89;
}
.BgClassName
{
background-color: #49EC89;
}
</style>
border-color css
<style>
span { border-color: #49EC89; }
span { border-color: rgb(73,236,137); }
td.TdClassName
{
border-color: #49EC89;
}
.TagClassName
{
border-color: #49EC89;
}
</style>