#429D4E

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

Shades of Fruit Salad #429D4E

Tints of Fruit Salad #429D4E

Color information

#429D4E (or 0x429D4E) is unknown color: approx Fruit Salad. HEX triplet: 42, 9D and 4E. RGB value is (66,157,78). Sum of RGB (Red+Green+Blue) = 66+157+78=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #429D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D4E is #BD62B1. Grayscale: #797979. Windows color (decimal): -12411570 or 5152066. OLE color: 5152066.

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

Color convert

RGB6615778-
CMYK0.5800.500.38
HSL127.91º40.81%43.73%-
HSV(B)127.91º57.96%61.57%-
XYZ15.6825.8211.37-
YUV120.78103.8588.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=21.93%
G=52.16%
B=25.91%

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
Decimal66157780.5800.500.38127.9140.8143.73
Hex429D4E3A0322680292c
Octal10223511672062462005154
Binary1000010100111011001110111010011001010011010000000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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