Shades of Harlequin #32FF1F
Tints of Harlequin #32FF1F
RGB
CMYK
RGB Variations
Color information
#32FF1F (or 0x32FF1F) is known color: Harlequin. HEX triplet: 32, FF and 1F. RGB value is (50,255,31). Sum of RGB (Red+Green+Blue) = 50+255+31=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF1F is #CD00E0. Grayscale: #A8A8A8. Windows color (decimal): -13435105 or 2096946. OLE color: 2096946.
HSL color Cylindrical-coordinate representation of color #32FF1F: hue angle of 114.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32FF1F is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 31 | - |
| CMYK | 0.80 | 0 | 0.88 | 0 |
| HSL | 114.91º | 1% | 0.56% | - |
| HSV(B) | 114.91º | 0.88% | 1% | - |
| XYZ | 37.32 | 72.3 | 13.28 | - |
| YUV | 168.17 | 50.58 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 31 | 0.80 | 0 | 0.88 | 0 | 114.91 | 1 | 0.56 |
| Hex | 32 | FF | 1F | 50 | 0 | 58 | 0 | 73 | 64 | 38 |
| Octal | 62 | 377 | 37 | 120 | 0 | 130 | 0 | 163 | 144 | 70 |
| Binary | 110010 | 11111111 | 11111 | 1010000 | 0 | 1011000 | 0 | 1110011 | 1100100 | 111000 |
Color Harmonies of #32FF1F
Complementary color
Monochromatic Colors of #32FF1F
Black with #32FF1F
Text Example
Text Example
White with #32FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF1F; }
p { color: rgb(50,255,31); }
H1.HeaderClassName
{
color: #32FF1F;
}
.AnyTagClassName
{
color: #32FF1F;
}
</style>
background-color css
<style>
a { background-color: #32FF1F; }
a { background-color: rgb(50,255,31); }
div.DivClassName
{
background-color: #32FF1F;
}
.BgClassName
{
background-color: #32FF1F;
}
</style>
border-color css
<style>
span { border-color: #32FF1F; }
span { border-color: rgb(50,255,31); }
td.TdClassName
{
border-color: #32FF1F;
}
.TagClassName
{
border-color: #32FF1F;
}
</style>