Shades of Kelly Green #40AF11
Tints of Kelly Green #40AF11
RGB
CMYK
RGB Variations
Color information
#40AF11 (or 0x40AF11) is known color: Kelly Green. HEX triplet: 40, AF and 11. RGB value is (64,175,17). Sum of RGB (Red+Green+Blue) = 64+175+17=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AF11 is #BF50EE. Grayscale: #7C7C7C. Windows color (decimal): -12538095 or 1158976. OLE color: 1158976.
HSL color Cylindrical-coordinate representation of color #40AF11: hue angle of 102.15º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40AF11 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 17 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.31 |
| HSL | 102.15º | 0.82% | 0.38% | - |
| HSV(B) | 102.15º | 0.9% | 0.69% | - |
| XYZ | 17.55 | 31.79 | 5.74 | - |
| YUV | 123.8 | 67.73 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 17 | 0.63 | 0 | 0.90 | 0.31 | 102.15 | 0.82 | 0.38 |
| Hex | 40 | AF | 11 | 3F | 0 | 5A | 1F | 66 | 52 | 26 |
| Octal | 100 | 257 | 21 | 77 | 0 | 132 | 37 | 146 | 122 | 46 |
| Binary | 1000000 | 10101111 | 10001 | 111111 | 0 | 1011010 | 11111 | 1100110 | 1010010 | 100110 |
Color Harmonies of #40AF11
Complementary color
Monochromatic Colors of #40AF11
Black with #40AF11
Text Example
Text Example
White with #40AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF11; }
p { color: rgb(64,175,17); }
H1.HeaderClassName
{
color: #40AF11;
}
.AnyTagClassName
{
color: #40AF11;
}
</style>
background-color css
<style>
a { background-color: #40AF11; }
a { background-color: rgb(64,175,17); }
div.DivClassName
{
background-color: #40AF11;
}
.BgClassName
{
background-color: #40AF11;
}
</style>
border-color css
<style>
span { border-color: #40AF11; }
span { border-color: rgb(64,175,17); }
td.TdClassName
{
border-color: #40AF11;
}
.TagClassName
{
border-color: #40AF11;
}
</style>