Shades of Emerald #46EC6B
Tints of Emerald #46EC6B
RGB
CMYK
RGB Variations
Color information
#46EC6B (or 0x46EC6B) is known color: Emerald. HEX triplet: 46, EC and 6B. RGB value is (70,236,107). Sum of RGB (Red+Green+Blue) = 70+236+107=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46EC6B is #B91394. Grayscale: #ACACAC. Windows color (decimal): -12129173 or 7072838. OLE color: 7072838.
HSL color Cylindrical-coordinate representation of color #46EC6B: hue angle of 133.37º 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 #46EC6B is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 107 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.07 |
| HSL | 133.37º | 0.81% | 0.6% | - |
| HSV(B) | 133.37º | 0.7% | 0.93% | - |
| XYZ | 35.18 | 62.35 | 24.09 | - |
| YUV | 171.66 | 91.5 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 107 | 0.70 | 0 | 0.55 | 0.07 | 133.37 | 0.81 | 0.6 |
| Hex | 46 | EC | 6B | 46 | 0 | 37 | 7 | 85 | 51 | 3C |
| Octal | 106 | 354 | 153 | 106 | 0 | 67 | 7 | 205 | 121 | 74 |
| Binary | 1000110 | 11101100 | 1101011 | 1000110 | 0 | 110111 | 111 | 10000101 | 1010001 | 111100 |
Color Harmonies of #46EC6B
Complementary color
Monochromatic Colors of #46EC6B
Black with #46EC6B
Text Example
Text Example
White with #46EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC6B; }
p { color: rgb(70,236,107); }
H1.HeaderClassName
{
color: #46EC6B;
}
.AnyTagClassName
{
color: #46EC6B;
}
</style>
background-color css
<style>
a { background-color: #46EC6B; }
a { background-color: rgb(70,236,107); }
div.DivClassName
{
background-color: #46EC6B;
}
.BgClassName
{
background-color: #46EC6B;
}
</style>
border-color css
<style>
span { border-color: #46EC6B; }
span { border-color: rgb(70,236,107); }
td.TdClassName
{
border-color: #46EC6B;
}
.TagClassName
{
border-color: #46EC6B;
}
</style>