Shades of Kelly Green #40A620
Tints of Kelly Green #40A620
RGB
CMYK
RGB Variations
Color information
#40A620 (or 0x40A620) is known color: Kelly Green. HEX triplet: 40, A6 and 20. RGB value is (64,166,32). Sum of RGB (Red+Green+Blue) = 64+166+32=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 166 (65.23% from 255 or 63.36% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 166 - color contains mainly: green. Hex color #40A620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A620 is #BF59DF. Grayscale: #787878. Windows color (decimal): -12540384 or 2139712. OLE color: 2139712.
HSL color Cylindrical-coordinate representation of color #40A620: hue angle of 105.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40A620 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 32 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.35 |
| HSL | 105.67º | 0.68% | 0.39% | - |
| HSV(B) | 105.67º | 0.81% | 0.65% | - |
| XYZ | 16.01 | 28.47 | 6.02 | - |
| YUV | 120.23 | 78.21 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 32 | 0.61 | 0 | 0.81 | 0.35 | 105.67 | 0.68 | 0.39 |
| Hex | 40 | A6 | 20 | 3D | 0 | 51 | 23 | 6A | 44 | 27 |
| Octal | 100 | 246 | 40 | 75 | 0 | 121 | 43 | 152 | 104 | 47 |
| Binary | 1000000 | 10100110 | 100000 | 111101 | 0 | 1010001 | 100011 | 1101010 | 1000100 | 100111 |
Color Harmonies of #40A620
Complementary color
Monochromatic Colors of #40A620
Black with #40A620
Text Example
Text Example
White with #40A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A620; }
p { color: rgb(64,166,32); }
H1.HeaderClassName
{
color: #40A620;
}
.AnyTagClassName
{
color: #40A620;
}
</style>
background-color css
<style>
a { background-color: #40A620; }
a { background-color: rgb(64,166,32); }
div.DivClassName
{
background-color: #40A620;
}
.BgClassName
{
background-color: #40A620;
}
</style>
border-color css
<style>
span { border-color: #40A620; }
span { border-color: rgb(64,166,32); }
td.TdClassName
{
border-color: #40A620;
}
.TagClassName
{
border-color: #40A620;
}
</style>