Shades of Kelly Green #40D512
Tints of Kelly Green #40D512
RGB
CMYK
RGB Variations
Color information
#40D512 (or 0x40D512) is known color: Kelly Green. HEX triplet: 40, D5 and 12. RGB value is (64,213,18). Sum of RGB (Red+Green+Blue) = 64+213+18=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #40D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D512 is #BF2AED. Grayscale: #929292. Windows color (decimal): -12528366 or 1234240. OLE color: 1234240.
HSL color Cylindrical-coordinate representation of color #40D512: hue angle of 105.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40D512 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 18 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.16 |
| HSL | 105.85º | 0.84% | 0.45% | - |
| HSV(B) | 105.85º | 0.92% | 0.84% | - |
| XYZ | 26.02 | 48.72 | 8.61 | - |
| YUV | 146.22 | 55.64 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 18 | 0.70 | 0 | 0.92 | 0.16 | 105.85 | 0.84 | 0.45 |
| Hex | 40 | D5 | 12 | 46 | 0 | 5C | 10 | 6A | 54 | 2D |
| Octal | 100 | 325 | 22 | 106 | 0 | 134 | 20 | 152 | 124 | 55 |
| Binary | 1000000 | 11010101 | 10010 | 1000110 | 0 | 1011100 | 10000 | 1101010 | 1010100 | 101101 |
Color Harmonies of #40D512
Complementary color
Monochromatic Colors of #40D512
Black with #40D512
Text Example
Text Example
White with #40D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D512; }
p { color: rgb(64,213,18); }
H1.HeaderClassName
{
color: #40D512;
}
.AnyTagClassName
{
color: #40D512;
}
</style>
background-color css
<style>
a { background-color: #40D512; }
a { background-color: rgb(64,213,18); }
div.DivClassName
{
background-color: #40D512;
}
.BgClassName
{
background-color: #40D512;
}
</style>
border-color css
<style>
span { border-color: #40D512; }
span { border-color: rgb(64,213,18); }
td.TdClassName
{
border-color: #40D512;
}
.TagClassName
{
border-color: #40D512;
}
</style>