Shades of Fruit Salad #429F40
Tints of Fruit Salad #429F40
RGB
CMYK
RGB Variations
Color information
#429F40 (or 0x429F40) is known color: Fruit Salad. HEX triplet: 42, 9F and 40. RGB value is (66,159,64). Sum of RGB (Red+Green+Blue) = 66+159+64=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #429F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F40 is #BD60BF. Grayscale: #787878. Windows color (decimal): -12411072 or 4235074. OLE color: 4235074.
HSL color Cylindrical-coordinate representation of color #429F40: hue angle of 118.74º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #429F40 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 64 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.38 |
| HSL | 118.74º | 0.43% | 0.44% | - |
| HSV(B) | 118.74º | 0.6% | 0.62% | - |
| XYZ | 15.57 | 26.32 | 9.11 | - |
| YUV | 120.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 64 | 0.58 | 0 | 0.60 | 0.38 | 118.74 | 0.43 | 0.44 |
| Hex | 42 | 9F | 40 | 3A | 0 | 3C | 26 | 77 | 2B | 2C |
| Octal | 102 | 237 | 100 | 72 | 0 | 74 | 46 | 167 | 53 | 54 |
| Binary | 1000010 | 10011111 | 1000000 | 111010 | 0 | 111100 | 100110 | 1110111 | 101011 | 101100 |
Color Harmonies of #429F40
Complementary color
Monochromatic Colors of #429F40
Black with #429F40
Text Example
Text Example
White with #429F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F40; }
p { color: rgb(66,159,64); }
H1.HeaderClassName
{
color: #429F40;
}
.AnyTagClassName
{
color: #429F40;
}
</style>
background-color css
<style>
a { background-color: #429F40; }
a { background-color: rgb(66,159,64); }
div.DivClassName
{
background-color: #429F40;
}
.BgClassName
{
background-color: #429F40;
}
</style>
border-color css
<style>
span { border-color: #429F40; }
span { border-color: rgb(66,159,64); }
td.TdClassName
{
border-color: #429F40;
}
.TagClassName
{
border-color: #429F40;
}
</style>