Shades of Harlequin #32FD13
Tints of Harlequin #32FD13
RGB
CMYK
RGB Variations
Color information
#32FD13 (or 0x32FD13) is known color: Harlequin. HEX triplet: 32, FD and 13. RGB value is (50,253,19). Sum of RGB (Red+Green+Blue) = 50+253+19=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 253 (99.22% from 255 or 78.57% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FD13 is #CD02EC. Grayscale: #A6A6A6. Windows color (decimal): -13435629 or 1310002. OLE color: 1310002.
HSL color Cylindrical-coordinate representation of color #32FD13: hue angle of 112.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32FD13 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 19 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.01 |
| HSL | 112.05º | 0.98% | 0.53% | - |
| HSV(B) | 112.05º | 0.92% | 0.99% | - |
| XYZ | 36.56 | 70.98 | 12.39 | - |
| YUV | 165.63 | 45.25 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 19 | 0.80 | 0 | 0.92 | 0.01 | 112.05 | 0.98 | 0.53 |
| Hex | 32 | FD | 13 | 50 | 0 | 5C | 1 | 70 | 62 | 35 |
| Octal | 62 | 375 | 23 | 120 | 0 | 134 | 1 | 160 | 142 | 65 |
| Binary | 110010 | 11111101 | 10011 | 1010000 | 0 | 1011100 | 1 | 1110000 | 1100010 | 110101 |
Color Harmonies of #32FD13
Complementary color
Monochromatic Colors of #32FD13
Black with #32FD13
Text Example
Text Example
White with #32FD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD13; }
p { color: rgb(50,253,19); }
H1.HeaderClassName
{
color: #32FD13;
}
.AnyTagClassName
{
color: #32FD13;
}
</style>
background-color css
<style>
a { background-color: #32FD13; }
a { background-color: rgb(50,253,19); }
div.DivClassName
{
background-color: #32FD13;
}
.BgClassName
{
background-color: #32FD13;
}
</style>
border-color css
<style>
span { border-color: #32FD13; }
span { border-color: rgb(50,253,19); }
td.TdClassName
{
border-color: #32FD13;
}
.TagClassName
{
border-color: #32FD13;
}
</style>