Shades of Harlequin #32FA01
Tints of Harlequin #32FA01
RGB
CMYK
RGB Variations
Color information
#32FA01 (or 0x32FA01) is known color: Harlequin. HEX triplet: 32, FA and 01. RGB value is (50,250,1). Sum of RGB (Red+Green+Blue) = 50+250+1=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 250 (98.05% from 255 or 83.06% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FA01 is #CD05FE. Grayscale: #A2A2A2. Windows color (decimal): -13436415 or 129586. OLE color: 129586.
HSL color Cylindrical-coordinate representation of color #32FA01: hue angle of 108.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32FA01 is Cyan = 0.8, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 1 | - |
| CMYK | 0.8 | 0 | 1.00 | 0.02 |
| HSL | 108.19º | 0.99% | 0.49% | - |
| HSV(B) | 108.19º | 1% | 0.98% | - |
| XYZ | 35.51 | 69.05 | 11.49 | - |
| YUV | 161.81 | 37.24 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 1 | 0.8 | 0 | 1.00 | 0.02 | 108.19 | 0.99 | 0.49 |
| Hex | 32 | FA | 1 | 50 | 0 | 64 | 2 | 6C | 63 | 31 |
| Octal | 62 | 372 | 1 | 120 | 0 | 144 | 2 | 154 | 143 | 61 |
| Binary | 110010 | 11111010 | 1 | 1010000 | 0 | 1100100 | 10 | 1101100 | 1100011 | 110001 |
Color Harmonies of #32FA01
Complementary color
Monochromatic Colors of #32FA01
Black with #32FA01
Text Example
Text Example
White with #32FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA01; }
p { color: rgb(50,250,1); }
H1.HeaderClassName
{
color: #32FA01;
}
.AnyTagClassName
{
color: #32FA01;
}
</style>
background-color css
<style>
a { background-color: #32FA01; }
a { background-color: rgb(50,250,1); }
div.DivClassName
{
background-color: #32FA01;
}
.BgClassName
{
background-color: #32FA01;
}
</style>
border-color css
<style>
span { border-color: #32FA01; }
span { border-color: rgb(50,250,1); }
td.TdClassName
{
border-color: #32FA01;
}
.TagClassName
{
border-color: #32FA01;
}
</style>