Shades of Kelly Green #40A710
Tints of Kelly Green #40A710
RGB
CMYK
RGB Variations
Color information
#40A710 (or 0x40A710) is known color: Kelly Green. HEX triplet: 40, A7 and 10. RGB value is (64,167,16). Sum of RGB (Red+Green+Blue) = 64+167+16=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 167 (65.62% from 255 or 67.61% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 167 - color contains mainly: green. Hex color #40A710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A710 is #BF58EF. Grayscale: #777777. Windows color (decimal): -12540144 or 1091392. OLE color: 1091392.
HSL color Cylindrical-coordinate representation of color #40A710: hue angle of 100.93º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40A710 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 167 | 16 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.35 |
| HSL | 100.93º | 0.83% | 0.36% | - |
| HSV(B) | 100.93º | 0.9% | 0.65% | - |
| XYZ | 16.03 | 28.76 | 5.2 | - |
| YUV | 118.99 | 69.88 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 16 | 0.62 | 0 | 0.90 | 0.35 | 100.93 | 0.83 | 0.36 |
| Hex | 40 | A7 | 10 | 3E | 0 | 5A | 23 | 65 | 53 | 24 |
| Octal | 100 | 247 | 20 | 76 | 0 | 132 | 43 | 145 | 123 | 44 |
| Binary | 1000000 | 10100111 | 10000 | 111110 | 0 | 1011010 | 100011 | 1100101 | 1010011 | 100100 |
Color Harmonies of #40A710
Complementary color
Monochromatic Colors of #40A710
Black with #40A710
Text Example
Text Example
White with #40A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A710; }
p { color: rgb(64,167,16); }
H1.HeaderClassName
{
color: #40A710;
}
.AnyTagClassName
{
color: #40A710;
}
</style>
background-color css
<style>
a { background-color: #40A710; }
a { background-color: rgb(64,167,16); }
div.DivClassName
{
background-color: #40A710;
}
.BgClassName
{
background-color: #40A710;
}
</style>
border-color css
<style>
span { border-color: #40A710; }
span { border-color: rgb(64,167,16); }
td.TdClassName
{
border-color: #40A710;
}
.TagClassName
{
border-color: #40A710;
}
</style>