Shades of Harlequin #32F01F
Tints of Harlequin #32F01F
RGB
CMYK
RGB Variations
Color information
#32F01F (or 0x32F01F) is known color: Harlequin. HEX triplet: 32, F0 and 1F. RGB value is (50,240,31). Sum of RGB (Red+Green+Blue) = 50+240+31=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #32F01F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F01F is #CD0FE0. Grayscale: #A0A0A0. Windows color (decimal): -13438945 or 2093106. OLE color: 2093106.
HSL color Cylindrical-coordinate representation of color #32F01F: hue angle of 114.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32F01F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 31 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.06 |
| HSL | 114.55º | 0.87% | 0.53% | - |
| HSV(B) | 114.55º | 0.87% | 0.94% | - |
| XYZ | 32.72 | 63.1 | 11.75 | - |
| YUV | 159.36 | 55.55 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 31 | 0.79 | 0 | 0.87 | 0.06 | 114.55 | 0.87 | 0.53 |
| Hex | 32 | F0 | 1F | 4F | 0 | 57 | 6 | 73 | 57 | 35 |
| Octal | 62 | 360 | 37 | 117 | 0 | 127 | 6 | 163 | 127 | 65 |
| Binary | 110010 | 11110000 | 11111 | 1001111 | 0 | 1010111 | 110 | 1110011 | 1010111 | 110101 |
Color Harmonies of #32F01F
Complementary color
Monochromatic Colors of #32F01F
Black with #32F01F
Text Example
Text Example
White with #32F01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F01F; }
p { color: rgb(50,240,31); }
H1.HeaderClassName
{
color: #32F01F;
}
.AnyTagClassName
{
color: #32F01F;
}
</style>
background-color css
<style>
a { background-color: #32F01F; }
a { background-color: rgb(50,240,31); }
div.DivClassName
{
background-color: #32F01F;
}
.BgClassName
{
background-color: #32F01F;
}
</style>
border-color css
<style>
span { border-color: #32F01F; }
span { border-color: rgb(50,240,31); }
td.TdClassName
{
border-color: #32F01F;
}
.TagClassName
{
border-color: #32F01F;
}
</style>