Shades of Kelly Green #22C008
Tints of Kelly Green #22C008
RGB
CMYK
RGB Variations
Color information
#22C008 (or 0x22C008) is known color: Kelly Green. HEX triplet: 22, C0 and 08. RGB value is (34,192,8). Sum of RGB (Red+Green+Blue) = 34+192+8=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #22C008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C008 is #DD3FF7. Grayscale: #7C7C7C. Windows color (decimal): -14499832 or 573474. OLE color: 573474.
HSL color Cylindrical-coordinate representation of color #22C008: hue angle of 111.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22C008 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 8 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.25 |
| HSL | 111.52º | 0.92% | 0.39% | - |
| HSV(B) | 111.52º | 0.96% | 0.75% | - |
| XYZ | 19.55 | 38.06 | 6.54 | - |
| YUV | 123.78 | 62.65 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 8 | 0.82 | 0 | 0.96 | 0.25 | 111.52 | 0.92 | 0.39 |
| Hex | 22 | C0 | 8 | 52 | 0 | 60 | 19 | 70 | 5C | 27 |
| Octal | 42 | 300 | 10 | 122 | 0 | 140 | 31 | 160 | 134 | 47 |
| Binary | 100010 | 11000000 | 1000 | 1010010 | 0 | 1100000 | 11001 | 1110000 | 1011100 | 100111 |
Color Harmonies of #22C008
Complementary color
Monochromatic Colors of #22C008
Black with #22C008
Text Example
Text Example
White with #22C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C008; }
p { color: rgb(34,192,8); }
H1.HeaderClassName
{
color: #22C008;
}
.AnyTagClassName
{
color: #22C008;
}
</style>
background-color css
<style>
a { background-color: #22C008; }
a { background-color: rgb(34,192,8); }
div.DivClassName
{
background-color: #22C008;
}
.BgClassName
{
background-color: #22C008;
}
</style>
border-color css
<style>
span { border-color: #22C008; }
span { border-color: rgb(34,192,8); }
td.TdClassName
{
border-color: #22C008;
}
.TagClassName
{
border-color: #22C008;
}
</style>