Shades of Kelly Green #40A415
Tints of Kelly Green #40A415
RGB
CMYK
RGB Variations
Color information
#40A415 (or 0x40A415) is known color: Kelly Green. HEX triplet: 40, A4 and 15. RGB value is (64,164,21). Sum of RGB (Red+Green+Blue) = 64+164+21=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 164 (64.45% from 255 or 65.86% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 164 - color contains mainly: green. Hex color #40A415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A415 is #BF5BEA. Grayscale: #767676. Windows color (decimal): -12540907 or 1418304. OLE color: 1418304.
HSL color Cylindrical-coordinate representation of color #40A415: hue angle of 101.96º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40A415 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 164 | 21 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.36 |
| HSL | 101.96º | 0.77% | 0.36% | - |
| HSV(B) | 101.96º | 0.87% | 0.64% | - |
| XYZ | 15.53 | 27.7 | 5.24 | - |
| YUV | 117.8 | 73.37 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 21 | 0.61 | 0 | 0.87 | 0.36 | 101.96 | 0.77 | 0.36 |
| Hex | 40 | A4 | 15 | 3D | 0 | 57 | 24 | 66 | 4D | 24 |
| Octal | 100 | 244 | 25 | 75 | 0 | 127 | 44 | 146 | 115 | 44 |
| Binary | 1000000 | 10100100 | 10101 | 111101 | 0 | 1010111 | 100100 | 1100110 | 1001101 | 100100 |
Color Harmonies of #40A415
Complementary color
Monochromatic Colors of #40A415
Black with #40A415
Text Example
Text Example
White with #40A415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A415; }
p { color: rgb(64,164,21); }
H1.HeaderClassName
{
color: #40A415;
}
.AnyTagClassName
{
color: #40A415;
}
</style>
background-color css
<style>
a { background-color: #40A415; }
a { background-color: rgb(64,164,21); }
div.DivClassName
{
background-color: #40A415;
}
.BgClassName
{
background-color: #40A415;
}
</style>
border-color css
<style>
span { border-color: #40A415; }
span { border-color: rgb(64,164,21); }
td.TdClassName
{
border-color: #40A415;
}
.TagClassName
{
border-color: #40A415;
}
</style>