Shades of Kelly Green #40D508
Tints of Kelly Green #40D508
RGB
CMYK
RGB Variations
Color information
#40D508 (or 0x40D508) is known color: Kelly Green. HEX triplet: 40, D5 and 08. RGB value is (64,213,8). Sum of RGB (Red+Green+Blue) = 64+213+8=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 213 (83.59% from 255 or 74.74% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 213 - color contains mainly: green. Hex color #40D508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D508 is #BF2AF7. Grayscale: #919191. Windows color (decimal): -12528376 or 578880. OLE color: 578880.
HSL color Cylindrical-coordinate representation of color #40D508: hue angle of 103.61º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40D508 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.16 |
| HSL | 103.61º | 0.93% | 0.43% | - |
| HSV(B) | 103.61º | 0.96% | 0.84% | - |
| XYZ | 25.95 | 48.7 | 8.26 | - |
| YUV | 145.08 | 50.64 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 8 | 0.70 | 0 | 0.96 | 0.16 | 103.61 | 0.93 | 0.43 |
| Hex | 40 | D5 | 8 | 46 | 0 | 60 | 10 | 68 | 5D | 2B |
| Octal | 100 | 325 | 10 | 106 | 0 | 140 | 20 | 150 | 135 | 53 |
| Binary | 1000000 | 11010101 | 1000 | 1000110 | 0 | 1100000 | 10000 | 1101000 | 1011101 | 101011 |
Color Harmonies of #40D508
Complementary color
Monochromatic Colors of #40D508
Black with #40D508
Text Example
Text Example
White with #40D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D508; }
p { color: rgb(64,213,8); }
H1.HeaderClassName
{
color: #40D508;
}
.AnyTagClassName
{
color: #40D508;
}
</style>
background-color css
<style>
a { background-color: #40D508; }
a { background-color: rgb(64,213,8); }
div.DivClassName
{
background-color: #40D508;
}
.BgClassName
{
background-color: #40D508;
}
</style>
border-color css
<style>
span { border-color: #40D508; }
span { border-color: rgb(64,213,8); }
td.TdClassName
{
border-color: #40D508;
}
.TagClassName
{
border-color: #40D508;
}
</style>