Shades of Kelly Green #40D110
Tints of Kelly Green #40D110
RGB
CMYK
RGB Variations
Color information
#40D110 (or 0x40D110) is known color: Kelly Green. HEX triplet: 40, D1 and 10. RGB value is (64,209,16). Sum of RGB (Red+Green+Blue) = 64+209+16=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #40D110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D110 is #BF2EEF. Grayscale: #909090. Windows color (decimal): -12529392 or 1102144. OLE color: 1102144.
HSL color Cylindrical-coordinate representation of color #40D110: hue angle of 105.08º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40D110 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 16 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.18 |
| HSL | 105.08º | 0.86% | 0.44% | - |
| HSV(B) | 105.08º | 0.92% | 0.82% | - |
| XYZ | 25.01 | 46.73 | 8.19 | - |
| YUV | 143.64 | 55.96 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 16 | 0.69 | 0 | 0.92 | 0.18 | 105.08 | 0.86 | 0.44 |
| Hex | 40 | D1 | 10 | 45 | 0 | 5C | 12 | 69 | 56 | 2C |
| Octal | 100 | 321 | 20 | 105 | 0 | 134 | 22 | 151 | 126 | 54 |
| Binary | 1000000 | 11010001 | 10000 | 1000101 | 0 | 1011100 | 10010 | 1101001 | 1010110 | 101100 |
Color Harmonies of #40D110
Complementary color
Monochromatic Colors of #40D110
Black with #40D110
Text Example
Text Example
White with #40D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D110; }
p { color: rgb(64,209,16); }
H1.HeaderClassName
{
color: #40D110;
}
.AnyTagClassName
{
color: #40D110;
}
</style>
background-color css
<style>
a { background-color: #40D110; }
a { background-color: rgb(64,209,16); }
div.DivClassName
{
background-color: #40D110;
}
.BgClassName
{
background-color: #40D110;
}
</style>
border-color css
<style>
span { border-color: #40D110; }
span { border-color: rgb(64,209,16); }
td.TdClassName
{
border-color: #40D110;
}
.TagClassName
{
border-color: #40D110;
}
</style>