Shades of Harlequin #32F61A
Tints of Harlequin #32F61A
RGB
CMYK
RGB Variations
Color information
#32F61A (or 0x32F61A) is known color: Harlequin. HEX triplet: 32, F6 and 1A. RGB value is (50,246,26). Sum of RGB (Red+Green+Blue) = 50+246+26=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 246 (96.48% from 255 or 76.40% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 246 - color contains mainly: green. Hex color #32F61A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F61A is #CD09E5. Grayscale: #A3A3A3. Windows color (decimal): -13437414 or 1766962. OLE color: 1766962.
HSL color Cylindrical-coordinate representation of color #32F61A: hue angle of 113.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32F61A is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 26 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.04 |
| HSL | 113.45º | 0.92% | 0.53% | - |
| HSV(B) | 113.45º | 0.89% | 0.96% | - |
| XYZ | 34.46 | 66.66 | 12.03 | - |
| YUV | 162.32 | 51.07 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 26 | 0.80 | 0 | 0.89 | 0.04 | 113.45 | 0.92 | 0.53 |
| Hex | 32 | F6 | 1A | 50 | 0 | 59 | 4 | 71 | 5C | 35 |
| Octal | 62 | 366 | 32 | 120 | 0 | 131 | 4 | 161 | 134 | 65 |
| Binary | 110010 | 11110110 | 11010 | 1010000 | 0 | 1011001 | 100 | 1110001 | 1011100 | 110101 |
Color Harmonies of #32F61A
Complementary color
Monochromatic Colors of #32F61A
Black with #32F61A
Text Example
Text Example
White with #32F61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F61A; }
p { color: rgb(50,246,26); }
H1.HeaderClassName
{
color: #32F61A;
}
.AnyTagClassName
{
color: #32F61A;
}
</style>
background-color css
<style>
a { background-color: #32F61A; }
a { background-color: rgb(50,246,26); }
div.DivClassName
{
background-color: #32F61A;
}
.BgClassName
{
background-color: #32F61A;
}
</style>
border-color css
<style>
span { border-color: #32F61A; }
span { border-color: rgb(50,246,26); }
td.TdClassName
{
border-color: #32F61A;
}
.TagClassName
{
border-color: #32F61A;
}
</style>