Shades of Harlequin #22ED00
Tints of Harlequin #22ED00
RGB
CMYK
RGB Variations
Color information
#22ED00 (or 0x22ED00) is known color: Harlequin. HEX triplet: 22, ED and 00. RGB value is (34,237,0). Sum of RGB (Red+Green+Blue) = 34+237+0=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 237 (92.97% from 255 or 87.45% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 237 - color contains mainly: green. Hex color #22ED00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #22ED00 is #DD12FF. Grayscale: #969696. Windows color (decimal): -14488320 or 60706. OLE color: 60706.
HSL color Cylindrical-coordinate representation of color #22ED00: hue angle of 111.39º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22ED00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 237 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.07 |
| HSL | 111.39º | 1% | 0.46% | - |
| HSV(B) | 111.39º | 1% | 0.93% | - |
| XYZ | 30.94 | 60.91 | 10.13 | - |
| YUV | 149.29 | 43.75 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 237 | 0 | 0.86 | 0 | 1 | 0.07 | 111.39 | 1 | 0.46 |
| Hex | 22 | ED | 0 | 56 | 0 | 64 | 7 | 6F | 64 | 2E |
| Octal | 42 | 355 | 0 | 126 | 0 | 144 | 7 | 157 | 144 | 56 |
| Binary | 100010 | 11101101 | 0 | 1010110 | 0 | 1100100 | 111 | 1101111 | 1100100 | 101110 |
Color Harmonies of #22ED00
Complementary color
Monochromatic Colors of #22ED00
Black with #22ED00
Text Example
Text Example
White with #22ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ED00; }
p { color: rgb(34,237,0); }
H1.HeaderClassName
{
color: #22ED00;
}
.AnyTagClassName
{
color: #22ED00;
}
</style>
background-color css
<style>
a { background-color: #22ED00; }
a { background-color: rgb(34,237,0); }
div.DivClassName
{
background-color: #22ED00;
}
.BgClassName
{
background-color: #22ED00;
}
</style>
border-color css
<style>
span { border-color: #22ED00; }
span { border-color: rgb(34,237,0); }
td.TdClassName
{
border-color: #22ED00;
}
.TagClassName
{
border-color: #22ED00;
}
</style>