#4DA249

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

Shades of Fruit Salad #4DA249

Tints of Fruit Salad #4DA249

Color information

#4DA249 (or 0x4DA249) is unknown color: approx Fruit Salad. HEX triplet: 4D, A2 and 49. RGB value is (77,162,73). Sum of RGB (Red+Green+Blue) = 77+162+73=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA249 is #B25DB6. Grayscale: #7E7E7E. Windows color (decimal): -11689399 or 4825677. OLE color: 4825677.

HSL color Cylindrical-coordinate representation of color #4DA249: hue angle of 117.3º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA249 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB7716273-
CMYK0.5200.550.36
HSL117.3º37.87%46.08%-
HSV(B)117.3º54.94%63.53%-
XYZ17.1827.910.78-
YUV126.4497.8492.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.68%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=24.68%
G=51.92%
B=23.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77162730.5200.550.36117.337.8746.08
Hex4DA249340372475262e
Octal11524211164067441654656
Binary100110110100010100100111010001101111001001110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,162,73); }

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

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

 a { background-color: rgb(77,162,73); }

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

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

 span { border-color: rgb(77,162,73); }

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