Shades of Emerald #46EC82
Tints of Emerald #46EC82
RGB
CMYK
RGB Variations
Color information
#46EC82 (or 0x46EC82) is known color: Emerald. HEX triplet: 46, EC and 82. RGB value is (70,236,130). Sum of RGB (Red+Green+Blue) = 70+236+130=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EC82 is #B9137D. Grayscale: #AEAEAE. Windows color (decimal): -12129150 or 8580166. OLE color: 8580166.
HSL color Cylindrical-coordinate representation of color #46EC82: hue angle of 141.69º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EC82 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 130 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.07 |
| HSL | 141.69º | 0.81% | 0.6% | - |
| HSV(B) | 141.69º | 0.7% | 0.93% | - |
| XYZ | 36.55 | 62.9 | 31.33 | - |
| YUV | 174.28 | 103 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 130 | 0.70 | 0 | 0.45 | 0.07 | 141.69 | 0.81 | 0.6 |
| Hex | 46 | EC | 82 | 46 | 0 | 2D | 7 | 8E | 51 | 3C |
| Octal | 106 | 354 | 202 | 106 | 0 | 55 | 7 | 216 | 121 | 74 |
| Binary | 1000110 | 11101100 | 10000010 | 1000110 | 0 | 101101 | 111 | 10001110 | 1010001 | 111100 |
Color Harmonies of #46EC82
Complementary color
Monochromatic Colors of #46EC82
Black with #46EC82
Text Example
Text Example
White with #46EC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC82; }
p { color: rgb(70,236,130); }
H1.HeaderClassName
{
color: #46EC82;
}
.AnyTagClassName
{
color: #46EC82;
}
</style>
background-color css
<style>
a { background-color: #46EC82; }
a { background-color: rgb(70,236,130); }
div.DivClassName
{
background-color: #46EC82;
}
.BgClassName
{
background-color: #46EC82;
}
</style>
border-color css
<style>
span { border-color: #46EC82; }
span { border-color: rgb(70,236,130); }
td.TdClassName
{
border-color: #46EC82;
}
.TagClassName
{
border-color: #46EC82;
}
</style>