Shades of Harlequin #32F61B
Tints of Harlequin #32F61B
RGB
CMYK
RGB Variations
Color information
#32F61B (or 0x32F61B) is known color: Harlequin. HEX triplet: 32, F6 and 1B. RGB value is (50,246,27). Sum of RGB (Red+Green+Blue) = 50+246+27=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 246 (96.48% from 255 or 76.16% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 246 - color contains mainly: green. Hex color #32F61B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F61B is #CD09E4. Grayscale: #A3A3A3. Windows color (decimal): -13437413 or 1832498. OLE color: 1832498.
HSL color Cylindrical-coordinate representation of color #32F61B: hue angle of 113.7º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32F61B is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 27 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.04 |
| HSL | 113.7º | 0.92% | 0.54% | - |
| HSV(B) | 113.7º | 0.89% | 0.96% | - |
| XYZ | 34.47 | 66.67 | 12.09 | - |
| YUV | 162.43 | 51.57 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 27 | 0.80 | 0 | 0.89 | 0.04 | 113.7 | 0.92 | 0.54 |
| Hex | 32 | F6 | 1B | 50 | 0 | 59 | 4 | 72 | 5C | 36 |
| Octal | 62 | 366 | 33 | 120 | 0 | 131 | 4 | 162 | 134 | 66 |
| Binary | 110010 | 11110110 | 11011 | 1010000 | 0 | 1011001 | 100 | 1110010 | 1011100 | 110110 |
Color Harmonies of #32F61B
Complementary color
Monochromatic Colors of #32F61B
Black with #32F61B
Text Example
Text Example
White with #32F61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F61B; }
p { color: rgb(50,246,27); }
H1.HeaderClassName
{
color: #32F61B;
}
.AnyTagClassName
{
color: #32F61B;
}
</style>
background-color css
<style>
a { background-color: #32F61B; }
a { background-color: rgb(50,246,27); }
div.DivClassName
{
background-color: #32F61B;
}
.BgClassName
{
background-color: #32F61B;
}
</style>
border-color css
<style>
span { border-color: #32F61B; }
span { border-color: rgb(50,246,27); }
td.TdClassName
{
border-color: #32F61B;
}
.TagClassName
{
border-color: #32F61B;
}
</style>