Shades of Kelly Green #21BC06
Tints of Kelly Green #21BC06
RGB
CMYK
RGB Variations
Color information
#21BC06 (or 0x21BC06) is known color: Kelly Green. HEX triplet: 21, BC and 06. RGB value is (33,188,6). Sum of RGB (Red+Green+Blue) = 33+188+6=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 188 (73.83% from 255 or 82.82% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC06 is #DE43F9. Grayscale: #797979. Windows color (decimal): -14566394 or 441377. OLE color: 441377.
HSL color Cylindrical-coordinate representation of color #21BC06: hue angle of 111.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21BC06 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 6 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.26 |
| HSL | 111.1º | 0.94% | 0.38% | - |
| HSV(B) | 111.1º | 0.97% | 0.74% | - |
| XYZ | 18.64 | 36.3 | 6.2 | - |
| YUV | 120.91 | 63.15 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 6 | 0.82 | 0 | 0.97 | 0.26 | 111.1 | 0.94 | 0.38 |
| Hex | 21 | BC | 6 | 52 | 0 | 61 | 1A | 6F | 5E | 26 |
| Octal | 41 | 274 | 6 | 122 | 0 | 141 | 32 | 157 | 136 | 46 |
| Binary | 100001 | 10111100 | 110 | 1010010 | 0 | 1100001 | 11010 | 1101111 | 1011110 | 100110 |
Color Harmonies of #21BC06
Complementary color
Monochromatic Colors of #21BC06
Black with #21BC06
Text Example
Text Example
White with #21BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC06; }
p { color: rgb(33,188,6); }
H1.HeaderClassName
{
color: #21BC06;
}
.AnyTagClassName
{
color: #21BC06;
}
</style>
background-color css
<style>
a { background-color: #21BC06; }
a { background-color: rgb(33,188,6); }
div.DivClassName
{
background-color: #21BC06;
}
.BgClassName
{
background-color: #21BC06;
}
</style>
border-color css
<style>
span { border-color: #21BC06; }
span { border-color: rgb(33,188,6); }
td.TdClassName
{
border-color: #21BC06;
}
.TagClassName
{
border-color: #21BC06;
}
</style>