Shades of Kelly Green #409D03
Tints of Kelly Green #409D03
RGB
CMYK
RGB Variations
Color information
#409D03 (or 0x409D03) is known color: Kelly Green. HEX triplet: 40, 9D and 03. RGB value is (64,157,3). Sum of RGB (Red+Green+Blue) = 64+157+3=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 157 (61.72% from 255 or 70.09% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 157 - color contains mainly: green. Hex color #409D03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409D03 is #BF62FC. Grayscale: #707070. Windows color (decimal): -12542717 or 236864. OLE color: 236864.
HSL color Cylindrical-coordinate representation of color #409D03: hue angle of 96.23º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #409D03 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 3 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.38 |
| HSL | 96.23º | 0.96% | 0.31% | - |
| HSV(B) | 96.23º | 0.98% | 0.62% | - |
| XYZ | 14.19 | 25.21 | 4.2 | - |
| YUV | 111.64 | 66.69 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 3 | 0.59 | 0 | 0.98 | 0.38 | 96.23 | 0.96 | 0.31 |
| Hex | 40 | 9D | 3 | 3B | 0 | 62 | 26 | 60 | 60 | 1F |
| Octal | 100 | 235 | 3 | 73 | 0 | 142 | 46 | 140 | 140 | 37 |
| Binary | 1000000 | 10011101 | 11 | 111011 | 0 | 1100010 | 100110 | 1100000 | 1100000 | 11111 |
Color Harmonies of #409D03
Complementary color
Monochromatic Colors of #409D03
Black with #409D03
Text Example
Text Example
White with #409D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D03; }
p { color: rgb(64,157,3); }
H1.HeaderClassName
{
color: #409D03;
}
.AnyTagClassName
{
color: #409D03;
}
</style>
background-color css
<style>
a { background-color: #409D03; }
a { background-color: rgb(64,157,3); }
div.DivClassName
{
background-color: #409D03;
}
.BgClassName
{
background-color: #409D03;
}
</style>
border-color css
<style>
span { border-color: #409D03; }
span { border-color: rgb(64,157,3); }
td.TdClassName
{
border-color: #409D03;
}
.TagClassName
{
border-color: #409D03;
}
</style>