Shades of Harlequin #46EC19
Tints of Harlequin #46EC19
RGB
CMYK
RGB Variations
Color information
#46EC19 (or 0x46EC19) is known color: Harlequin. HEX triplet: 46, EC and 19. RGB value is (70,236,25). Sum of RGB (Red+Green+Blue) = 70+236+25=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EC19 is #B913E6. Grayscale: #A2A2A2. Windows color (decimal): -12129255 or 1698886. OLE color: 1698886.
HSL color Cylindrical-coordinate representation of color #46EC19: hue angle of 107.2º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46EC19 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 25 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.07 |
| HSL | 107.2º | 0.85% | 0.51% | - |
| HSV(B) | 107.2º | 0.89% | 0.93% | - |
| XYZ | 32.7 | 61.36 | 11.04 | - |
| YUV | 162.31 | 50.5 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 25 | 0.70 | 0 | 0.89 | 0.07 | 107.2 | 0.85 | 0.51 |
| Hex | 46 | EC | 19 | 46 | 0 | 59 | 7 | 6B | 55 | 33 |
| Octal | 106 | 354 | 31 | 106 | 0 | 131 | 7 | 153 | 125 | 63 |
| Binary | 1000110 | 11101100 | 11001 | 1000110 | 0 | 1011001 | 111 | 1101011 | 1010101 | 110011 |
Color Harmonies of #46EC19
Complementary color
Monochromatic Colors of #46EC19
Black with #46EC19
Text Example
Text Example
White with #46EC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC19; }
p { color: rgb(70,236,25); }
H1.HeaderClassName
{
color: #46EC19;
}
.AnyTagClassName
{
color: #46EC19;
}
</style>
background-color css
<style>
a { background-color: #46EC19; }
a { background-color: rgb(70,236,25); }
div.DivClassName
{
background-color: #46EC19;
}
.BgClassName
{
background-color: #46EC19;
}
</style>
border-color css
<style>
span { border-color: #46EC19; }
span { border-color: rgb(70,236,25); }
td.TdClassName
{
border-color: #46EC19;
}
.TagClassName
{
border-color: #46EC19;
}
</style>