Shades of Harlequin #32F516
Tints of Harlequin #32F516
RGB
CMYK
RGB Variations
Color information
#32F516 (or 0x32F516) is known color: Harlequin. HEX triplet: 32, F5 and 16. RGB value is (50,245,22). Sum of RGB (Red+Green+Blue) = 50+245+22=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 245 (96.09% from 255 or 77.29% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 245 - color contains mainly: green. Hex color #32F516 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F516 is #CD0AE9. Grayscale: #A1A1A1. Windows color (decimal): -13437674 or 1504562. OLE color: 1504562.
HSL color Cylindrical-coordinate representation of color #32F516: hue angle of 112.47º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32F516 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 22 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.04 |
| HSL | 112.47º | 0.92% | 0.52% | - |
| HSV(B) | 112.47º | 0.91% | 0.96% | - |
| XYZ | 34.11 | 66.04 | 11.71 | - |
| YUV | 161.27 | 49.4 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 22 | 0.80 | 0 | 0.91 | 0.04 | 112.47 | 0.92 | 0.52 |
| Hex | 32 | F5 | 16 | 50 | 0 | 5B | 4 | 70 | 5C | 34 |
| Octal | 62 | 365 | 26 | 120 | 0 | 133 | 4 | 160 | 134 | 64 |
| Binary | 110010 | 11110101 | 10110 | 1010000 | 0 | 1011011 | 100 | 1110000 | 1011100 | 110100 |
Color Harmonies of #32F516
Complementary color
Monochromatic Colors of #32F516
Black with #32F516
Text Example
Text Example
White with #32F516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F516; }
p { color: rgb(50,245,22); }
H1.HeaderClassName
{
color: #32F516;
}
.AnyTagClassName
{
color: #32F516;
}
</style>
background-color css
<style>
a { background-color: #32F516; }
a { background-color: rgb(50,245,22); }
div.DivClassName
{
background-color: #32F516;
}
.BgClassName
{
background-color: #32F516;
}
</style>
border-color css
<style>
span { border-color: #32F516; }
span { border-color: rgb(50,245,22); }
td.TdClassName
{
border-color: #32F516;
}
.TagClassName
{
border-color: #32F516;
}
</style>