Shades of Kelly Green #40BB15
Tints of Kelly Green #40BB15
RGB
CMYK
RGB Variations
Color information
#40BB15 (or 0x40BB15) is known color: Kelly Green. HEX triplet: 40, BB and 15. RGB value is (64,187,21). Sum of RGB (Red+Green+Blue) = 64+187+21=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 187 (73.44% from 255 or 68.75% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BB15 is #BF44EA. Grayscale: #838383. Windows color (decimal): -12535019 or 1424192. OLE color: 1424192.
HSL color Cylindrical-coordinate representation of color #40BB15: hue angle of 104.46º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40BB15 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 21 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.27 |
| HSL | 104.46º | 0.8% | 0.41% | - |
| HSV(B) | 104.46º | 0.89% | 0.73% | - |
| XYZ | 20.02 | 36.68 | 6.74 | - |
| YUV | 131.3 | 65.75 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 21 | 0.66 | 0 | 0.89 | 0.27 | 104.46 | 0.8 | 0.41 |
| Hex | 40 | BB | 15 | 42 | 0 | 59 | 1B | 68 | 50 | 29 |
| Octal | 100 | 273 | 25 | 102 | 0 | 131 | 33 | 150 | 120 | 51 |
| Binary | 1000000 | 10111011 | 10101 | 1000010 | 0 | 1011001 | 11011 | 1101000 | 1010000 | 101001 |
Color Harmonies of #40BB15
Complementary color
Monochromatic Colors of #40BB15
Black with #40BB15
Text Example
Text Example
White with #40BB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB15; }
p { color: rgb(64,187,21); }
H1.HeaderClassName
{
color: #40BB15;
}
.AnyTagClassName
{
color: #40BB15;
}
</style>
background-color css
<style>
a { background-color: #40BB15; }
a { background-color: rgb(64,187,21); }
div.DivClassName
{
background-color: #40BB15;
}
.BgClassName
{
background-color: #40BB15;
}
</style>
border-color css
<style>
span { border-color: #40BB15; }
span { border-color: rgb(64,187,21); }
td.TdClassName
{
border-color: #40BB15;
}
.TagClassName
{
border-color: #40BB15;
}
</style>