Shades of Kelly Green #40D50C
Tints of Kelly Green #40D50C
RGB
CMYK
RGB Variations
Color information
#40D50C (or 0x40D50C) is known color: Kelly Green. HEX triplet: 40, D5 and 0C. RGB value is (64,213,12). Sum of RGB (Red+Green+Blue) = 64+213+12=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 213 (83.59% from 255 or 73.70% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 213 - color contains mainly: green. Hex color #40D50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D50C is #BF2AF3. Grayscale: #929292. Windows color (decimal): -12528372 or 841024. OLE color: 841024.
HSL color Cylindrical-coordinate representation of color #40D50C: hue angle of 104.48º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40D50C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 12 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.16 |
| HSL | 104.48º | 0.89% | 0.44% | - |
| HSV(B) | 104.48º | 0.94% | 0.84% | - |
| XYZ | 25.97 | 48.71 | 8.38 | - |
| YUV | 145.54 | 52.64 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 12 | 0.70 | 0 | 0.94 | 0.16 | 104.48 | 0.89 | 0.44 |
| Hex | 40 | D5 | C | 46 | 0 | 5E | 10 | 68 | 59 | 2C |
| Octal | 100 | 325 | 14 | 106 | 0 | 136 | 20 | 150 | 131 | 54 |
| Binary | 1000000 | 11010101 | 1100 | 1000110 | 0 | 1011110 | 10000 | 1101000 | 1011001 | 101100 |
Color Harmonies of #40D50C
Complementary color
Monochromatic Colors of #40D50C
Black with #40D50C
Text Example
Text Example
White with #40D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D50C; }
p { color: rgb(64,213,12); }
H1.HeaderClassName
{
color: #40D50C;
}
.AnyTagClassName
{
color: #40D50C;
}
</style>
background-color css
<style>
a { background-color: #40D50C; }
a { background-color: rgb(64,213,12); }
div.DivClassName
{
background-color: #40D50C;
}
.BgClassName
{
background-color: #40D50C;
}
</style>
border-color css
<style>
span { border-color: #40D50C; }
span { border-color: rgb(64,213,12); }
td.TdClassName
{
border-color: #40D50C;
}
.TagClassName
{
border-color: #40D50C;
}
</style>