Shades of Kelly Green #40A71E
Tints of Kelly Green #40A71E
RGB
CMYK
RGB Variations
Color information
#40A71E (or 0x40A71E) is known color: Kelly Green. HEX triplet: 40, A7 and 1E. RGB value is (64,167,30). Sum of RGB (Red+Green+Blue) = 64+167+30=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 167 (65.62% from 255 or 63.98% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 167 - color contains mainly: green. Hex color #40A71E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A71E is #BF58E1. Grayscale: #797979. Windows color (decimal): -12540130 or 2008896. OLE color: 2008896.
HSL color Cylindrical-coordinate representation of color #40A71E: hue angle of 105.11º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40A71E is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 167 | 30 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.35 |
| HSL | 105.11º | 0.7% | 0.39% | - |
| HSV(B) | 105.11º | 0.82% | 0.65% | - |
| XYZ | 16.17 | 28.82 | 5.94 | - |
| YUV | 120.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 30 | 0.62 | 0 | 0.82 | 0.35 | 105.11 | 0.7 | 0.39 |
| Hex | 40 | A7 | 1E | 3E | 0 | 52 | 23 | 69 | 46 | 27 |
| Octal | 100 | 247 | 36 | 76 | 0 | 122 | 43 | 151 | 106 | 47 |
| Binary | 1000000 | 10100111 | 11110 | 111110 | 0 | 1010010 | 100011 | 1101001 | 1000110 | 100111 |
Color Harmonies of #40A71E
Complementary color
Monochromatic Colors of #40A71E
Black with #40A71E
Text Example
Text Example
White with #40A71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A71E; }
p { color: rgb(64,167,30); }
H1.HeaderClassName
{
color: #40A71E;
}
.AnyTagClassName
{
color: #40A71E;
}
</style>
background-color css
<style>
a { background-color: #40A71E; }
a { background-color: rgb(64,167,30); }
div.DivClassName
{
background-color: #40A71E;
}
.BgClassName
{
background-color: #40A71E;
}
</style>
border-color css
<style>
span { border-color: #40A71E; }
span { border-color: rgb(64,167,30); }
td.TdClassName
{
border-color: #40A71E;
}
.TagClassName
{
border-color: #40A71E;
}
</style>