Shades of Kelly Green #40DD14
Tints of Kelly Green #40DD14
RGB
CMYK
RGB Variations
Color information
#40DD14 (or 0x40DD14) is known color: Kelly Green. HEX triplet: 40, DD and 14. RGB value is (64,221,20). Sum of RGB (Red+Green+Blue) = 64+221+20=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DD14 is #BF22EB. Grayscale: #979797. Windows color (decimal): -12526316 or 1367360. OLE color: 1367360.
HSL color Cylindrical-coordinate representation of color #40DD14: hue angle of 106.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40DD14 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 20 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.13 |
| HSL | 106.87º | 0.83% | 0.47% | - |
| HSV(B) | 106.87º | 0.91% | 0.87% | - |
| XYZ | 28.1 | 52.85 | 9.38 | - |
| YUV | 151.14 | 53.99 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 20 | 0.71 | 0 | 0.91 | 0.13 | 106.87 | 0.83 | 0.47 |
| Hex | 40 | DD | 14 | 47 | 0 | 5B | D | 6B | 53 | 2F |
| Octal | 100 | 335 | 24 | 107 | 0 | 133 | 15 | 153 | 123 | 57 |
| Binary | 1000000 | 11011101 | 10100 | 1000111 | 0 | 1011011 | 1101 | 1101011 | 1010011 | 101111 |
Color Harmonies of #40DD14
Complementary color
Monochromatic Colors of #40DD14
Black with #40DD14
Text Example
Text Example
White with #40DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DD14; }
p { color: rgb(64,221,20); }
H1.HeaderClassName
{
color: #40DD14;
}
.AnyTagClassName
{
color: #40DD14;
}
</style>
background-color css
<style>
a { background-color: #40DD14; }
a { background-color: rgb(64,221,20); }
div.DivClassName
{
background-color: #40DD14;
}
.BgClassName
{
background-color: #40DD14;
}
</style>
border-color css
<style>
span { border-color: #40DD14; }
span { border-color: rgb(64,221,20); }
td.TdClassName
{
border-color: #40DD14;
}
.TagClassName
{
border-color: #40DD14;
}
</style>