Shades of Fruit Salad #429F47
Tints of Fruit Salad #429F47
RGB
CMYK
RGB Variations
Color information
#429F47 (or 0x429F47) is known color: Fruit Salad. HEX triplet: 42, 9F and 47. RGB value is (66,159,71). Sum of RGB (Red+Green+Blue) = 66+159+71=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #429F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F47 is #BD60B8. Grayscale: #797979. Windows color (decimal): -12411065 or 4693826. OLE color: 4693826.
HSL color Cylindrical-coordinate representation of color #429F47: hue angle of 123.23º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429F47 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 71 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.38 |
| HSL | 123.23º | 0.41% | 0.44% | - |
| HSV(B) | 123.23º | 0.58% | 0.62% | - |
| XYZ | 15.78 | 26.41 | 10.23 | - |
| YUV | 121.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 71 | 0.58 | 0 | 0.55 | 0.38 | 123.23 | 0.41 | 0.44 |
| Hex | 42 | 9F | 47 | 3A | 0 | 37 | 26 | 7B | 29 | 2C |
| Octal | 102 | 237 | 107 | 72 | 0 | 67 | 46 | 173 | 51 | 54 |
| Binary | 1000010 | 10011111 | 1000111 | 111010 | 0 | 110111 | 100110 | 1111011 | 101001 | 101100 |
Color Harmonies of #429F47
Complementary color
Monochromatic Colors of #429F47
Black with #429F47
Text Example
Text Example
White with #429F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F47; }
p { color: rgb(66,159,71); }
H1.HeaderClassName
{
color: #429F47;
}
.AnyTagClassName
{
color: #429F47;
}
</style>
background-color css
<style>
a { background-color: #429F47; }
a { background-color: rgb(66,159,71); }
div.DivClassName
{
background-color: #429F47;
}
.BgClassName
{
background-color: #429F47;
}
</style>
border-color css
<style>
span { border-color: #429F47; }
span { border-color: rgb(66,159,71); }
td.TdClassName
{
border-color: #429F47;
}
.TagClassName
{
border-color: #429F47;
}
</style>