Shades of Kelly Green #40AF08
Tints of Kelly Green #40AF08
RGB
CMYK
RGB Variations
Color information
#40AF08 (or 0x40AF08) is known color: Kelly Green. HEX triplet: 40, AF and 08. RGB value is (64,175,8). Sum of RGB (Red+Green+Blue) = 64+175+8=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AF08 is #BF50F7. Grayscale: #7B7B7B. Windows color (decimal): -12538104 or 569152. OLE color: 569152.
HSL color Cylindrical-coordinate representation of color #40AF08: hue angle of 99.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40AF08 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 8 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.31 |
| HSL | 99.88º | 0.91% | 0.36% | - |
| HSV(B) | 99.88º | 0.95% | 0.69% | - |
| XYZ | 17.49 | 31.77 | 5.44 | - |
| YUV | 122.77 | 63.23 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 8 | 0.63 | 0 | 0.95 | 0.31 | 99.88 | 0.91 | 0.36 |
| Hex | 40 | AF | 8 | 3F | 0 | 5F | 1F | 64 | 5B | 24 |
| Octal | 100 | 257 | 10 | 77 | 0 | 137 | 37 | 144 | 133 | 44 |
| Binary | 1000000 | 10101111 | 1000 | 111111 | 0 | 1011111 | 11111 | 1100100 | 1011011 | 100100 |
Color Harmonies of #40AF08
Complementary color
Monochromatic Colors of #40AF08
Black with #40AF08
Text Example
Text Example
White with #40AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF08; }
p { color: rgb(64,175,8); }
H1.HeaderClassName
{
color: #40AF08;
}
.AnyTagClassName
{
color: #40AF08;
}
</style>
background-color css
<style>
a { background-color: #40AF08; }
a { background-color: rgb(64,175,8); }
div.DivClassName
{
background-color: #40AF08;
}
.BgClassName
{
background-color: #40AF08;
}
</style>
border-color css
<style>
span { border-color: #40AF08; }
span { border-color: rgb(64,175,8); }
td.TdClassName
{
border-color: #40AF08;
}
.TagClassName
{
border-color: #40AF08;
}
</style>