Shades of Harlequin #32FF29
Tints of Harlequin #32FF29
RGB
CMYK
RGB Variations
Color information
#32FF29 (or 0x32FF29) is known color: Harlequin. HEX triplet: 32, FF and 29. RGB value is (50,255,41). Sum of RGB (Red+Green+Blue) = 50+255+41=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF29 is #CD00D6. Grayscale: #A9A9A9. Windows color (decimal): -13435095 or 2752306. OLE color: 2752306.
HSL color Cylindrical-coordinate representation of color #32FF29: hue angle of 117.48º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32FF29 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 41 | - |
| CMYK | 0.80 | 0 | 0.84 | 0 |
| HSL | 117.48º | 1% | 0.58% | - |
| HSV(B) | 117.48º | 0.84% | 1% | - |
| XYZ | 37.48 | 72.36 | 14.09 | - |
| YUV | 169.31 | 55.58 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 41 | 0.80 | 0 | 0.84 | 0 | 117.48 | 1 | 0.58 |
| Hex | 32 | FF | 29 | 50 | 0 | 54 | 0 | 75 | 64 | 3A |
| Octal | 62 | 377 | 51 | 120 | 0 | 124 | 0 | 165 | 144 | 72 |
| Binary | 110010 | 11111111 | 101001 | 1010000 | 0 | 1010100 | 0 | 1110101 | 1100100 | 111010 |
Color Harmonies of #32FF29
Complementary color
Monochromatic Colors of #32FF29
Black with #32FF29
Text Example
Text Example
White with #32FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF29; }
p { color: rgb(50,255,41); }
H1.HeaderClassName
{
color: #32FF29;
}
.AnyTagClassName
{
color: #32FF29;
}
</style>
background-color css
<style>
a { background-color: #32FF29; }
a { background-color: rgb(50,255,41); }
div.DivClassName
{
background-color: #32FF29;
}
.BgClassName
{
background-color: #32FF29;
}
</style>
border-color css
<style>
span { border-color: #32FF29; }
span { border-color: rgb(50,255,41); }
td.TdClassName
{
border-color: #32FF29;
}
.TagClassName
{
border-color: #32FF29;
}
</style>