Shades of Harlequin #46E916
Tints of Harlequin #46E916
RGB
CMYK
RGB Variations
Color information
#46E916 (or 0x46E916) is known color: Harlequin. HEX triplet: 46, E9 and 16. RGB value is (70,233,22). Sum of RGB (Red+Green+Blue) = 70+233+22=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 233 (91.41% from 255 or 71.69% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 233 - color contains mainly: green. Hex color #46E916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46E916 is #B916E9. Grayscale: #A0A0A0. Windows color (decimal): -12130026 or 1501510. OLE color: 1501510.
HSL color Cylindrical-coordinate representation of color #46E916: hue angle of 106.35º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46E916 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 233 | 22 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.09 |
| HSL | 106.35º | 0.83% | 0.5% | - |
| HSV(B) | 106.35º | 0.91% | 0.91% | - |
| XYZ | 31.81 | 59.64 | 10.59 | - |
| YUV | 160.21 | 50 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 233 | 22 | 0.70 | 0 | 0.91 | 0.09 | 106.35 | 0.83 | 0.5 |
| Hex | 46 | E9 | 16 | 46 | 0 | 5B | 9 | 6A | 53 | 32 |
| Octal | 106 | 351 | 26 | 106 | 0 | 133 | 11 | 152 | 123 | 62 |
| Binary | 1000110 | 11101001 | 10110 | 1000110 | 0 | 1011011 | 1001 | 1101010 | 1010011 | 110010 |
Color Harmonies of #46E916
Complementary color
Monochromatic Colors of #46E916
Black with #46E916
Text Example
Text Example
White with #46E916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E916; }
p { color: rgb(70,233,22); }
H1.HeaderClassName
{
color: #46E916;
}
.AnyTagClassName
{
color: #46E916;
}
</style>
background-color css
<style>
a { background-color: #46E916; }
a { background-color: rgb(70,233,22); }
div.DivClassName
{
background-color: #46E916;
}
.BgClassName
{
background-color: #46E916;
}
</style>
border-color css
<style>
span { border-color: #46E916; }
span { border-color: rgb(70,233,22); }
td.TdClassName
{
border-color: #46E916;
}
.TagClassName
{
border-color: #46E916;
}
</style>