Shades of Harlequin #46E602
Tints of Harlequin #46E602
RGB
CMYK
RGB Variations
Color information
#46E602 (or 0x46E602) is known color: Harlequin. HEX triplet: 46, E6 and 02. RGB value is (70,230,2). Sum of RGB (Red+Green+Blue) = 70+230+2=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 230 (90.23% from 255 or 76.16% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 230 - color contains mainly: green. Hex color #46E602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46E602 is #B919FD. Grayscale: #9C9C9C. Windows color (decimal): -12130814 or 190022. OLE color: 190022.
HSL color Cylindrical-coordinate representation of color #46E602: hue angle of 102.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46E602 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.10 |
| HSL | 102.11º | 0.98% | 0.45% | - |
| HSV(B) | 102.11º | 0.99% | 0.9% | - |
| XYZ | 30.83 | 57.9 | 9.61 | - |
| YUV | 156.17 | 40.99 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 2 | 0.70 | 0 | 0.99 | 0.10 | 102.11 | 0.98 | 0.45 |
| Hex | 46 | E6 | 2 | 46 | 0 | 63 | A | 66 | 62 | 2D |
| Octal | 106 | 346 | 2 | 106 | 0 | 143 | 12 | 146 | 142 | 55 |
| Binary | 1000110 | 11100110 | 10 | 1000110 | 0 | 1100011 | 1010 | 1100110 | 1100010 | 101101 |
Color Harmonies of #46E602
Complementary color
Monochromatic Colors of #46E602
Black with #46E602
Text Example
Text Example
White with #46E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E602; }
p { color: rgb(70,230,2); }
H1.HeaderClassName
{
color: #46E602;
}
.AnyTagClassName
{
color: #46E602;
}
</style>
background-color css
<style>
a { background-color: #46E602; }
a { background-color: rgb(70,230,2); }
div.DivClassName
{
background-color: #46E602;
}
.BgClassName
{
background-color: #46E602;
}
</style>
border-color css
<style>
span { border-color: #46E602; }
span { border-color: rgb(70,230,2); }
td.TdClassName
{
border-color: #46E602;
}
.TagClassName
{
border-color: #46E602;
}
</style>