Shades of Harlequin #32F008
Tints of Harlequin #32F008
RGB
CMYK
RGB Variations
Color information
#32F008 (or 0x32F008) is known color: Harlequin. HEX triplet: 32, F0 and 08. RGB value is (50,240,8). Sum of RGB (Red+Green+Blue) = 50+240+8=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 240 (94.14% from 255 or 80.54% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 240 - color contains mainly: green. Hex color #32F008 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F008 is #CD0FF7. Grayscale: #9D9D9D. Windows color (decimal): -13438968 or 585778. OLE color: 585778.
HSL color Cylindrical-coordinate representation of color #32F008: hue angle of 109.14º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32F008 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 8 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.06 |
| HSL | 109.14º | 0.94% | 0.49% | - |
| HSV(B) | 109.14º | 0.97% | 0.94% | - |
| XYZ | 32.52 | 63.02 | 10.68 | - |
| YUV | 156.74 | 44.05 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 8 | 0.79 | 0 | 0.97 | 0.06 | 109.14 | 0.94 | 0.49 |
| Hex | 32 | F0 | 8 | 4F | 0 | 61 | 6 | 6D | 5E | 31 |
| Octal | 62 | 360 | 10 | 117 | 0 | 141 | 6 | 155 | 136 | 61 |
| Binary | 110010 | 11110000 | 1000 | 1001111 | 0 | 1100001 | 110 | 1101101 | 1011110 | 110001 |
Color Harmonies of #32F008
Complementary color
Monochromatic Colors of #32F008
Black with #32F008
Text Example
Text Example
White with #32F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F008; }
p { color: rgb(50,240,8); }
H1.HeaderClassName
{
color: #32F008;
}
.AnyTagClassName
{
color: #32F008;
}
</style>
background-color css
<style>
a { background-color: #32F008; }
a { background-color: rgb(50,240,8); }
div.DivClassName
{
background-color: #32F008;
}
.BgClassName
{
background-color: #32F008;
}
</style>
border-color css
<style>
span { border-color: #32F008; }
span { border-color: rgb(50,240,8); }
td.TdClassName
{
border-color: #32F008;
}
.TagClassName
{
border-color: #32F008;
}
</style>