Shades of Kelly Green #40BF18
Tints of Kelly Green #40BF18
RGB
CMYK
RGB Variations
Color information
#40BF18 (or 0x40BF18) is known color: Kelly Green. HEX triplet: 40, BF and 18. RGB value is (64,191,24). Sum of RGB (Red+Green+Blue) = 64+191+24=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BF18 is #BF40E7. Grayscale: #868686. Windows color (decimal): -12533992 or 1621824. OLE color: 1621824.
HSL color Cylindrical-coordinate representation of color #40BF18: hue angle of 105.63º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40BF18 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 24 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.25 |
| HSL | 105.63º | 0.78% | 0.42% | - |
| HSV(B) | 105.63º | 0.87% | 0.75% | - |
| XYZ | 20.91 | 38.42 | 7.18 | - |
| YUV | 133.99 | 65.92 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 24 | 0.66 | 0 | 0.87 | 0.25 | 105.63 | 0.78 | 0.42 |
| Hex | 40 | BF | 18 | 42 | 0 | 57 | 19 | 6A | 4E | 2A |
| Octal | 100 | 277 | 30 | 102 | 0 | 127 | 31 | 152 | 116 | 52 |
| Binary | 1000000 | 10111111 | 11000 | 1000010 | 0 | 1010111 | 11001 | 1101010 | 1001110 | 101010 |
Color Harmonies of #40BF18
Complementary color
Monochromatic Colors of #40BF18
Black with #40BF18
Text Example
Text Example
White with #40BF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF18; }
p { color: rgb(64,191,24); }
H1.HeaderClassName
{
color: #40BF18;
}
.AnyTagClassName
{
color: #40BF18;
}
</style>
background-color css
<style>
a { background-color: #40BF18; }
a { background-color: rgb(64,191,24); }
div.DivClassName
{
background-color: #40BF18;
}
.BgClassName
{
background-color: #40BF18;
}
</style>
border-color css
<style>
span { border-color: #40BF18; }
span { border-color: rgb(64,191,24); }
td.TdClassName
{
border-color: #40BF18;
}
.TagClassName
{
border-color: #40BF18;
}
</style>