#4DA050

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

Shades of Fruit Salad #4DA050

Tints of Fruit Salad #4DA050

Color information

#4DA050 (or 0x4DA050) is unknown color: approx Fruit Salad. HEX triplet: 4D, A0 and 50. RGB value is (77,160,80). Sum of RGB (Red+Green+Blue) = 77+160+80=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA050 is #B25FAF. Grayscale: #7E7E7E. Windows color (decimal): -11689904 or 5283917. OLE color: 5283917.

HSL color Cylindrical-coordinate representation of color #4DA050: hue angle of 122.17º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA050 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB7716080-
CMYK0.5200.50.37
HSL122.17º35.02%46.47%-
HSV(B)122.17º51.88%62.75%-
XYZ17.0827.311.96-
YUV126.0610293-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=24.29%
G=50.47%
B=25.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal77160800.5200.50.37122.1735.0246.47
Hex4DA05034032257a232e
Octal11524012064062451724356
Binary100110110100000101000011010001100101001011111010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DA050; }

 p { color: rgb(77,160,80); }

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

<style>
 a { background-color: #4DA050; }

 a { background-color: rgb(77,160,80); }

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

<style>
 span { border-color: #4DA050; }

 span { border-color: rgb(77,160,80); }

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