Shades of Harlequin #32FE19
Tints of Harlequin #32FE19
RGB
CMYK
RGB Variations
Color information
#32FE19 (or 0x32FE19) is known color: Harlequin. HEX triplet: 32, FE and 19. RGB value is (50,254,25). Sum of RGB (Red+Green+Blue) = 50+254+25=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 254 (99.61% from 255 or 77.20% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FE19 is #CD01E6. Grayscale: #A7A7A7. Windows color (decimal): -13435367 or 1703474. OLE color: 1703474.
HSL color Cylindrical-coordinate representation of color #32FE19: hue angle of 113.45º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32FE19 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 25 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.00 |
| HSL | 113.45º | 0.99% | 0.55% | - |
| HSV(B) | 113.45º | 0.9% | 1% | - |
| XYZ | 36.93 | 71.63 | 12.8 | - |
| YUV | 166.9 | 47.91 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 25 | 0.80 | 0 | 0.90 | 0.00 | 113.45 | 0.99 | 0.55 |
| Hex | 32 | FE | 19 | 50 | 0 | 5A | 0 | 71 | 63 | 37 |
| Octal | 62 | 376 | 31 | 120 | 0 | 132 | 0 | 161 | 143 | 67 |
| Binary | 110010 | 11111110 | 11001 | 1010000 | 0 | 1011010 | 0 | 1110001 | 1100011 | 110111 |
Color Harmonies of #32FE19
Complementary color
Monochromatic Colors of #32FE19
Black with #32FE19
Text Example
Text Example
White with #32FE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FE19; }
p { color: rgb(50,254,25); }
H1.HeaderClassName
{
color: #32FE19;
}
.AnyTagClassName
{
color: #32FE19;
}
</style>
background-color css
<style>
a { background-color: #32FE19; }
a { background-color: rgb(50,254,25); }
div.DivClassName
{
background-color: #32FE19;
}
.BgClassName
{
background-color: #32FE19;
}
</style>
border-color css
<style>
span { border-color: #32FE19; }
span { border-color: rgb(50,254,25); }
td.TdClassName
{
border-color: #32FE19;
}
.TagClassName
{
border-color: #32FE19;
}
</style>