Shades of Emerald #49EC7C
Tints of Emerald #49EC7C
RGB
CMYK
RGB Variations
Color information
#49EC7C (or 0x49EC7C) is known color: Emerald. HEX triplet: 49, EC and 7C. RGB value is (73,236,124). Sum of RGB (Red+Green+Blue) = 73+236+124=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EC7C is #B61383. Grayscale: #AEAEAE. Windows color (decimal): -11932548 or 8186953. OLE color: 8186953.
HSL color Cylindrical-coordinate representation of color #49EC7C: hue angle of 138.77º 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 #49EC7C is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 124 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.07 |
| HSL | 138.77º | 0.81% | 0.61% | - |
| HSV(B) | 138.77º | 0.69% | 0.93% | - |
| XYZ | 36.38 | 62.86 | 29.29 | - |
| YUV | 174.5 | 99.5 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 124 | 0.69 | 0 | 0.47 | 0.07 | 138.77 | 0.81 | 0.61 |
| Hex | 49 | EC | 7C | 45 | 0 | 2F | 7 | 8B | 51 | 3D |
| Octal | 111 | 354 | 174 | 105 | 0 | 57 | 7 | 213 | 121 | 75 |
| Binary | 1001001 | 11101100 | 1111100 | 1000101 | 0 | 101111 | 111 | 10001011 | 1010001 | 111101 |
Color Harmonies of #49EC7C
Complementary color
Monochromatic Colors of #49EC7C
Black with #49EC7C
Text Example
Text Example
White with #49EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC7C; }
p { color: rgb(73,236,124); }
H1.HeaderClassName
{
color: #49EC7C;
}
.AnyTagClassName
{
color: #49EC7C;
}
</style>
background-color css
<style>
a { background-color: #49EC7C; }
a { background-color: rgb(73,236,124); }
div.DivClassName
{
background-color: #49EC7C;
}
.BgClassName
{
background-color: #49EC7C;
}
</style>
border-color css
<style>
span { border-color: #49EC7C; }
span { border-color: rgb(73,236,124); }
td.TdClassName
{
border-color: #49EC7C;
}
.TagClassName
{
border-color: #49EC7C;
}
</style>