#429F50

Color #429F50 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #429F50

Tints of Fruit Salad #429F50

Color information

#429F50 (or 0x429F50) is unknown color: approx 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

RGB6615980-
CMYK0.5800.500.38
HSL129.03º41.33%44.12%-
HSV(B)129.03º58.49%62.35%-
XYZ16.0926.5311.86-
YUV122.19104.1987.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 159 (62.5% from 255) = 52.13%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=21.64%
G=52.13%
B=26.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66159800.5800.500.38129.0341.3344.12
Hex429F503A0322681292c
Octal10223712072062462015154
Binary1000010100111111010000111010011001010011010000001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>