Shades of Emerald #46EC70
Tints of Emerald #46EC70
RGB
CMYK
RGB Variations
Color information
#46EC70 (or 0x46EC70) is known color: Emerald. HEX triplet: 46, EC and 70. RGB value is (70,236,112). Sum of RGB (Red+Green+Blue) = 70+236+112=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46EC70 is #B9138F. Grayscale: #ACACAC. Windows color (decimal): -12129168 or 7400518. OLE color: 7400518.
HSL color Cylindrical-coordinate representation of color #46EC70: hue angle of 135.18º 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 #46EC70 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 112 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.07 |
| HSL | 135.18º | 0.81% | 0.6% | - |
| HSV(B) | 135.18º | 0.7% | 0.93% | - |
| XYZ | 35.45 | 62.46 | 25.52 | - |
| YUV | 172.23 | 94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 112 | 0.70 | 0 | 0.53 | 0.07 | 135.18 | 0.81 | 0.6 |
| Hex | 46 | EC | 70 | 46 | 0 | 35 | 7 | 87 | 51 | 3C |
| Octal | 106 | 354 | 160 | 106 | 0 | 65 | 7 | 207 | 121 | 74 |
| Binary | 1000110 | 11101100 | 1110000 | 1000110 | 0 | 110101 | 111 | 10000111 | 1010001 | 111100 |
Color Harmonies of #46EC70
Complementary color
Monochromatic Colors of #46EC70
Black with #46EC70
Text Example
Text Example
White with #46EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC70; }
p { color: rgb(70,236,112); }
H1.HeaderClassName
{
color: #46EC70;
}
.AnyTagClassName
{
color: #46EC70;
}
</style>
background-color css
<style>
a { background-color: #46EC70; }
a { background-color: rgb(70,236,112); }
div.DivClassName
{
background-color: #46EC70;
}
.BgClassName
{
background-color: #46EC70;
}
</style>
border-color css
<style>
span { border-color: #46EC70; }
span { border-color: rgb(70,236,112); }
td.TdClassName
{
border-color: #46EC70;
}
.TagClassName
{
border-color: #46EC70;
}
</style>