Shades of Fruit Salad #429F50
Tints of Fruit Salad #429F50
RGB
CMYK
RGB Variations
Color information
#429F50 (or 0x429F50) is known color: Fruit Salad. HEX triplet: 42, 9F and 50. RGB value is (66,159,80). Sum of RGB (Red+Green+Blue) = 66+159+80=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #429F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F50 is #BD60AF. Grayscale: #7A7A7A. Windows color (decimal): -12411056 or 5283650. OLE color: 5283650.
HSL color Cylindrical-coordinate representation of color #429F50: hue angle of 129.03º 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 #429F50 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 80 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.38 |
| HSL | 129.03º | 0.41% | 0.44% | - |
| HSV(B) | 129.03º | 0.58% | 0.62% | - |
| XYZ | 16.09 | 26.53 | 11.86 | - |
| YUV | 122.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 80 | 0.58 | 0 | 0.50 | 0.38 | 129.03 | 0.41 | 0.44 |
| Hex | 42 | 9F | 50 | 3A | 0 | 32 | 26 | 81 | 29 | 2C |
| Octal | 102 | 237 | 120 | 72 | 0 | 62 | 46 | 201 | 51 | 54 |
| Binary | 1000010 | 10011111 | 1010000 | 111010 | 0 | 110010 | 100110 | 10000001 | 101001 | 101100 |
Color Harmonies of #429F50
Complementary color
Monochromatic Colors of #429F50
Black with #429F50
Text Example
Text Example
White with #429F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F50; }
p { color: rgb(66,159,80); }
H1.HeaderClassName
{
color: #429F50;
}
.AnyTagClassName
{
color: #429F50;
}
</style>
background-color css
<style>
a { background-color: #429F50; }
a { background-color: rgb(66,159,80); }
div.DivClassName
{
background-color: #429F50;
}
.BgClassName
{
background-color: #429F50;
}
</style>
border-color css
<style>
span { border-color: #429F50; }
span { border-color: rgb(66,159,80); }
td.TdClassName
{
border-color: #429F50;
}
.TagClassName
{
border-color: #429F50;
}
</style>