Shades of Emerald #49EC82
Tints of Emerald #49EC82
RGB
CMYK
RGB Variations
Color information
#49EC82 (or 0x49EC82) is known color: Emerald. HEX triplet: 49, EC and 82. RGB value is (73,236,130). Sum of RGB (Red+Green+Blue) = 73+236+130=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EC82 is #B6137D. Grayscale: #AFAFAF. Windows color (decimal): -11932542 or 8580169. OLE color: 8580169.
HSL color Cylindrical-coordinate representation of color #49EC82: hue angle of 140.98º 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 #49EC82 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 130 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.07 |
| HSL | 140.98º | 0.81% | 0.61% | - |
| HSV(B) | 140.98º | 0.69% | 0.93% | - |
| XYZ | 36.77 | 63.02 | 31.34 | - |
| YUV | 175.18 | 102.5 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 130 | 0.69 | 0 | 0.45 | 0.07 | 140.98 | 0.81 | 0.61 |
| Hex | 49 | EC | 82 | 45 | 0 | 2D | 7 | 8D | 51 | 3D |
| Octal | 111 | 354 | 202 | 105 | 0 | 55 | 7 | 215 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10000010 | 1000101 | 0 | 101101 | 111 | 10001101 | 1010001 | 111101 |
Color Harmonies of #49EC82
Complementary color
Monochromatic Colors of #49EC82
Black with #49EC82
Text Example
Text Example
White with #49EC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC82; }
p { color: rgb(73,236,130); }
H1.HeaderClassName
{
color: #49EC82;
}
.AnyTagClassName
{
color: #49EC82;
}
</style>
background-color css
<style>
a { background-color: #49EC82; }
a { background-color: rgb(73,236,130); }
div.DivClassName
{
background-color: #49EC82;
}
.BgClassName
{
background-color: #49EC82;
}
</style>
border-color css
<style>
span { border-color: #49EC82; }
span { border-color: rgb(73,236,130); }
td.TdClassName
{
border-color: #49EC82;
}
.TagClassName
{
border-color: #49EC82;
}
</style>