Shades of Harlequin #46E210
Tints of Harlequin #46E210
RGB
CMYK
RGB Variations
Color information
#46E210 (or 0x46E210) is known color: Harlequin. HEX triplet: 46, E2 and 10. RGB value is (70,226,16). Sum of RGB (Red+Green+Blue) = 70+226+16=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 226 (88.67% from 255 or 72.44% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 226 - color contains mainly: green. Hex color #46E210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E210 is #B91DEF. Grayscale: #9C9C9C. Windows color (decimal): -12131824 or 1106502. OLE color: 1106502.
HSL color Cylindrical-coordinate representation of color #46E210: hue angle of 104.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46E210 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 226 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.11 |
| HSL | 104.57º | 0.87% | 0.47% | - |
| HSV(B) | 104.57º | 0.93% | 0.89% | - |
| XYZ | 29.82 | 55.73 | 9.68 | - |
| YUV | 155.42 | 49.32 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 16 | 0.69 | 0 | 0.93 | 0.11 | 104.57 | 0.87 | 0.47 |
| Hex | 46 | E2 | 10 | 45 | 0 | 5D | B | 69 | 57 | 2F |
| Octal | 106 | 342 | 20 | 105 | 0 | 135 | 13 | 151 | 127 | 57 |
| Binary | 1000110 | 11100010 | 10000 | 1000101 | 0 | 1011101 | 1011 | 1101001 | 1010111 | 101111 |
Color Harmonies of #46E210
Complementary color
Monochromatic Colors of #46E210
Black with #46E210
Text Example
Text Example
White with #46E210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E210; }
p { color: rgb(70,226,16); }
H1.HeaderClassName
{
color: #46E210;
}
.AnyTagClassName
{
color: #46E210;
}
</style>
background-color css
<style>
a { background-color: #46E210; }
a { background-color: rgb(70,226,16); }
div.DivClassName
{
background-color: #46E210;
}
.BgClassName
{
background-color: #46E210;
}
</style>
border-color css
<style>
span { border-color: #46E210; }
span { border-color: rgb(70,226,16); }
td.TdClassName
{
border-color: #46E210;
}
.TagClassName
{
border-color: #46E210;
}
</style>