Shades of Kelly Green #20BC08
Tints of Kelly Green #20BC08
RGB
CMYK
RGB Variations
Color information
#20BC08 (or 0x20BC08) is known color: Kelly Green. HEX triplet: 20, BC and 08. RGB value is (32,188,8). Sum of RGB (Red+Green+Blue) = 32+188+8=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BC08 is #DF43F7. Grayscale: #797979. Windows color (decimal): -14631928 or 572448. OLE color: 572448.
HSL color Cylindrical-coordinate representation of color #20BC08: hue angle of 112º 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 #20BC08 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 8 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.26 |
| HSL | 112º | 0.92% | 0.38% | - |
| HSV(B) | 112º | 0.96% | 0.74% | - |
| XYZ | 18.62 | 36.29 | 6.25 | - |
| YUV | 120.84 | 64.32 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 8 | 0.83 | 0 | 0.96 | 0.26 | 112 | 0.92 | 0.38 |
| Hex | 20 | BC | 8 | 53 | 0 | 60 | 1A | 70 | 5C | 26 |
| Octal | 40 | 274 | 10 | 123 | 0 | 140 | 32 | 160 | 134 | 46 |
| Binary | 100000 | 10111100 | 1000 | 1010011 | 0 | 1100000 | 11010 | 1110000 | 1011100 | 100110 |
Color Harmonies of #20BC08
Complementary color
Monochromatic Colors of #20BC08
Black with #20BC08
Text Example
Text Example
White with #20BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC08; }
p { color: rgb(32,188,8); }
H1.HeaderClassName
{
color: #20BC08;
}
.AnyTagClassName
{
color: #20BC08;
}
</style>
background-color css
<style>
a { background-color: #20BC08; }
a { background-color: rgb(32,188,8); }
div.DivClassName
{
background-color: #20BC08;
}
.BgClassName
{
background-color: #20BC08;
}
</style>
border-color css
<style>
span { border-color: #20BC08; }
span { border-color: rgb(32,188,8); }
td.TdClassName
{
border-color: #20BC08;
}
.TagClassName
{
border-color: #20BC08;
}
</style>