Shades of Harlequin #22F901
Tints of Harlequin #22F901
RGB
CMYK
RGB Variations
Color information
#22F901 (or 0x22F901) is known color: Harlequin. HEX triplet: 22, F9 and 01. RGB value is (34,249,1). Sum of RGB (Red+Green+Blue) = 34+249+1=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 249 (97.66% from 255 or 87.68% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 249 - color contains mainly: green. Hex color #22F901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #22F901 is #DD06FE. Grayscale: #9D9D9D. Windows color (decimal): -14485247 or 129314. OLE color: 129314.
HSL color Cylindrical-coordinate representation of color #22F901: hue angle of 112.02º 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 #22F901 is Cyan = 0.86, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 249 | 1 | - |
| CMYK | 0.86 | 0 | 1.00 | 0.02 |
| HSL | 112.02º | 0.99% | 0.49% | - |
| HSV(B) | 112.02º | 1% | 0.98% | - |
| XYZ | 34.54 | 68.09 | 11.35 | - |
| YUV | 156.44 | 40.27 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 249 | 1 | 0.86 | 0 | 1.00 | 0.02 | 112.02 | 0.99 | 0.49 |
| Hex | 22 | F9 | 1 | 56 | 0 | 64 | 2 | 70 | 63 | 31 |
| Octal | 42 | 371 | 1 | 126 | 0 | 144 | 2 | 160 | 143 | 61 |
| Binary | 100010 | 11111001 | 1 | 1010110 | 0 | 1100100 | 10 | 1110000 | 1100011 | 110001 |
Color Harmonies of #22F901
Complementary color
Monochromatic Colors of #22F901
Black with #22F901
Text Example
Text Example
White with #22F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22F901; }
p { color: rgb(34,249,1); }
H1.HeaderClassName
{
color: #22F901;
}
.AnyTagClassName
{
color: #22F901;
}
</style>
background-color css
<style>
a { background-color: #22F901; }
a { background-color: rgb(34,249,1); }
div.DivClassName
{
background-color: #22F901;
}
.BgClassName
{
background-color: #22F901;
}
</style>
border-color css
<style>
span { border-color: #22F901; }
span { border-color: rgb(34,249,1); }
td.TdClassName
{
border-color: #22F901;
}
.TagClassName
{
border-color: #22F901;
}
</style>