Shades of Harlequin #32FC13
Tints of Harlequin #32FC13
RGB
CMYK
RGB Variations
Color information
#32FC13 (or 0x32FC13) is known color: Harlequin. HEX triplet: 32, FC and 13. RGB value is (50,252,19). Sum of RGB (Red+Green+Blue) = 50+252+19=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 252 (98.83% from 255 or 78.50% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FC13 is #CD03EC. Grayscale: #A5A5A5. Windows color (decimal): -13435885 or 1309746. OLE color: 1309746.
HSL color Cylindrical-coordinate representation of color #32FC13: hue angle of 112.02º degrees, saturation: 0.97, 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 #32FC13 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 19 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.01 |
| HSL | 112.02º | 0.97% | 0.53% | - |
| HSV(B) | 112.02º | 0.92% | 0.99% | - |
| XYZ | 36.24 | 70.35 | 12.28 | - |
| YUV | 165.04 | 45.58 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 19 | 0.80 | 0 | 0.92 | 0.01 | 112.02 | 0.97 | 0.53 |
| Hex | 32 | FC | 13 | 50 | 0 | 5C | 1 | 70 | 61 | 35 |
| Octal | 62 | 374 | 23 | 120 | 0 | 134 | 1 | 160 | 141 | 65 |
| Binary | 110010 | 11111100 | 10011 | 1010000 | 0 | 1011100 | 1 | 1110000 | 1100001 | 110101 |
Color Harmonies of #32FC13
Complementary color
Monochromatic Colors of #32FC13
Black with #32FC13
Text Example
Text Example
White with #32FC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC13; }
p { color: rgb(50,252,19); }
H1.HeaderClassName
{
color: #32FC13;
}
.AnyTagClassName
{
color: #32FC13;
}
</style>
background-color css
<style>
a { background-color: #32FC13; }
a { background-color: rgb(50,252,19); }
div.DivClassName
{
background-color: #32FC13;
}
.BgClassName
{
background-color: #32FC13;
}
</style>
border-color css
<style>
span { border-color: #32FC13; }
span { border-color: rgb(50,252,19); }
td.TdClassName
{
border-color: #32FC13;
}
.TagClassName
{
border-color: #32FC13;
}
</style>