Shades of Harlequin #46EC10
Tints of Harlequin #46EC10
RGB
CMYK
RGB Variations
Color information
#46EC10 (or 0x46EC10) is known color: Harlequin. HEX triplet: 46, EC and 10. RGB value is (70,236,16). Sum of RGB (Red+Green+Blue) = 70+236+16=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EC10 is #B913EF. Grayscale: #A1A1A1. Windows color (decimal): -12129264 or 1109062. OLE color: 1109062.
HSL color Cylindrical-coordinate representation of color #46EC10: hue angle of 105.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46EC10 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 16 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.07 |
| HSL | 105.27º | 0.87% | 0.49% | - |
| HSV(B) | 105.27º | 0.93% | 0.93% | - |
| XYZ | 32.61 | 61.33 | 10.61 | - |
| YUV | 161.29 | 46 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 16 | 0.70 | 0 | 0.93 | 0.07 | 105.27 | 0.87 | 0.49 |
| Hex | 46 | EC | 10 | 46 | 0 | 5D | 7 | 69 | 57 | 31 |
| Octal | 106 | 354 | 20 | 106 | 0 | 135 | 7 | 151 | 127 | 61 |
| Binary | 1000110 | 11101100 | 10000 | 1000110 | 0 | 1011101 | 111 | 1101001 | 1010111 | 110001 |
Color Harmonies of #46EC10
Complementary color
Monochromatic Colors of #46EC10
Black with #46EC10
Text Example
Text Example
White with #46EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC10; }
p { color: rgb(70,236,16); }
H1.HeaderClassName
{
color: #46EC10;
}
.AnyTagClassName
{
color: #46EC10;
}
</style>
background-color css
<style>
a { background-color: #46EC10; }
a { background-color: rgb(70,236,16); }
div.DivClassName
{
background-color: #46EC10;
}
.BgClassName
{
background-color: #46EC10;
}
</style>
border-color css
<style>
span { border-color: #46EC10; }
span { border-color: rgb(70,236,16); }
td.TdClassName
{
border-color: #46EC10;
}
.TagClassName
{
border-color: #46EC10;
}
</style>