Shades of Kelly Green #429F08
Tints of Kelly Green #429F08
RGB
CMYK
RGB Variations
Color information
#429F08 (or 0x429F08) is known color: Kelly Green. HEX triplet: 42, 9F and 08. RGB value is (66,159,8). Sum of RGB (Red+Green+Blue) = 66+159+8=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 159 (62.5% from 255 or 68.24% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 159 - color contains mainly: green. Hex color #429F08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429F08 is #BD60F7. Grayscale: #727272. Windows color (decimal): -12411128 or 565058. OLE color: 565058.
HSL color Cylindrical-coordinate representation of color #429F08: hue angle of 96.95º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #429F08 is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 8 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.38 |
| HSL | 96.95º | 0.9% | 0.33% | - |
| HSV(B) | 96.95º | 0.95% | 0.62% | - |
| XYZ | 14.69 | 25.97 | 4.47 | - |
| YUV | 113.98 | 68.19 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 8 | 0.58 | 0 | 0.95 | 0.38 | 96.95 | 0.9 | 0.33 |
| Hex | 42 | 9F | 8 | 3A | 0 | 5F | 26 | 61 | 5A | 21 |
| Octal | 102 | 237 | 10 | 72 | 0 | 137 | 46 | 141 | 132 | 41 |
| Binary | 1000010 | 10011111 | 1000 | 111010 | 0 | 1011111 | 100110 | 1100001 | 1011010 | 100001 |
Color Harmonies of #429F08
Complementary color
Monochromatic Colors of #429F08
Black with #429F08
Text Example
Text Example
White with #429F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F08; }
p { color: rgb(66,159,8); }
H1.HeaderClassName
{
color: #429F08;
}
.AnyTagClassName
{
color: #429F08;
}
</style>
background-color css
<style>
a { background-color: #429F08; }
a { background-color: rgb(66,159,8); }
div.DivClassName
{
background-color: #429F08;
}
.BgClassName
{
background-color: #429F08;
}
</style>
border-color css
<style>
span { border-color: #429F08; }
span { border-color: rgb(66,159,8); }
td.TdClassName
{
border-color: #429F08;
}
.TagClassName
{
border-color: #429F08;
}
</style>