Shades of Kelly Green #40DC13
Tints of Kelly Green #40DC13
RGB
CMYK
RGB Variations
Color information
#40DC13 (or 0x40DC13) is known color: Kelly Green. HEX triplet: 40, DC and 13. RGB value is (64,220,19). Sum of RGB (Red+Green+Blue) = 64+220+19=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DC13 is #BF23EC. Grayscale: #979797. Windows color (decimal): -12526573 or 1301568. OLE color: 1301568.
HSL color Cylindrical-coordinate representation of color #40DC13: hue angle of 106.57º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40DC13 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 220 | 19 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.14 |
| HSL | 106.57º | 0.84% | 0.47% | - |
| HSV(B) | 106.57º | 0.91% | 0.86% | - |
| XYZ | 27.83 | 52.32 | 9.25 | - |
| YUV | 150.44 | 53.82 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 19 | 0.71 | 0 | 0.91 | 0.14 | 106.57 | 0.84 | 0.47 |
| Hex | 40 | DC | 13 | 47 | 0 | 5B | E | 6B | 54 | 2F |
| Octal | 100 | 334 | 23 | 107 | 0 | 133 | 16 | 153 | 124 | 57 |
| Binary | 1000000 | 11011100 | 10011 | 1000111 | 0 | 1011011 | 1110 | 1101011 | 1010100 | 101111 |
Color Harmonies of #40DC13
Complementary color
Monochromatic Colors of #40DC13
Black with #40DC13
Text Example
Text Example
White with #40DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DC13; }
p { color: rgb(64,220,19); }
H1.HeaderClassName
{
color: #40DC13;
}
.AnyTagClassName
{
color: #40DC13;
}
</style>
background-color css
<style>
a { background-color: #40DC13; }
a { background-color: rgb(64,220,19); }
div.DivClassName
{
background-color: #40DC13;
}
.BgClassName
{
background-color: #40DC13;
}
</style>
border-color css
<style>
span { border-color: #40DC13; }
span { border-color: rgb(64,220,19); }
td.TdClassName
{
border-color: #40DC13;
}
.TagClassName
{
border-color: #40DC13;
}
</style>