Shades of Kelly Green #40C40D
Tints of Kelly Green #40C40D
RGB
CMYK
RGB Variations
Color information
#40C40D (or 0x40C40D) is known color: Kelly Green. HEX triplet: 40, C4 and 0D. RGB value is (64,196,13). Sum of RGB (Red+Green+Blue) = 64+196+13=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #40C40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C40D is #BF3BF2. Grayscale: #888888. Windows color (decimal): -12532723 or 902208. OLE color: 902208.
HSL color Cylindrical-coordinate representation of color #40C40D: hue angle of 103.28º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40C40D is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 13 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.23 |
| HSL | 103.28º | 0.88% | 0.41% | - |
| HSV(B) | 103.28º | 0.93% | 0.77% | - |
| XYZ | 21.93 | 40.6 | 7.06 | - |
| YUV | 135.67 | 58.77 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 13 | 0.67 | 0 | 0.93 | 0.23 | 103.28 | 0.88 | 0.41 |
| Hex | 40 | C4 | D | 43 | 0 | 5D | 17 | 67 | 58 | 29 |
| Octal | 100 | 304 | 15 | 103 | 0 | 135 | 27 | 147 | 130 | 51 |
| Binary | 1000000 | 11000100 | 1101 | 1000011 | 0 | 1011101 | 10111 | 1100111 | 1011000 | 101001 |
Color Harmonies of #40C40D
Complementary color
Monochromatic Colors of #40C40D
Black with #40C40D
Text Example
Text Example
White with #40C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C40D; }
p { color: rgb(64,196,13); }
H1.HeaderClassName
{
color: #40C40D;
}
.AnyTagClassName
{
color: #40C40D;
}
</style>
background-color css
<style>
a { background-color: #40C40D; }
a { background-color: rgb(64,196,13); }
div.DivClassName
{
background-color: #40C40D;
}
.BgClassName
{
background-color: #40C40D;
}
</style>
border-color css
<style>
span { border-color: #40C40D; }
span { border-color: rgb(64,196,13); }
td.TdClassName
{
border-color: #40C40D;
}
.TagClassName
{
border-color: #40C40D;
}
</style>