Shades of Harlequin #32F901
Tints of Harlequin #32F901
RGB
CMYK
RGB Variations
Color information
#32F901 (or 0x32F901) is known color: Harlequin. HEX triplet: 32, F9 and 01. RGB value is (50,249,1). Sum of RGB (Red+Green+Blue) = 50+249+1=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 249 (97.66% from 255 or 83% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 249 - color contains mainly: green. Hex color #32F901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F901 is #CD06FE. Grayscale: #A2A2A2. Windows color (decimal): -13436671 or 129330. OLE color: 129330.
HSL color Cylindrical-coordinate representation of color #32F901: hue angle of 108.15º 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 #32F901 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.02 |
| HSL | 108.15º | 0.99% | 0.49% | - |
| HSV(B) | 108.15º | 1% | 0.98% | - |
| XYZ | 35.2 | 68.43 | 11.38 | - |
| YUV | 161.23 | 37.57 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 1 | 0.80 | 0 | 1.00 | 0.02 | 108.15 | 0.99 | 0.49 |
| Hex | 32 | F9 | 1 | 50 | 0 | 64 | 2 | 6C | 63 | 31 |
| Octal | 62 | 371 | 1 | 120 | 0 | 144 | 2 | 154 | 143 | 61 |
| Binary | 110010 | 11111001 | 1 | 1010000 | 0 | 1100100 | 10 | 1101100 | 1100011 | 110001 |
Color Harmonies of #32F901
Complementary color
Monochromatic Colors of #32F901
Black with #32F901
Text Example
Text Example
White with #32F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F901; }
p { color: rgb(50,249,1); }
H1.HeaderClassName
{
color: #32F901;
}
.AnyTagClassName
{
color: #32F901;
}
</style>
background-color css
<style>
a { background-color: #32F901; }
a { background-color: rgb(50,249,1); }
div.DivClassName
{
background-color: #32F901;
}
.BgClassName
{
background-color: #32F901;
}
</style>
border-color css
<style>
span { border-color: #32F901; }
span { border-color: rgb(50,249,1); }
td.TdClassName
{
border-color: #32F901;
}
.TagClassName
{
border-color: #32F901;
}
</style>