Shades of Kelly Green #40AF05
Tints of Kelly Green #40AF05
RGB
CMYK
RGB Variations
Color information
#40AF05 (or 0x40AF05) is known color: Kelly Green. HEX triplet: 40, AF and 05. RGB value is (64,175,5). Sum of RGB (Red+Green+Blue) = 64+175+5=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 175 (68.75% from 255 or 71.72% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AF05 is #BF50FA. Grayscale: #7B7B7B. Windows color (decimal): -12538107 or 372544. OLE color: 372544.
HSL color Cylindrical-coordinate representation of color #40AF05: hue angle of 99.18º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40AF05 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 5 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.31 |
| HSL | 99.18º | 0.94% | 0.35% | - |
| HSV(B) | 99.18º | 0.97% | 0.69% | - |
| XYZ | 17.47 | 31.76 | 5.35 | - |
| YUV | 122.43 | 61.73 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 5 | 0.63 | 0 | 0.97 | 0.31 | 99.18 | 0.94 | 0.35 |
| Hex | 40 | AF | 5 | 3F | 0 | 61 | 1F | 63 | 5E | 23 |
| Octal | 100 | 257 | 5 | 77 | 0 | 141 | 37 | 143 | 136 | 43 |
| Binary | 1000000 | 10101111 | 101 | 111111 | 0 | 1100001 | 11111 | 1100011 | 1011110 | 100011 |
Color Harmonies of #40AF05
Complementary color
Monochromatic Colors of #40AF05
Black with #40AF05
Text Example
Text Example
White with #40AF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF05; }
p { color: rgb(64,175,5); }
H1.HeaderClassName
{
color: #40AF05;
}
.AnyTagClassName
{
color: #40AF05;
}
</style>
background-color css
<style>
a { background-color: #40AF05; }
a { background-color: rgb(64,175,5); }
div.DivClassName
{
background-color: #40AF05;
}
.BgClassName
{
background-color: #40AF05;
}
</style>
border-color css
<style>
span { border-color: #40AF05; }
span { border-color: rgb(64,175,5); }
td.TdClassName
{
border-color: #40AF05;
}
.TagClassName
{
border-color: #40AF05;
}
</style>