Shades of Kelly Green #40D515
Tints of Kelly Green #40D515
RGB
CMYK
RGB Variations
Color information
#40D515 (or 0x40D515) is known color: Kelly Green. HEX triplet: 40, D5 and 15. RGB value is (64,213,21). Sum of RGB (Red+Green+Blue) = 64+213+21=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #40D515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D515 is #BF2AEA. Grayscale: #939393. Windows color (decimal): -12528363 or 1430848. OLE color: 1430848.
HSL color Cylindrical-coordinate representation of color #40D515: hue angle of 106.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40D515 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 21 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.16 |
| HSL | 106.56º | 0.82% | 0.46% | - |
| HSV(B) | 106.56º | 0.9% | 0.84% | - |
| XYZ | 26.04 | 48.73 | 8.74 | - |
| YUV | 146.56 | 57.14 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 21 | 0.70 | 0 | 0.90 | 0.16 | 106.56 | 0.82 | 0.46 |
| Hex | 40 | D5 | 15 | 46 | 0 | 5A | 10 | 6B | 52 | 2E |
| Octal | 100 | 325 | 25 | 106 | 0 | 132 | 20 | 153 | 122 | 56 |
| Binary | 1000000 | 11010101 | 10101 | 1000110 | 0 | 1011010 | 10000 | 1101011 | 1010010 | 101110 |
Color Harmonies of #40D515
Complementary color
Monochromatic Colors of #40D515
Black with #40D515
Text Example
Text Example
White with #40D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D515; }
p { color: rgb(64,213,21); }
H1.HeaderClassName
{
color: #40D515;
}
.AnyTagClassName
{
color: #40D515;
}
</style>
background-color css
<style>
a { background-color: #40D515; }
a { background-color: rgb(64,213,21); }
div.DivClassName
{
background-color: #40D515;
}
.BgClassName
{
background-color: #40D515;
}
</style>
border-color css
<style>
span { border-color: #40D515; }
span { border-color: rgb(64,213,21); }
td.TdClassName
{
border-color: #40D515;
}
.TagClassName
{
border-color: #40D515;
}
</style>