Shades of Kelly Green #21BC08
Tints of Kelly Green #21BC08
RGB
CMYK
RGB Variations
Color information
#21BC08 (or 0x21BC08) is known color: Kelly Green. HEX triplet: 21, BC and 08. RGB value is (33,188,8). Sum of RGB (Red+Green+Blue) = 33+188+8=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 188 (73.83% from 255 or 82.10% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC08 is #DE43F7. Grayscale: #797979. Windows color (decimal): -14566392 or 572449. OLE color: 572449.
HSL color Cylindrical-coordinate representation of color #21BC08: hue angle of 111.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21BC08 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 8 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.26 |
| HSL | 111.67º | 0.92% | 0.38% | - |
| HSV(B) | 111.67º | 0.96% | 0.74% | - |
| XYZ | 18.65 | 36.31 | 6.25 | - |
| YUV | 121.14 | 64.15 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 8 | 0.82 | 0 | 0.96 | 0.26 | 111.67 | 0.92 | 0.38 |
| Hex | 21 | BC | 8 | 52 | 0 | 60 | 1A | 70 | 5C | 26 |
| Octal | 41 | 274 | 10 | 122 | 0 | 140 | 32 | 160 | 134 | 46 |
| Binary | 100001 | 10111100 | 1000 | 1010010 | 0 | 1100000 | 11010 | 1110000 | 1011100 | 100110 |
Color Harmonies of #21BC08
Complementary color
Monochromatic Colors of #21BC08
Black with #21BC08
Text Example
Text Example
White with #21BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC08; }
p { color: rgb(33,188,8); }
H1.HeaderClassName
{
color: #21BC08;
}
.AnyTagClassName
{
color: #21BC08;
}
</style>
background-color css
<style>
a { background-color: #21BC08; }
a { background-color: rgb(33,188,8); }
div.DivClassName
{
background-color: #21BC08;
}
.BgClassName
{
background-color: #21BC08;
}
</style>
border-color css
<style>
span { border-color: #21BC08; }
span { border-color: rgb(33,188,8); }
td.TdClassName
{
border-color: #21BC08;
}
.TagClassName
{
border-color: #21BC08;
}
</style>