Shades of Kelly Green #22C705
Tints of Kelly Green #22C705
RGB
CMYK
RGB Variations
Color information
#22C705 (or 0x22C705) is known color: Kelly Green. HEX triplet: 22, C7 and 05. RGB value is (34,199,5). Sum of RGB (Red+Green+Blue) = 34+199+5=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 199 (78.12% from 255 or 83.61% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 199 - color contains mainly: green. Hex color #22C705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C705 is #DD38FA. Grayscale: #808080. Windows color (decimal): -14498043 or 378658. OLE color: 378658.
HSL color Cylindrical-coordinate representation of color #22C705: hue angle of 111.03º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #22C705 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 199 | 5 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.22 |
| HSL | 111.03º | 0.95% | 0.4% | - |
| HSV(B) | 111.03º | 0.97% | 0.78% | - |
| XYZ | 21.11 | 41.2 | 6.98 | - |
| YUV | 127.55 | 58.84 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 199 | 5 | 0.83 | 0 | 0.97 | 0.22 | 111.03 | 0.95 | 0.4 |
| Hex | 22 | C7 | 5 | 53 | 0 | 61 | 16 | 6F | 5F | 28 |
| Octal | 42 | 307 | 5 | 123 | 0 | 141 | 26 | 157 | 137 | 50 |
| Binary | 100010 | 11000111 | 101 | 1010011 | 0 | 1100001 | 10110 | 1101111 | 1011111 | 101000 |
Color Harmonies of #22C705
Complementary color
Monochromatic Colors of #22C705
Black with #22C705
Text Example
Text Example
White with #22C705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C705; }
p { color: rgb(34,199,5); }
H1.HeaderClassName
{
color: #22C705;
}
.AnyTagClassName
{
color: #22C705;
}
</style>
background-color css
<style>
a { background-color: #22C705; }
a { background-color: rgb(34,199,5); }
div.DivClassName
{
background-color: #22C705;
}
.BgClassName
{
background-color: #22C705;
}
</style>
border-color css
<style>
span { border-color: #22C705; }
span { border-color: rgb(34,199,5); }
td.TdClassName
{
border-color: #22C705;
}
.TagClassName
{
border-color: #22C705;
}
</style>