Shades of Kelly Green #22BA00
Tints of Kelly Green #22BA00
RGB
CMYK
RGB Variations
Color information
#22BA00 (or 0x22BA00) is known color: Kelly Green. HEX triplet: 22, BA and 00. RGB value is (34,186,0). Sum of RGB (Red+Green+Blue) = 34+186+0=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 186 (73.05% from 255 or 84.55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BA00 is #DD45FF. Grayscale: #777777. Windows color (decimal): -14501376 or 47650. OLE color: 47650.
HSL color Cylindrical-coordinate representation of color #22BA00: hue angle of 109.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22BA00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 186 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.27 |
| HSL | 109.03º | 1% | 0.36% | - |
| HSV(B) | 109.03º | 1% | 0.73% | - |
| XYZ | 18.22 | 35.46 | 5.88 | - |
| YUV | 119.35 | 60.64 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 0 | 0.82 | 0 | 1 | 0.27 | 109.03 | 1 | 0.36 |
| Hex | 22 | BA | 0 | 52 | 0 | 64 | 1B | 6D | 64 | 24 |
| Octal | 42 | 272 | 0 | 122 | 0 | 144 | 33 | 155 | 144 | 44 |
| Binary | 100010 | 10111010 | 0 | 1010010 | 0 | 1100100 | 11011 | 1101101 | 1100100 | 100100 |
Color Harmonies of #22BA00
Complementary color
Monochromatic Colors of #22BA00
Black with #22BA00
Text Example
Text Example
White with #22BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BA00; }
p { color: rgb(34,186,0); }
H1.HeaderClassName
{
color: #22BA00;
}
.AnyTagClassName
{
color: #22BA00;
}
</style>
background-color css
<style>
a { background-color: #22BA00; }
a { background-color: rgb(34,186,0); }
div.DivClassName
{
background-color: #22BA00;
}
.BgClassName
{
background-color: #22BA00;
}
</style>
border-color css
<style>
span { border-color: #22BA00; }
span { border-color: rgb(34,186,0); }
td.TdClassName
{
border-color: #22BA00;
}
.TagClassName
{
border-color: #22BA00;
}
</style>