Shades of Harlequin #32DE07
Tints of Harlequin #32DE07
RGB
CMYK
RGB Variations
Color information
#32DE07 (or 0x32DE07) is known color: Harlequin. HEX triplet: 32, DE and 07. RGB value is (50,222,7). Sum of RGB (Red+Green+Blue) = 50+222+7=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 222 (87.11% from 255 or 79.57% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DE07 is #CD21F8. Grayscale: #929292. Windows color (decimal): -13443577 or 515634. OLE color: 515634.
HSL color Cylindrical-coordinate representation of color #32DE07: hue angle of 108º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32DE07 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 7 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.13 |
| HSL | 108º | 0.94% | 0.45% | - |
| HSV(B) | 108º | 0.97% | 0.87% | - |
| XYZ | 27.48 | 52.94 | 8.97 | - |
| YUV | 146.06 | 49.52 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 7 | 0.77 | 0 | 0.97 | 0.13 | 108 | 0.94 | 0.45 |
| Hex | 32 | DE | 7 | 4D | 0 | 61 | D | 6C | 5E | 2D |
| Octal | 62 | 336 | 7 | 115 | 0 | 141 | 15 | 154 | 136 | 55 |
| Binary | 110010 | 11011110 | 111 | 1001101 | 0 | 1100001 | 1101 | 1101100 | 1011110 | 101101 |
Color Harmonies of #32DE07
Complementary color
Monochromatic Colors of #32DE07
Black with #32DE07
Text Example
Text Example
White with #32DE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE07; }
p { color: rgb(50,222,7); }
H1.HeaderClassName
{
color: #32DE07;
}
.AnyTagClassName
{
color: #32DE07;
}
</style>
background-color css
<style>
a { background-color: #32DE07; }
a { background-color: rgb(50,222,7); }
div.DivClassName
{
background-color: #32DE07;
}
.BgClassName
{
background-color: #32DE07;
}
</style>
border-color css
<style>
span { border-color: #32DE07; }
span { border-color: rgb(50,222,7); }
td.TdClassName
{
border-color: #32DE07;
}
.TagClassName
{
border-color: #32DE07;
}
</style>