Shades of Kelly Green #429F04
Tints of Kelly Green #429F04
RGB
CMYK
RGB Variations
Color information
#429F04 (or 0x429F04) is known color: Kelly Green. HEX triplet: 42, 9F and 04. RGB value is (66,159,4). Sum of RGB (Red+Green+Blue) = 66+159+4=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 159 (62.5% from 255 or 69.43% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 159 - color contains mainly: green. Hex color #429F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429F04 is #BD60FB. Grayscale: #727272. Windows color (decimal): -12411132 or 302914. OLE color: 302914.
HSL color Cylindrical-coordinate representation of color #429F04: hue angle of 96º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #429F04 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 4 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.38 |
| HSL | 96º | 0.95% | 0.32% | - |
| HSV(B) | 96º | 0.97% | 0.62% | - |
| XYZ | 14.67 | 25.96 | 4.35 | - |
| YUV | 113.52 | 66.19 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 4 | 0.58 | 0 | 0.97 | 0.38 | 96 | 0.95 | 0.32 |
| Hex | 42 | 9F | 4 | 3A | 0 | 61 | 26 | 60 | 5F | 20 |
| Octal | 102 | 237 | 4 | 72 | 0 | 141 | 46 | 140 | 137 | 40 |
| Binary | 1000010 | 10011111 | 100 | 111010 | 0 | 1100001 | 100110 | 1100000 | 1011111 | 100000 |
Color Harmonies of #429F04
Complementary color
Monochromatic Colors of #429F04
Black with #429F04
Text Example
Text Example
White with #429F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F04; }
p { color: rgb(66,159,4); }
H1.HeaderClassName
{
color: #429F04;
}
.AnyTagClassName
{
color: #429F04;
}
</style>
background-color css
<style>
a { background-color: #429F04; }
a { background-color: rgb(66,159,4); }
div.DivClassName
{
background-color: #429F04;
}
.BgClassName
{
background-color: #429F04;
}
</style>
border-color css
<style>
span { border-color: #429F04; }
span { border-color: rgb(66,159,4); }
td.TdClassName
{
border-color: #429F04;
}
.TagClassName
{
border-color: #429F04;
}
</style>