Shades of Harlequin #32FF0B
Tints of Harlequin #32FF0B
RGB
CMYK
RGB Variations
Color information
#32FF0B (or 0x32FF0B) is known color: Harlequin. HEX triplet: 32, FF and 0B. RGB value is (50,255,11). Sum of RGB (Red+Green+Blue) = 50+255+11=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 255 (100% from 255 or 80.70% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FF0B is #CD00F4. Grayscale: #A6A6A6. Windows color (decimal): -13435125 or 786226. OLE color: 786226.
HSL color Cylindrical-coordinate representation of color #32FF0B: hue angle of 110.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32FF0B is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 11 | - |
| CMYK | 0.80 | 0 | 0.96 | 0 |
| HSL | 110.41º | 1% | 0.52% | - |
| HSV(B) | 110.41º | 0.96% | 1% | - |
| XYZ | 37.14 | 72.22 | 12.3 | - |
| YUV | 165.89 | 40.58 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 11 | 0.80 | 0 | 0.96 | 0 | 110.41 | 1 | 0.52 |
| Hex | 32 | FF | B | 50 | 0 | 60 | 0 | 6E | 64 | 34 |
| Octal | 62 | 377 | 13 | 120 | 0 | 140 | 0 | 156 | 144 | 64 |
| Binary | 110010 | 11111111 | 1011 | 1010000 | 0 | 1100000 | 0 | 1101110 | 1100100 | 110100 |
Color Harmonies of #32FF0B
Complementary color
Monochromatic Colors of #32FF0B
Black with #32FF0B
Text Example
Text Example
White with #32FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF0B; }
p { color: rgb(50,255,11); }
H1.HeaderClassName
{
color: #32FF0B;
}
.AnyTagClassName
{
color: #32FF0B;
}
</style>
background-color css
<style>
a { background-color: #32FF0B; }
a { background-color: rgb(50,255,11); }
div.DivClassName
{
background-color: #32FF0B;
}
.BgClassName
{
background-color: #32FF0B;
}
</style>
border-color css
<style>
span { border-color: #32FF0B; }
span { border-color: rgb(50,255,11); }
td.TdClassName
{
border-color: #32FF0B;
}
.TagClassName
{
border-color: #32FF0B;
}
</style>