Shades of Harlequin #46FF32
Tints of Harlequin #46FF32
RGB
CMYK
RGB Variations
Color information
#46FF32 (or 0x46FF32) is known color: Harlequin. HEX triplet: 46, FF and 32. RGB value is (70,255,50). Sum of RGB (Red+Green+Blue) = 70+255+50=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF32 is #B900CD. Grayscale: #B0B0B0. Windows color (decimal): -12124366 or 3342150. OLE color: 3342150.
HSL color Cylindrical-coordinate representation of color #46FF32: hue angle of 114.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46FF32 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 50 | - |
| CMYK | 0.73 | 0 | 0.80 | 0 |
| HSL | 114.15º | 1% | 0.6% | - |
| HSV(B) | 114.15º | 0.8% | 1% | - |
| XYZ | 38.86 | 73.05 | 15.07 | - |
| YUV | 176.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 50 | 0.73 | 0 | 0.80 | 0 | 114.15 | 1 | 0.6 |
| Hex | 46 | FF | 32 | 49 | 0 | 50 | 0 | 72 | 64 | 3C |
| Octal | 106 | 377 | 62 | 111 | 0 | 120 | 0 | 162 | 144 | 74 |
| Binary | 1000110 | 11111111 | 110010 | 1001001 | 0 | 1010000 | 0 | 1110010 | 1100100 | 111100 |
Color Harmonies of #46FF32
Complementary color
Monochromatic Colors of #46FF32
Black with #46FF32
Text Example
Text Example
White with #46FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF32; }
p { color: rgb(70,255,50); }
H1.HeaderClassName
{
color: #46FF32;
}
.AnyTagClassName
{
color: #46FF32;
}
</style>
background-color css
<style>
a { background-color: #46FF32; }
a { background-color: rgb(70,255,50); }
div.DivClassName
{
background-color: #46FF32;
}
.BgClassName
{
background-color: #46FF32;
}
</style>
border-color css
<style>
span { border-color: #46FF32; }
span { border-color: rgb(70,255,50); }
td.TdClassName
{
border-color: #46FF32;
}
.TagClassName
{
border-color: #46FF32;
}
</style>