Shades of Kelly Green #40BF14
Tints of Kelly Green #40BF14
RGB
CMYK
RGB Variations
Color information
#40BF14 (or 0x40BF14) is known color: Kelly Green. HEX triplet: 40, BF and 14. RGB value is (64,191,20). Sum of RGB (Red+Green+Blue) = 64+191+20=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BF14 is #BF40EB. Grayscale: #868686. Windows color (decimal): -12533996 or 1359680. OLE color: 1359680.
HSL color Cylindrical-coordinate representation of color #40BF14: hue angle of 104.56º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40BF14 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 20 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.25 |
| HSL | 104.56º | 0.81% | 0.41% | - |
| HSV(B) | 104.56º | 0.9% | 0.75% | - |
| XYZ | 20.87 | 38.4 | 6.97 | - |
| YUV | 133.53 | 63.92 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 20 | 0.66 | 0 | 0.90 | 0.25 | 104.56 | 0.81 | 0.41 |
| Hex | 40 | BF | 14 | 42 | 0 | 5A | 19 | 69 | 51 | 29 |
| Octal | 100 | 277 | 24 | 102 | 0 | 132 | 31 | 151 | 121 | 51 |
| Binary | 1000000 | 10111111 | 10100 | 1000010 | 0 | 1011010 | 11001 | 1101001 | 1010001 | 101001 |
Color Harmonies of #40BF14
Complementary color
Monochromatic Colors of #40BF14
Black with #40BF14
Text Example
Text Example
White with #40BF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF14; }
p { color: rgb(64,191,20); }
H1.HeaderClassName
{
color: #40BF14;
}
.AnyTagClassName
{
color: #40BF14;
}
</style>
background-color css
<style>
a { background-color: #40BF14; }
a { background-color: rgb(64,191,20); }
div.DivClassName
{
background-color: #40BF14;
}
.BgClassName
{
background-color: #40BF14;
}
</style>
border-color css
<style>
span { border-color: #40BF14; }
span { border-color: rgb(64,191,20); }
td.TdClassName
{
border-color: #40BF14;
}
.TagClassName
{
border-color: #40BF14;
}
</style>