Shades of Harlequin #21FF01
Tints of Harlequin #21FF01
RGB
CMYK
RGB Variations
Color information
#21FF01 (or 0x21FF01) is known color: Harlequin. HEX triplet: 21, FF and 01. RGB value is (33,255,1). Sum of RGB (Red+Green+Blue) = 33+255+1=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 255 (100% from 255 or 88.24% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21FF01 is #DE00FE. Grayscale: #A0A0A0. Windows color (decimal): -14549247 or 130849. OLE color: 130849.
HSL color Cylindrical-coordinate representation of color #21FF01: hue angle of 112.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21FF01 is Cyan = 0.87, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 1 | - |
| CMYK | 0.87 | 0 | 1.00 | 0 |
| HSL | 112.44º | 1% | 0.5% | - |
| HSV(B) | 112.44º | 1% | 1% | - |
| XYZ | 36.39 | 71.85 | 11.98 | - |
| YUV | 159.67 | 38.45 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 1 | 0.87 | 0 | 1.00 | 0 | 112.44 | 1 | 0.5 |
| Hex | 21 | FF | 1 | 57 | 0 | 64 | 0 | 70 | 64 | 32 |
| Octal | 41 | 377 | 1 | 127 | 0 | 144 | 0 | 160 | 144 | 62 |
| Binary | 100001 | 11111111 | 1 | 1010111 | 0 | 1100100 | 0 | 1110000 | 1100100 | 110010 |
Color Harmonies of #21FF01
Complementary color
Monochromatic Colors of #21FF01
Black with #21FF01
Text Example
Text Example
White with #21FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF01; }
p { color: rgb(33,255,1); }
H1.HeaderClassName
{
color: #21FF01;
}
.AnyTagClassName
{
color: #21FF01;
}
</style>
background-color css
<style>
a { background-color: #21FF01; }
a { background-color: rgb(33,255,1); }
div.DivClassName
{
background-color: #21FF01;
}
.BgClassName
{
background-color: #21FF01;
}
</style>
border-color css
<style>
span { border-color: #21FF01; }
span { border-color: rgb(33,255,1); }
td.TdClassName
{
border-color: #21FF01;
}
.TagClassName
{
border-color: #21FF01;
}
</style>