Shades of Kelly Green #20BF04
Tints of Kelly Green #20BF04
RGB
CMYK
RGB Variations
Color information
#20BF04 (or 0x20BF04) is known color: Kelly Green. HEX triplet: 20, BF and 04. RGB value is (32,191,4). Sum of RGB (Red+Green+Blue) = 32+191+4=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 191 (75% from 255 or 84.14% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BF04 is #DF40FB. Grayscale: #7A7A7A. Windows color (decimal): -14631164 or 311072. OLE color: 311072.
HSL color Cylindrical-coordinate representation of color #20BF04: hue angle of 111.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20BF04 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 4 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.25 |
| HSL | 111.02º | 0.96% | 0.38% | - |
| HSV(B) | 111.02º | 0.98% | 0.75% | - |
| XYZ | 19.25 | 37.58 | 6.35 | - |
| YUV | 122.14 | 61.32 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 4 | 0.83 | 0 | 0.98 | 0.25 | 111.02 | 0.96 | 0.38 |
| Hex | 20 | BF | 4 | 53 | 0 | 62 | 19 | 6F | 60 | 26 |
| Octal | 40 | 277 | 4 | 123 | 0 | 142 | 31 | 157 | 140 | 46 |
| Binary | 100000 | 10111111 | 100 | 1010011 | 0 | 1100010 | 11001 | 1101111 | 1100000 | 100110 |
Color Harmonies of #20BF04
Complementary color
Monochromatic Colors of #20BF04
Black with #20BF04
Text Example
Text Example
White with #20BF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF04; }
p { color: rgb(32,191,4); }
H1.HeaderClassName
{
color: #20BF04;
}
.AnyTagClassName
{
color: #20BF04;
}
</style>
background-color css
<style>
a { background-color: #20BF04; }
a { background-color: rgb(32,191,4); }
div.DivClassName
{
background-color: #20BF04;
}
.BgClassName
{
background-color: #20BF04;
}
</style>
border-color css
<style>
span { border-color: #20BF04; }
span { border-color: rgb(32,191,4); }
td.TdClassName
{
border-color: #20BF04;
}
.TagClassName
{
border-color: #20BF04;
}
</style>