Shades of Emerald #46EC74
Tints of Emerald #46EC74
RGB
CMYK
RGB Variations
Color information
#46EC74 (or 0x46EC74) is known color: Emerald. HEX triplet: 46, EC and 74. RGB value is (70,236,116). Sum of RGB (Red+Green+Blue) = 70+236+116=422 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.59% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46EC74 is #B9138B. Grayscale: #ACACAC. Windows color (decimal): -12129164 or 7662662. OLE color: 7662662.
HSL color Cylindrical-coordinate representation of color #46EC74: hue angle of 136.63º 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 #46EC74 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 116 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.07 |
| HSL | 136.63º | 0.81% | 0.6% | - |
| HSV(B) | 136.63º | 0.7% | 0.93% | - |
| XYZ | 35.67 | 62.55 | 26.72 | - |
| YUV | 172.69 | 96 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 116 | 0.70 | 0 | 0.51 | 0.07 | 136.63 | 0.81 | 0.6 |
| Hex | 46 | EC | 74 | 46 | 0 | 33 | 7 | 89 | 51 | 3C |
| Octal | 106 | 354 | 164 | 106 | 0 | 63 | 7 | 211 | 121 | 74 |
| Binary | 1000110 | 11101100 | 1110100 | 1000110 | 0 | 110011 | 111 | 10001001 | 1010001 | 111100 |
Color Harmonies of #46EC74
Complementary color
Monochromatic Colors of #46EC74
Black with #46EC74
Text Example
Text Example
White with #46EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC74; }
p { color: rgb(70,236,116); }
H1.HeaderClassName
{
color: #46EC74;
}
.AnyTagClassName
{
color: #46EC74;
}
</style>
background-color css
<style>
a { background-color: #46EC74; }
a { background-color: rgb(70,236,116); }
div.DivClassName
{
background-color: #46EC74;
}
.BgClassName
{
background-color: #46EC74;
}
</style>
border-color css
<style>
span { border-color: #46EC74; }
span { border-color: rgb(70,236,116); }
td.TdClassName
{
border-color: #46EC74;
}
.TagClassName
{
border-color: #46EC74;
}
</style>