Shades of Kelly Green #409800
Tints of Kelly Green #409800
RGB
CMYK
RGB Variations
Color information
#409800 (or 0x409800) is known color: Kelly Green. HEX triplet: 40, 98 and 00. RGB value is (64,152,0). Sum of RGB (Red+Green+Blue) = 64+152+0=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 152 (59.77% from 255 or 70.37% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 152 - color contains mainly: green. Hex color #409800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409800 is #BF67FF. Grayscale: #6C6C6C. Windows color (decimal): -12544000 or 38976. OLE color: 38976.
HSL color Cylindrical-coordinate representation of color #409800: hue angle of 94.74º 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 #409800 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.40 |
| HSL | 94.74º | 1% | 0.3% | - |
| HSV(B) | 94.74º | 1% | 0.6% | - |
| XYZ | 13.34 | 23.55 | 3.84 | - |
| YUV | 108.36 | 66.85 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 0 | 0.58 | 0 | 1 | 0.40 | 94.74 | 1 | 0.3 |
| Hex | 40 | 98 | 0 | 3A | 0 | 64 | 28 | 5F | 64 | 1E |
| Octal | 100 | 230 | 0 | 72 | 0 | 144 | 50 | 137 | 144 | 36 |
| Binary | 1000000 | 10011000 | 0 | 111010 | 0 | 1100100 | 101000 | 1011111 | 1100100 | 11110 |
Color Harmonies of #409800
Complementary color
Monochromatic Colors of #409800
Black with #409800
Text Example
Text Example
White with #409800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409800; }
p { color: rgb(64,152,0); }
H1.HeaderClassName
{
color: #409800;
}
.AnyTagClassName
{
color: #409800;
}
</style>
background-color css
<style>
a { background-color: #409800; }
a { background-color: rgb(64,152,0); }
div.DivClassName
{
background-color: #409800;
}
.BgClassName
{
background-color: #409800;
}
</style>
border-color css
<style>
span { border-color: #409800; }
span { border-color: rgb(64,152,0); }
td.TdClassName
{
border-color: #409800;
}
.TagClassName
{
border-color: #409800;
}
</style>