Shades of Kelly Green #40A617
Tints of Kelly Green #40A617
RGB
CMYK
RGB Variations
Color information
#40A617 (or 0x40A617) is known color: Kelly Green. HEX triplet: 40, A6 and 17. RGB value is (64,166,23). Sum of RGB (Red+Green+Blue) = 64+166+23=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #40A617 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A617 is #BF59E8. Grayscale: #777777. Windows color (decimal): -12540393 or 1549888. OLE color: 1549888.
HSL color Cylindrical-coordinate representation of color #40A617: hue angle of 102.8º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40A617 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 23 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.35 |
| HSL | 102.8º | 0.76% | 0.37% | - |
| HSV(B) | 102.8º | 0.86% | 0.65% | - |
| XYZ | 15.91 | 28.42 | 5.46 | - |
| YUV | 119.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 23 | 0.61 | 0 | 0.86 | 0.35 | 102.8 | 0.76 | 0.37 |
| Hex | 40 | A6 | 17 | 3D | 0 | 56 | 23 | 67 | 4C | 25 |
| Octal | 100 | 246 | 27 | 75 | 0 | 126 | 43 | 147 | 114 | 45 |
| Binary | 1000000 | 10100110 | 10111 | 111101 | 0 | 1010110 | 100011 | 1100111 | 1001100 | 100101 |
Color Harmonies of #40A617
Complementary color
Monochromatic Colors of #40A617
Black with #40A617
Text Example
Text Example
White with #40A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A617; }
p { color: rgb(64,166,23); }
H1.HeaderClassName
{
color: #40A617;
}
.AnyTagClassName
{
color: #40A617;
}
</style>
background-color css
<style>
a { background-color: #40A617; }
a { background-color: rgb(64,166,23); }
div.DivClassName
{
background-color: #40A617;
}
.BgClassName
{
background-color: #40A617;
}
</style>
border-color css
<style>
span { border-color: #40A617; }
span { border-color: rgb(64,166,23); }
td.TdClassName
{
border-color: #40A617;
}
.TagClassName
{
border-color: #40A617;
}
</style>