Shades of Kelly Green #40D710
Tints of Kelly Green #40D710
RGB
CMYK
RGB Variations
Color information
#40D710 (or 0x40D710) is known color: Kelly Green. HEX triplet: 40, D7 and 10. RGB value is (64,215,16). Sum of RGB (Red+Green+Blue) = 64+215+16=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 215 (84.38% from 255 or 72.88% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 215 - color contains mainly: green. Hex color #40D710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D710 is #BF28EF. Grayscale: #939393. Windows color (decimal): -12527856 or 1103680. OLE color: 1103680.
HSL color Cylindrical-coordinate representation of color #40D710: hue angle of 105.53º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40D710 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 16 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.16 |
| HSL | 105.53º | 0.86% | 0.45% | - |
| HSV(B) | 105.53º | 0.93% | 0.84% | - |
| XYZ | 26.51 | 49.73 | 8.69 | - |
| YUV | 147.17 | 53.97 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 16 | 0.70 | 0 | 0.93 | 0.16 | 105.53 | 0.86 | 0.45 |
| Hex | 40 | D7 | 10 | 46 | 0 | 5D | 10 | 6A | 56 | 2D |
| Octal | 100 | 327 | 20 | 106 | 0 | 135 | 20 | 152 | 126 | 55 |
| Binary | 1000000 | 11010111 | 10000 | 1000110 | 0 | 1011101 | 10000 | 1101010 | 1010110 | 101101 |
Color Harmonies of #40D710
Complementary color
Monochromatic Colors of #40D710
Black with #40D710
Text Example
Text Example
White with #40D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D710; }
p { color: rgb(64,215,16); }
H1.HeaderClassName
{
color: #40D710;
}
.AnyTagClassName
{
color: #40D710;
}
</style>
background-color css
<style>
a { background-color: #40D710; }
a { background-color: rgb(64,215,16); }
div.DivClassName
{
background-color: #40D710;
}
.BgClassName
{
background-color: #40D710;
}
</style>
border-color css
<style>
span { border-color: #40D710; }
span { border-color: rgb(64,215,16); }
td.TdClassName
{
border-color: #40D710;
}
.TagClassName
{
border-color: #40D710;
}
</style>