Shades of Kelly Green #22CC01
Tints of Kelly Green #22CC01
RGB
CMYK
RGB Variations
Color information
#22CC01 (or 0x22CC01) is known color: Kelly Green. HEX triplet: 22, CC and 01. RGB value is (34,204,1). Sum of RGB (Red+Green+Blue) = 34+204+1=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 204 (80.08% from 255 or 85.36% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 204 - color contains mainly: green. Hex color #22CC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CC01 is #DD33FE. Grayscale: #828282. Windows color (decimal): -14496767 or 117794. OLE color: 117794.
HSL color Cylindrical-coordinate representation of color #22CC01: hue angle of 110.25º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22CC01 is Cyan = 0.83, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 204 | 1 | - |
| CMYK | 0.83 | 0 | 1.00 | 0.2 |
| HSL | 110.25º | 0.99% | 0.4% | - |
| HSV(B) | 110.25º | 1% | 0.8% | - |
| XYZ | 22.26 | 43.53 | 7.26 | - |
| YUV | 130.03 | 55.18 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 1 | 0.83 | 0 | 1.00 | 0.2 | 110.25 | 0.99 | 0.4 |
| Hex | 22 | CC | 1 | 53 | 0 | 64 | 14 | 6E | 63 | 28 |
| Octal | 42 | 314 | 1 | 123 | 0 | 144 | 24 | 156 | 143 | 50 |
| Binary | 100010 | 11001100 | 1 | 1010011 | 0 | 1100100 | 10100 | 1101110 | 1100011 | 101000 |
Color Harmonies of #22CC01
Complementary color
Monochromatic Colors of #22CC01
Black with #22CC01
Text Example
Text Example
White with #22CC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CC01; }
p { color: rgb(34,204,1); }
H1.HeaderClassName
{
color: #22CC01;
}
.AnyTagClassName
{
color: #22CC01;
}
</style>
background-color css
<style>
a { background-color: #22CC01; }
a { background-color: rgb(34,204,1); }
div.DivClassName
{
background-color: #22CC01;
}
.BgClassName
{
background-color: #22CC01;
}
</style>
border-color css
<style>
span { border-color: #22CC01; }
span { border-color: rgb(34,204,1); }
td.TdClassName
{
border-color: #22CC01;
}
.TagClassName
{
border-color: #22CC01;
}
</style>