Shades of Harlequin #32F012
Tints of Harlequin #32F012
RGB
CMYK
RGB Variations
Color information
#32F012 (or 0x32F012) is known color: Harlequin. HEX triplet: 32, F0 and 12. RGB value is (50,240,18). Sum of RGB (Red+Green+Blue) = 50+240+18=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #32F012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F012 is #CD0FED. Grayscale: #9E9E9E. Windows color (decimal): -13438958 or 1241138. OLE color: 1241138.
HSL color Cylindrical-coordinate representation of color #32F012: hue angle of 111.35º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32F012 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 18 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.06 |
| HSL | 111.35º | 0.88% | 0.51% | - |
| HSV(B) | 111.35º | 0.93% | 0.94% | - |
| XYZ | 32.58 | 63.04 | 11.02 | - |
| YUV | 157.88 | 49.05 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 18 | 0.79 | 0 | 0.92 | 0.06 | 111.35 | 0.88 | 0.51 |
| Hex | 32 | F0 | 12 | 4F | 0 | 5C | 6 | 6F | 58 | 33 |
| Octal | 62 | 360 | 22 | 117 | 0 | 134 | 6 | 157 | 130 | 63 |
| Binary | 110010 | 11110000 | 10010 | 1001111 | 0 | 1011100 | 110 | 1101111 | 1011000 | 110011 |
Color Harmonies of #32F012
Complementary color
Monochromatic Colors of #32F012
Black with #32F012
Text Example
Text Example
White with #32F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F012; }
p { color: rgb(50,240,18); }
H1.HeaderClassName
{
color: #32F012;
}
.AnyTagClassName
{
color: #32F012;
}
</style>
background-color css
<style>
a { background-color: #32F012; }
a { background-color: rgb(50,240,18); }
div.DivClassName
{
background-color: #32F012;
}
.BgClassName
{
background-color: #32F012;
}
</style>
border-color css
<style>
span { border-color: #32F012; }
span { border-color: rgb(50,240,18); }
td.TdClassName
{
border-color: #32F012;
}
.TagClassName
{
border-color: #32F012;
}
</style>