Shades of Emerald #49EC7F
Tints of Emerald #49EC7F
RGB
CMYK
RGB Variations
Color information
#49EC7F (or 0x49EC7F) is known color: Emerald. HEX triplet: 49, EC and 7F. RGB value is (73,236,127). Sum of RGB (Red+Green+Blue) = 73+236+127=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EC7F is #B61380. Grayscale: #AFAFAF. Windows color (decimal): -11932545 or 8383561. OLE color: 8383561.
HSL color Cylindrical-coordinate representation of color #49EC7F: hue angle of 139.88º 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 #49EC7F is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 127 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.07 |
| HSL | 139.88º | 0.81% | 0.61% | - |
| HSV(B) | 139.88º | 0.69% | 0.93% | - |
| XYZ | 36.57 | 62.94 | 30.3 | - |
| YUV | 174.84 | 101 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 127 | 0.69 | 0 | 0.46 | 0.07 | 139.88 | 0.81 | 0.61 |
| Hex | 49 | EC | 7F | 45 | 0 | 2E | 7 | 8C | 51 | 3D |
| Octal | 111 | 354 | 177 | 105 | 0 | 56 | 7 | 214 | 121 | 75 |
| Binary | 1001001 | 11101100 | 1111111 | 1000101 | 0 | 101110 | 111 | 10001100 | 1010001 | 111101 |
Color Harmonies of #49EC7F
Complementary color
Monochromatic Colors of #49EC7F
Black with #49EC7F
Text Example
Text Example
White with #49EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC7F; }
p { color: rgb(73,236,127); }
H1.HeaderClassName
{
color: #49EC7F;
}
.AnyTagClassName
{
color: #49EC7F;
}
</style>
background-color css
<style>
a { background-color: #49EC7F; }
a { background-color: rgb(73,236,127); }
div.DivClassName
{
background-color: #49EC7F;
}
.BgClassName
{
background-color: #49EC7F;
}
</style>
border-color css
<style>
span { border-color: #49EC7F; }
span { border-color: rgb(73,236,127); }
td.TdClassName
{
border-color: #49EC7F;
}
.TagClassName
{
border-color: #49EC7F;
}
</style>