Shades of Harlequin #46FA16
Tints of Harlequin #46FA16
RGB
CMYK
RGB Variations
Color information
#46FA16 (or 0x46FA16) is known color: Harlequin. HEX triplet: 46, FA and 16. RGB value is (70,250,22). Sum of RGB (Red+Green+Blue) = 70+250+22=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46FA16 is #B905E9. Grayscale: #AAAAAA. Windows color (decimal): -12125674 or 1505862. OLE color: 1505862.
HSL color Cylindrical-coordinate representation of color #46FA16: hue angle of 107.37º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46FA16 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 22 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.02 |
| HSL | 107.37º | 0.96% | 0.53% | - |
| HSV(B) | 107.37º | 0.91% | 0.98% | - |
| XYZ | 36.86 | 69.73 | 12.28 | - |
| YUV | 170.19 | 44.37 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 22 | 0.72 | 0 | 0.91 | 0.02 | 107.37 | 0.96 | 0.53 |
| Hex | 46 | FA | 16 | 48 | 0 | 5B | 2 | 6B | 60 | 35 |
| Octal | 106 | 372 | 26 | 110 | 0 | 133 | 2 | 153 | 140 | 65 |
| Binary | 1000110 | 11111010 | 10110 | 1001000 | 0 | 1011011 | 10 | 1101011 | 1100000 | 110101 |
Color Harmonies of #46FA16
Complementary color
Monochromatic Colors of #46FA16
Black with #46FA16
Text Example
Text Example
White with #46FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FA16; }
p { color: rgb(70,250,22); }
H1.HeaderClassName
{
color: #46FA16;
}
.AnyTagClassName
{
color: #46FA16;
}
</style>
background-color css
<style>
a { background-color: #46FA16; }
a { background-color: rgb(70,250,22); }
div.DivClassName
{
background-color: #46FA16;
}
.BgClassName
{
background-color: #46FA16;
}
</style>
border-color css
<style>
span { border-color: #46FA16; }
span { border-color: rgb(70,250,22); }
td.TdClassName
{
border-color: #46FA16;
}
.TagClassName
{
border-color: #46FA16;
}
</style>