Shades of Kelly Green #40BF20
Tints of Kelly Green #40BF20
RGB
CMYK
RGB Variations
Color information
#40BF20 (or 0x40BF20) is known color: Kelly Green. HEX triplet: 40, BF and 20. RGB value is (64,191,32). Sum of RGB (Red+Green+Blue) = 64+191+32=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF20 is #BF40DF. Grayscale: #878787. Windows color (decimal): -12533984 or 2146112. OLE color: 2146112.
HSL color Cylindrical-coordinate representation of color #40BF20: hue angle of 107.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40BF20 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 32 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.25 |
| HSL | 107.92º | 0.71% | 0.44% | - |
| HSV(B) | 107.92º | 0.83% | 0.75% | - |
| XYZ | 21.01 | 38.46 | 7.68 | - |
| YUV | 134.9 | 69.92 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 32 | 0.66 | 0 | 0.83 | 0.25 | 107.92 | 0.71 | 0.44 |
| Hex | 40 | BF | 20 | 42 | 0 | 53 | 19 | 6C | 47 | 2C |
| Octal | 100 | 277 | 40 | 102 | 0 | 123 | 31 | 154 | 107 | 54 |
| Binary | 1000000 | 10111111 | 100000 | 1000010 | 0 | 1010011 | 11001 | 1101100 | 1000111 | 101100 |
Color Harmonies of #40BF20
Complementary color
Monochromatic Colors of #40BF20
Black with #40BF20
Text Example
Text Example
White with #40BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF20; }
p { color: rgb(64,191,32); }
H1.HeaderClassName
{
color: #40BF20;
}
.AnyTagClassName
{
color: #40BF20;
}
</style>
background-color css
<style>
a { background-color: #40BF20; }
a { background-color: rgb(64,191,32); }
div.DivClassName
{
background-color: #40BF20;
}
.BgClassName
{
background-color: #40BF20;
}
</style>
border-color css
<style>
span { border-color: #40BF20; }
span { border-color: rgb(64,191,32); }
td.TdClassName
{
border-color: #40BF20;
}
.TagClassName
{
border-color: #40BF20;
}
</style>