Shades of Emerald #49EC7E
Tints of Emerald #49EC7E
RGB
CMYK
RGB Variations
Color information
#49EC7E (or 0x49EC7E) is known color: Emerald. HEX triplet: 49, EC and 7E. RGB value is (73,236,126). Sum of RGB (Red+Green+Blue) = 73+236+126=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EC7E is #B61381. Grayscale: #AFAFAF. Windows color (decimal): -11932546 or 8318025. OLE color: 8318025.
HSL color Cylindrical-coordinate representation of color #49EC7E: hue angle of 139.51º 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 #49EC7E is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 126 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.07 |
| HSL | 139.51º | 0.81% | 0.61% | - |
| HSV(B) | 139.51º | 0.69% | 0.93% | - |
| XYZ | 36.51 | 62.91 | 29.96 | - |
| YUV | 174.72 | 100.5 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 126 | 0.69 | 0 | 0.47 | 0.07 | 139.51 | 0.81 | 0.61 |
| Hex | 49 | EC | 7E | 45 | 0 | 2F | 7 | 8C | 51 | 3D |
| Octal | 111 | 354 | 176 | 105 | 0 | 57 | 7 | 214 | 121 | 75 |
| Binary | 1001001 | 11101100 | 1111110 | 1000101 | 0 | 101111 | 111 | 10001100 | 1010001 | 111101 |
Color Harmonies of #49EC7E
Complementary color
Monochromatic Colors of #49EC7E
Black with #49EC7E
Text Example
Text Example
White with #49EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC7E; }
p { color: rgb(73,236,126); }
H1.HeaderClassName
{
color: #49EC7E;
}
.AnyTagClassName
{
color: #49EC7E;
}
</style>
background-color css
<style>
a { background-color: #49EC7E; }
a { background-color: rgb(73,236,126); }
div.DivClassName
{
background-color: #49EC7E;
}
.BgClassName
{
background-color: #49EC7E;
}
</style>
border-color css
<style>
span { border-color: #49EC7E; }
span { border-color: rgb(73,236,126); }
td.TdClassName
{
border-color: #49EC7E;
}
.TagClassName
{
border-color: #49EC7E;
}
</style>