Shades of Kelly Green #20BD06
Tints of Kelly Green #20BD06
RGB
CMYK
RGB Variations
Color information
#20BD06 (or 0x20BD06) is known color: Kelly Green. HEX triplet: 20, BD and 06. RGB value is (32,189,6). Sum of RGB (Red+Green+Blue) = 32+189+6=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 189 (74.22% from 255 or 83.26% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BD06 is #DF42F9. Grayscale: #797979. Windows color (decimal): -14631674 or 441632. OLE color: 441632.
HSL color Cylindrical-coordinate representation of color #20BD06: hue angle of 111.48º 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 #20BD06 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 6 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.26 |
| HSL | 111.48º | 0.94% | 0.38% | - |
| HSV(B) | 111.48º | 0.97% | 0.74% | - |
| XYZ | 18.83 | 36.72 | 6.27 | - |
| YUV | 121.2 | 62.99 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 6 | 0.83 | 0 | 0.97 | 0.26 | 111.48 | 0.94 | 0.38 |
| Hex | 20 | BD | 6 | 53 | 0 | 61 | 1A | 6F | 5E | 26 |
| Octal | 40 | 275 | 6 | 123 | 0 | 141 | 32 | 157 | 136 | 46 |
| Binary | 100000 | 10111101 | 110 | 1010011 | 0 | 1100001 | 11010 | 1101111 | 1011110 | 100110 |
Color Harmonies of #20BD06
Complementary color
Monochromatic Colors of #20BD06
Black with #20BD06
Text Example
Text Example
White with #20BD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BD06; }
p { color: rgb(32,189,6); }
H1.HeaderClassName
{
color: #20BD06;
}
.AnyTagClassName
{
color: #20BD06;
}
</style>
background-color css
<style>
a { background-color: #20BD06; }
a { background-color: rgb(32,189,6); }
div.DivClassName
{
background-color: #20BD06;
}
.BgClassName
{
background-color: #20BD06;
}
</style>
border-color css
<style>
span { border-color: #20BD06; }
span { border-color: rgb(32,189,6); }
td.TdClassName
{
border-color: #20BD06;
}
.TagClassName
{
border-color: #20BD06;
}
</style>