Shades of Kelly Green #40DC0D
Tints of Kelly Green #40DC0D
RGB
CMYK
RGB Variations
Color information
#40DC0D (or 0x40DC0D) is known color: Kelly Green. HEX triplet: 40, DC and 0D. RGB value is (64,220,13). Sum of RGB (Red+Green+Blue) = 64+220+13=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DC0D is #BF23F2. Grayscale: #969696. Windows color (decimal): -12526579 or 908352. OLE color: 908352.
HSL color Cylindrical-coordinate representation of color #40DC0D: hue angle of 105.22º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40DC0D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 220 | 13 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.14 |
| HSL | 105.22º | 0.89% | 0.46% | - |
| HSV(B) | 105.22º | 0.94% | 0.86% | - |
| XYZ | 27.78 | 52.31 | 9.01 | - |
| YUV | 149.76 | 50.82 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 13 | 0.71 | 0 | 0.94 | 0.14 | 105.22 | 0.89 | 0.46 |
| Hex | 40 | DC | D | 47 | 0 | 5E | E | 69 | 59 | 2E |
| Octal | 100 | 334 | 15 | 107 | 0 | 136 | 16 | 151 | 131 | 56 |
| Binary | 1000000 | 11011100 | 1101 | 1000111 | 0 | 1011110 | 1110 | 1101001 | 1011001 | 101110 |
Color Harmonies of #40DC0D
Complementary color
Monochromatic Colors of #40DC0D
Black with #40DC0D
Text Example
Text Example
White with #40DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DC0D; }
p { color: rgb(64,220,13); }
H1.HeaderClassName
{
color: #40DC0D;
}
.AnyTagClassName
{
color: #40DC0D;
}
</style>
background-color css
<style>
a { background-color: #40DC0D; }
a { background-color: rgb(64,220,13); }
div.DivClassName
{
background-color: #40DC0D;
}
.BgClassName
{
background-color: #40DC0D;
}
</style>
border-color css
<style>
span { border-color: #40DC0D; }
span { border-color: rgb(64,220,13); }
td.TdClassName
{
border-color: #40DC0D;
}
.TagClassName
{
border-color: #40DC0D;
}
</style>