Shades of Harlequin #46EC08
Tints of Harlequin #46EC08
RGB
CMYK
RGB Variations
Color information
#46EC08 (or 0x46EC08) is known color: Harlequin. HEX triplet: 46, EC and 08. RGB value is (70,236,8). Sum of RGB (Red+Green+Blue) = 70+236+8=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EC08 is #B913F7. Grayscale: #A1A1A1. Windows color (decimal): -12129272 or 584774. OLE color: 584774.
HSL color Cylindrical-coordinate representation of color #46EC08: hue angle of 103.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46EC08 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 8 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.07 |
| HSL | 103.68º | 0.93% | 0.48% | - |
| HSV(B) | 103.68º | 0.97% | 0.93% | - |
| XYZ | 32.57 | 61.31 | 10.35 | - |
| YUV | 160.37 | 42 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 8 | 0.70 | 0 | 0.97 | 0.07 | 103.68 | 0.93 | 0.48 |
| Hex | 46 | EC | 8 | 46 | 0 | 61 | 7 | 68 | 5D | 30 |
| Octal | 106 | 354 | 10 | 106 | 0 | 141 | 7 | 150 | 135 | 60 |
| Binary | 1000110 | 11101100 | 1000 | 1000110 | 0 | 1100001 | 111 | 1101000 | 1011101 | 110000 |
Color Harmonies of #46EC08
Complementary color
Monochromatic Colors of #46EC08
Black with #46EC08
Text Example
Text Example
White with #46EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC08; }
p { color: rgb(70,236,8); }
H1.HeaderClassName
{
color: #46EC08;
}
.AnyTagClassName
{
color: #46EC08;
}
</style>
background-color css
<style>
a { background-color: #46EC08; }
a { background-color: rgb(70,236,8); }
div.DivClassName
{
background-color: #46EC08;
}
.BgClassName
{
background-color: #46EC08;
}
</style>
border-color css
<style>
span { border-color: #46EC08; }
span { border-color: rgb(70,236,8); }
td.TdClassName
{
border-color: #46EC08;
}
.TagClassName
{
border-color: #46EC08;
}
</style>