#429D43

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

Shades of Fruit Salad #429D43

Tints of Fruit Salad #429D43

Color information

#429D43 (or 0x429D43) is unknown color: approx Fruit Salad. HEX triplet: 42, 9D and 43. RGB value is (66,157,67). Sum of RGB (Red+Green+Blue) = 66+157+67=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #429D43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D43 is #BD62BC. Grayscale: #777777. Windows color (decimal): -12411581 or 4431170. OLE color: 4431170.

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

Color convert

RGB6615767-
CMYK0.5800.570.38
HSL120.66º40.81%43.73%-
HSV(B)120.66º57.96%61.57%-
XYZ15.3225.689.46-
YUV119.5398.3589.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 157 (61.72% from 255) = 54.14%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=22.76%
G=54.14%
B=23.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66157670.5800.570.38120.6640.8143.73
Hex429D433A0392679292c
Octal10223510372071461715154
Binary100001010011101100001111101001110011001101111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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