Shades of Kelly Green #40DB0C
Tints of Kelly Green #40DB0C
RGB
CMYK
RGB Variations
Color information
#40DB0C (or 0x40DB0C) is known color: Kelly Green. HEX triplet: 40, DB and 0C. RGB value is (64,219,12). Sum of RGB (Red+Green+Blue) = 64+219+12=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DB0C is #BF24F3. Grayscale: #959595. Windows color (decimal): -12526836 or 842560. OLE color: 842560.
HSL color Cylindrical-coordinate representation of color #40DB0C: hue angle of 104.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40DB0C is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 12 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.14 |
| HSL | 104.93º | 0.9% | 0.45% | - |
| HSV(B) | 104.93º | 0.95% | 0.86% | - |
| XYZ | 27.51 | 51.78 | 8.89 | - |
| YUV | 149.06 | 50.65 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 12 | 0.71 | 0 | 0.95 | 0.14 | 104.93 | 0.9 | 0.45 |
| Hex | 40 | DB | C | 47 | 0 | 5F | E | 69 | 5A | 2D |
| Octal | 100 | 333 | 14 | 107 | 0 | 137 | 16 | 151 | 132 | 55 |
| Binary | 1000000 | 11011011 | 1100 | 1000111 | 0 | 1011111 | 1110 | 1101001 | 1011010 | 101101 |
Color Harmonies of #40DB0C
Complementary color
Monochromatic Colors of #40DB0C
Black with #40DB0C
Text Example
Text Example
White with #40DB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB0C; }
p { color: rgb(64,219,12); }
H1.HeaderClassName
{
color: #40DB0C;
}
.AnyTagClassName
{
color: #40DB0C;
}
</style>
background-color css
<style>
a { background-color: #40DB0C; }
a { background-color: rgb(64,219,12); }
div.DivClassName
{
background-color: #40DB0C;
}
.BgClassName
{
background-color: #40DB0C;
}
</style>
border-color css
<style>
span { border-color: #40DB0C; }
span { border-color: rgb(64,219,12); }
td.TdClassName
{
border-color: #40DB0C;
}
.TagClassName
{
border-color: #40DB0C;
}
</style>