Shades of Kelly Green #40D90E
Tints of Kelly Green #40D90E
RGB
CMYK
RGB Variations
Color information
#40D90E (or 0x40D90E) is known color: Kelly Green. HEX triplet: 40, D9 and 0E. RGB value is (64,217,14). Sum of RGB (Red+Green+Blue) = 64+217+14=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #40D90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D90E is #BF26F1. Grayscale: #949494. Windows color (decimal): -12527346 or 973120. OLE color: 973120.
HSL color Cylindrical-coordinate representation of color #40D90E: hue angle of 105.22º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40D90E is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 217 | 14 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.15 |
| HSL | 105.22º | 0.88% | 0.45% | - |
| HSV(B) | 105.22º | 0.94% | 0.85% | - |
| XYZ | 27.01 | 50.75 | 8.79 | - |
| YUV | 148.11 | 52.31 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 14 | 0.71 | 0 | 0.94 | 0.15 | 105.22 | 0.88 | 0.45 |
| Hex | 40 | D9 | E | 47 | 0 | 5E | F | 69 | 58 | 2D |
| Octal | 100 | 331 | 16 | 107 | 0 | 136 | 17 | 151 | 130 | 55 |
| Binary | 1000000 | 11011001 | 1110 | 1000111 | 0 | 1011110 | 1111 | 1101001 | 1011000 | 101101 |
Color Harmonies of #40D90E
Complementary color
Monochromatic Colors of #40D90E
Black with #40D90E
Text Example
Text Example
White with #40D90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D90E; }
p { color: rgb(64,217,14); }
H1.HeaderClassName
{
color: #40D90E;
}
.AnyTagClassName
{
color: #40D90E;
}
</style>
background-color css
<style>
a { background-color: #40D90E; }
a { background-color: rgb(64,217,14); }
div.DivClassName
{
background-color: #40D90E;
}
.BgClassName
{
background-color: #40D90E;
}
</style>
border-color css
<style>
span { border-color: #40D90E; }
span { border-color: rgb(64,217,14); }
td.TdClassName
{
border-color: #40D90E;
}
.TagClassName
{
border-color: #40D90E;
}
</style>