Shades of Kelly Green #22BC0B
Tints of Kelly Green #22BC0B
RGB
CMYK
RGB Variations
Color information
#22BC0B (or 0x22BC0B) is known color: Kelly Green. HEX triplet: 22, BC and 0B. RGB value is (34,188,11). Sum of RGB (Red+Green+Blue) = 34+188+11=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BC0B is #DD43F4. Grayscale: #7A7A7A. Windows color (decimal): -14500853 or 769058. OLE color: 769058.
HSL color Cylindrical-coordinate representation of color #22BC0B: hue angle of 112.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #22BC0B is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 11 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.26 |
| HSL | 112.2º | 0.89% | 0.39% | - |
| HSV(B) | 112.2º | 0.94% | 0.74% | - |
| XYZ | 18.7 | 36.33 | 6.34 | - |
| YUV | 121.78 | 65.48 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 11 | 0.82 | 0 | 0.94 | 0.26 | 112.2 | 0.89 | 0.39 |
| Hex | 22 | BC | B | 52 | 0 | 5E | 1A | 70 | 59 | 27 |
| Octal | 42 | 274 | 13 | 122 | 0 | 136 | 32 | 160 | 131 | 47 |
| Binary | 100010 | 10111100 | 1011 | 1010010 | 0 | 1011110 | 11010 | 1110000 | 1011001 | 100111 |
Color Harmonies of #22BC0B
Complementary color
Monochromatic Colors of #22BC0B
Black with #22BC0B
Text Example
Text Example
White with #22BC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC0B; }
p { color: rgb(34,188,11); }
H1.HeaderClassName
{
color: #22BC0B;
}
.AnyTagClassName
{
color: #22BC0B;
}
</style>
background-color css
<style>
a { background-color: #22BC0B; }
a { background-color: rgb(34,188,11); }
div.DivClassName
{
background-color: #22BC0B;
}
.BgClassName
{
background-color: #22BC0B;
}
</style>
border-color css
<style>
span { border-color: #22BC0B; }
span { border-color: rgb(34,188,11); }
td.TdClassName
{
border-color: #22BC0B;
}
.TagClassName
{
border-color: #22BC0B;
}
</style>