Shades of Kelly Green #40A81F
Tints of Kelly Green #40A81F
RGB
CMYK
RGB Variations
Color information
#40A81F (or 0x40A81F) is known color: Kelly Green. HEX triplet: 40, A8 and 1F. RGB value is (64,168,31). Sum of RGB (Red+Green+Blue) = 64+168+31=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 168 (66.02% from 255 or 63.88% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 168 - color contains mainly: green. Hex color #40A81F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A81F is #BF57E0. Grayscale: #797979. Windows color (decimal): -12539873 or 2074688. OLE color: 2074688.
HSL color Cylindrical-coordinate representation of color #40A81F: hue angle of 105.55º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40A81F is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 31 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.34 |
| HSL | 105.55º | 0.69% | 0.39% | - |
| HSV(B) | 105.55º | 0.82% | 0.66% | - |
| XYZ | 16.36 | 29.19 | 6.07 | - |
| YUV | 121.29 | 77.04 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 31 | 0.62 | 0 | 0.82 | 0.34 | 105.55 | 0.69 | 0.39 |
| Hex | 40 | A8 | 1F | 3E | 0 | 52 | 22 | 6A | 45 | 27 |
| Octal | 100 | 250 | 37 | 76 | 0 | 122 | 42 | 152 | 105 | 47 |
| Binary | 1000000 | 10101000 | 11111 | 111110 | 0 | 1010010 | 100010 | 1101010 | 1000101 | 100111 |
Color Harmonies of #40A81F
Complementary color
Monochromatic Colors of #40A81F
Black with #40A81F
Text Example
Text Example
White with #40A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A81F; }
p { color: rgb(64,168,31); }
H1.HeaderClassName
{
color: #40A81F;
}
.AnyTagClassName
{
color: #40A81F;
}
</style>
background-color css
<style>
a { background-color: #40A81F; }
a { background-color: rgb(64,168,31); }
div.DivClassName
{
background-color: #40A81F;
}
.BgClassName
{
background-color: #40A81F;
}
</style>
border-color css
<style>
span { border-color: #40A81F; }
span { border-color: rgb(64,168,31); }
td.TdClassName
{
border-color: #40A81F;
}
.TagClassName
{
border-color: #40A81F;
}
</style>