Shades of Kelly Green #40DA08
Tints of Kelly Green #40DA08
RGB
CMYK
RGB Variations
Color information
#40DA08 (or 0x40DA08) is known color: Kelly Green. HEX triplet: 40, DA and 08. RGB value is (64,218,8). Sum of RGB (Red+Green+Blue) = 64+218+8=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 218 (85.55% from 255 or 75.17% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DA08 is #BF25F7. Grayscale: #949494. Windows color (decimal): -12527096 or 580160. OLE color: 580160.
HSL color Cylindrical-coordinate representation of color #40DA08: hue angle of 104º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40DA08 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 8 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.15 |
| HSL | 104º | 0.93% | 0.44% | - |
| HSV(B) | 104º | 0.96% | 0.85% | - |
| XYZ | 27.23 | 51.25 | 8.69 | - |
| YUV | 148.01 | 48.98 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 8 | 0.71 | 0 | 0.96 | 0.15 | 104 | 0.93 | 0.44 |
| Hex | 40 | DA | 8 | 47 | 0 | 60 | F | 68 | 5D | 2C |
| Octal | 100 | 332 | 10 | 107 | 0 | 140 | 17 | 150 | 135 | 54 |
| Binary | 1000000 | 11011010 | 1000 | 1000111 | 0 | 1100000 | 1111 | 1101000 | 1011101 | 101100 |
Color Harmonies of #40DA08
Complementary color
Monochromatic Colors of #40DA08
Black with #40DA08
Text Example
Text Example
White with #40DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA08; }
p { color: rgb(64,218,8); }
H1.HeaderClassName
{
color: #40DA08;
}
.AnyTagClassName
{
color: #40DA08;
}
</style>
background-color css
<style>
a { background-color: #40DA08; }
a { background-color: rgb(64,218,8); }
div.DivClassName
{
background-color: #40DA08;
}
.BgClassName
{
background-color: #40DA08;
}
</style>
border-color css
<style>
span { border-color: #40DA08; }
span { border-color: rgb(64,218,8); }
td.TdClassName
{
border-color: #40DA08;
}
.TagClassName
{
border-color: #40DA08;
}
</style>