Shades of Harlequin #32FF00
Tints of Harlequin #32FF00
RGB
CMYK
RGB Variations
Color information
#32FF00 (or 0x32FF00) is known color: Harlequin. HEX triplet: 32, FF and 00. RGB value is (50,255,0). Sum of RGB (Red+Green+Blue) = 50+255+0=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FF00 is #CD00FF. Grayscale: #A5A5A5. Windows color (decimal): -13435136 or 65330. OLE color: 65330.
HSL color Cylindrical-coordinate representation of color #32FF00: hue angle of 108.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32FF00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0 |
| HSL | 108.24º | 1% | 0.5% | - |
| HSV(B) | 108.24º | 1% | 1% | - |
| XYZ | 37.08 | 72.2 | 11.98 | - |
| YUV | 164.64 | 35.08 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 0 | 0.80 | 0 | 1 | 0 | 108.24 | 1 | 0.5 |
| Hex | 32 | FF | 0 | 50 | 0 | 64 | 0 | 6C | 64 | 32 |
| Octal | 62 | 377 | 0 | 120 | 0 | 144 | 0 | 154 | 144 | 62 |
| Binary | 110010 | 11111111 | 0 | 1010000 | 0 | 1100100 | 0 | 1101100 | 1100100 | 110010 |
Color Harmonies of #32FF00
Complementary color
Monochromatic Colors of #32FF00
Black with #32FF00
Text Example
Text Example
White with #32FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF00; }
p { color: rgb(50,255,0); }
H1.HeaderClassName
{
color: #32FF00;
}
.AnyTagClassName
{
color: #32FF00;
}
</style>
background-color css
<style>
a { background-color: #32FF00; }
a { background-color: rgb(50,255,0); }
div.DivClassName
{
background-color: #32FF00;
}
.BgClassName
{
background-color: #32FF00;
}
</style>
border-color css
<style>
span { border-color: #32FF00; }
span { border-color: rgb(50,255,0); }
td.TdClassName
{
border-color: #32FF00;
}
.TagClassName
{
border-color: #32FF00;
}
</style>