Shades of Kelly Green #409C05
Tints of Kelly Green #409C05
RGB
CMYK
RGB Variations
Color information
#409C05 (or 0x409C05) is known color: Kelly Green. HEX triplet: 40, 9C and 05. RGB value is (64,156,5). Sum of RGB (Red+Green+Blue) = 64+156+5=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 156 (61.33% from 255 or 69.33% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 156 - color contains mainly: green. Hex color #409C05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409C05 is #BF63FA. Grayscale: #6F6F6F. Windows color (decimal): -12542971 or 367680. OLE color: 367680.
HSL color Cylindrical-coordinate representation of color #409C05: hue angle of 96.56º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #409C05 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 156 | 5 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.39 |
| HSL | 96.56º | 0.94% | 0.32% | - |
| HSV(B) | 96.56º | 0.97% | 0.61% | - |
| XYZ | 14.03 | 24.88 | 4.21 | - |
| YUV | 111.28 | 68.02 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 5 | 0.59 | 0 | 0.97 | 0.39 | 96.56 | 0.94 | 0.32 |
| Hex | 40 | 9C | 5 | 3B | 0 | 61 | 27 | 61 | 5E | 20 |
| Octal | 100 | 234 | 5 | 73 | 0 | 141 | 47 | 141 | 136 | 40 |
| Binary | 1000000 | 10011100 | 101 | 111011 | 0 | 1100001 | 100111 | 1100001 | 1011110 | 100000 |
Color Harmonies of #409C05
Complementary color
Monochromatic Colors of #409C05
Black with #409C05
Text Example
Text Example
White with #409C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409C05; }
p { color: rgb(64,156,5); }
H1.HeaderClassName
{
color: #409C05;
}
.AnyTagClassName
{
color: #409C05;
}
</style>
background-color css
<style>
a { background-color: #409C05; }
a { background-color: rgb(64,156,5); }
div.DivClassName
{
background-color: #409C05;
}
.BgClassName
{
background-color: #409C05;
}
</style>
border-color css
<style>
span { border-color: #409C05; }
span { border-color: rgb(64,156,5); }
td.TdClassName
{
border-color: #409C05;
}
.TagClassName
{
border-color: #409C05;
}
</style>