Shades of Harlequin #46EC13
Tints of Harlequin #46EC13
RGB
CMYK
RGB Variations
Color information
#46EC13 (or 0x46EC13) is known color: Harlequin. HEX triplet: 46, EC and 13. RGB value is (70,236,19). Sum of RGB (Red+Green+Blue) = 70+236+19=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EC13 is #B913EC. Grayscale: #A2A2A2. Windows color (decimal): -12129261 or 1305670. OLE color: 1305670.
HSL color Cylindrical-coordinate representation of color #46EC13: hue angle of 105.9º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46EC13 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 19 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.07 |
| HSL | 105.9º | 0.85% | 0.5% | - |
| HSV(B) | 105.9º | 0.92% | 0.93% | - |
| XYZ | 32.64 | 61.34 | 10.74 | - |
| YUV | 161.63 | 47.5 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 19 | 0.70 | 0 | 0.92 | 0.07 | 105.9 | 0.85 | 0.5 |
| Hex | 46 | EC | 13 | 46 | 0 | 5C | 7 | 6A | 55 | 32 |
| Octal | 106 | 354 | 23 | 106 | 0 | 134 | 7 | 152 | 125 | 62 |
| Binary | 1000110 | 11101100 | 10011 | 1000110 | 0 | 1011100 | 111 | 1101010 | 1010101 | 110010 |
Color Harmonies of #46EC13
Complementary color
Monochromatic Colors of #46EC13
Black with #46EC13
Text Example
Text Example
White with #46EC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC13; }
p { color: rgb(70,236,19); }
H1.HeaderClassName
{
color: #46EC13;
}
.AnyTagClassName
{
color: #46EC13;
}
</style>
background-color css
<style>
a { background-color: #46EC13; }
a { background-color: rgb(70,236,19); }
div.DivClassName
{
background-color: #46EC13;
}
.BgClassName
{
background-color: #46EC13;
}
</style>
border-color css
<style>
span { border-color: #46EC13; }
span { border-color: rgb(70,236,19); }
td.TdClassName
{
border-color: #46EC13;
}
.TagClassName
{
border-color: #46EC13;
}
</style>