Shades of Kelly Green #22BA07
Tints of Kelly Green #22BA07
RGB
CMYK
RGB Variations
Color information
#22BA07 (or 0x22BA07) is known color: Kelly Green. HEX triplet: 22, BA and 07. RGB value is (34,186,7). Sum of RGB (Red+Green+Blue) = 34+186+7=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BA07 is #DD45F8. Grayscale: #787878. Windows color (decimal): -14501369 or 506402. OLE color: 506402.
HSL color Cylindrical-coordinate representation of color #22BA07: hue angle of 110.95º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22BA07 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 186 | 7 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.27 |
| HSL | 110.95º | 0.93% | 0.38% | - |
| HSV(B) | 110.95º | 0.96% | 0.73% | - |
| XYZ | 18.26 | 35.47 | 6.09 | - |
| YUV | 120.15 | 64.14 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 7 | 0.82 | 0 | 0.96 | 0.27 | 110.95 | 0.93 | 0.38 |
| Hex | 22 | BA | 7 | 52 | 0 | 60 | 1B | 6F | 5D | 26 |
| Octal | 42 | 272 | 7 | 122 | 0 | 140 | 33 | 157 | 135 | 46 |
| Binary | 100010 | 10111010 | 111 | 1010010 | 0 | 1100000 | 11011 | 1101111 | 1011101 | 100110 |
Color Harmonies of #22BA07
Complementary color
Monochromatic Colors of #22BA07
Black with #22BA07
Text Example
Text Example
White with #22BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BA07; }
p { color: rgb(34,186,7); }
H1.HeaderClassName
{
color: #22BA07;
}
.AnyTagClassName
{
color: #22BA07;
}
</style>
background-color css
<style>
a { background-color: #22BA07; }
a { background-color: rgb(34,186,7); }
div.DivClassName
{
background-color: #22BA07;
}
.BgClassName
{
background-color: #22BA07;
}
</style>
border-color css
<style>
span { border-color: #22BA07; }
span { border-color: rgb(34,186,7); }
td.TdClassName
{
border-color: #22BA07;
}
.TagClassName
{
border-color: #22BA07;
}
</style>