Shades of Kelly Green #40DA11
Tints of Kelly Green #40DA11
RGB
CMYK
RGB Variations
Color information
#40DA11 (or 0x40DA11) is known color: Kelly Green. HEX triplet: 40, DA and 11. RGB value is (64,218,17). Sum of RGB (Red+Green+Blue) = 64+218+17=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 218 (85.55% from 255 or 72.91% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DA11 is #BF25EE. Grayscale: #959595. Windows color (decimal): -12527087 or 1169984. OLE color: 1169984.
HSL color Cylindrical-coordinate representation of color #40DA11: hue angle of 105.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40DA11 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 17 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.15 |
| HSL | 105.97º | 0.86% | 0.46% | - |
| HSV(B) | 105.97º | 0.92% | 0.85% | - |
| XYZ | 27.29 | 51.27 | 8.99 | - |
| YUV | 149.04 | 53.48 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 17 | 0.71 | 0 | 0.92 | 0.15 | 105.97 | 0.86 | 0.46 |
| Hex | 40 | DA | 11 | 47 | 0 | 5C | F | 6A | 56 | 2E |
| Octal | 100 | 332 | 21 | 107 | 0 | 134 | 17 | 152 | 126 | 56 |
| Binary | 1000000 | 11011010 | 10001 | 1000111 | 0 | 1011100 | 1111 | 1101010 | 1010110 | 101110 |
Color Harmonies of #40DA11
Complementary color
Monochromatic Colors of #40DA11
Black with #40DA11
Text Example
Text Example
White with #40DA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA11; }
p { color: rgb(64,218,17); }
H1.HeaderClassName
{
color: #40DA11;
}
.AnyTagClassName
{
color: #40DA11;
}
</style>
background-color css
<style>
a { background-color: #40DA11; }
a { background-color: rgb(64,218,17); }
div.DivClassName
{
background-color: #40DA11;
}
.BgClassName
{
background-color: #40DA11;
}
</style>
border-color css
<style>
span { border-color: #40DA11; }
span { border-color: rgb(64,218,17); }
td.TdClassName
{
border-color: #40DA11;
}
.TagClassName
{
border-color: #40DA11;
}
</style>