#429F43

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

Shades of Fruit Salad #429F43

Tints of Fruit Salad #429F43

Color information

#429F43 (or 0x429F43) is unknown color: approx Fruit Salad. HEX triplet: 42, 9F and 43. RGB value is (66,159,67). Sum of RGB (Red+Green+Blue) = 66+159+67=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #429F43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F43 is #BD60BC. Grayscale: #787878. Windows color (decimal): -12411069 or 4431682. OLE color: 4431682.

HSL color Cylindrical-coordinate representation of color #429F43: hue angle of 120.65º 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 #429F43 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB6615967-
CMYK0.5800.580.38
HSL120.65º41.33%44.12%-
HSV(B)120.65º58.49%62.35%-
XYZ15.6626.369.57-
YUV120.797.6988.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 159 (62.5% from 255) = 54.45%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=22.60%
G=54.45%
B=22.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66159670.5800.580.38120.6541.3344.12
Hex429F433A03A2679292c
Octal10223710372072461715154
Binary100001010011111100001111101001110101001101111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429F43; }

 p { color: rgb(66,159,67); }

 H1.HeaderClassName
 {
   color: #429F43;
 }
 .AnyTagClassName
 {
   color: #429F43;
 }
</style>
background-color css

<style>
 a { background-color: #429F43; }

 a { background-color: rgb(66,159,67); }

 div.DivClassName
 {
   background-color: #429F43;
 }
 .BgClassName
 {
   background-color: #429F43;
 }
</style>
border-color css

<style>
 span { border-color: #429F43; }

 span { border-color: rgb(66,159,67); }

 td.TdClassName
 {
   border-color: #429F43;
 }
 .TagClassName
 {
   border-color: #429F43;
 }
</style>