#429F40

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

Shades of Fruit Salad #429F40

Tints of Fruit Salad #429F40

Color information

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

RGB6615964-
CMYK0.5800.600.38
HSL118.74º42.6%43.73%-
HSV(B)118.74º59.75%62.35%-
XYZ15.5726.329.11-
YUV120.3696.1989.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=22.84%
G=55.02%
B=22.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66159640.5800.600.38118.7442.643.73
Hex429F403A03C26772b2c
Octal10223710072074461675354
Binary100001010011111100000011101001111001001101110111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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