Shades of Kelly Green #409900
Tints of Kelly Green #409900
RGB
CMYK
RGB Variations
Color information
#409900 (or 0x409900) is known color: Kelly Green. HEX triplet: 40, 99 and 00. RGB value is (64,153,0). Sum of RGB (Red+Green+Blue) = 64+153+0=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #409900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409900 is #BF66FF. Grayscale: #6D6D6D. Windows color (decimal): -12543744 or 39232. OLE color: 39232.
HSL color Cylindrical-coordinate representation of color #409900: hue angle of 94.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #409900 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.4 |
| HSL | 94.9º | 1% | 0.3% | - |
| HSV(B) | 94.9º | 1% | 0.6% | - |
| XYZ | 13.51 | 23.87 | 3.9 | - |
| YUV | 108.95 | 66.51 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 0 | 0.58 | 0 | 1 | 0.4 | 94.9 | 1 | 0.3 |
| Hex | 40 | 99 | 0 | 3A | 0 | 64 | 28 | 5F | 64 | 1E |
| Octal | 100 | 231 | 0 | 72 | 0 | 144 | 50 | 137 | 144 | 36 |
| Binary | 1000000 | 10011001 | 0 | 111010 | 0 | 1100100 | 101000 | 1011111 | 1100100 | 11110 |
Color Harmonies of #409900
Complementary color
Monochromatic Colors of #409900
Black with #409900
Text Example
Text Example
White with #409900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409900; }
p { color: rgb(64,153,0); }
H1.HeaderClassName
{
color: #409900;
}
.AnyTagClassName
{
color: #409900;
}
</style>
background-color css
<style>
a { background-color: #409900; }
a { background-color: rgb(64,153,0); }
div.DivClassName
{
background-color: #409900;
}
.BgClassName
{
background-color: #409900;
}
</style>
border-color css
<style>
span { border-color: #409900; }
span { border-color: rgb(64,153,0); }
td.TdClassName
{
border-color: #409900;
}
.TagClassName
{
border-color: #409900;
}
</style>