#4DAE49

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

Shades of Fruit Salad #4DAE49

Tints of Fruit Salad #4DAE49

Color information

#4DAE49 (or 0x4DAE49) is unknown color: approx Fruit Salad. HEX triplet: 4D, AE and 49. RGB value is (77,174,73). Sum of RGB (Red+Green+Blue) = 77+174+73=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAE49 is #B251B6. Grayscale: #858585. Windows color (decimal): -11686327 or 4828749. OLE color: 4828749.

HSL color Cylindrical-coordinate representation of color #4DAE49: hue angle of 117.62º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DAE49 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB7717473-
CMYK0.5600.580.32
HSL117.62º40.89%48.43%-
HSV(B)117.62º58.05%68.24%-
XYZ19.432.3311.52-
YUV133.4893.8687.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 174 (68.36% from 255) = 53.70%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=23.77%
G=53.70%
B=22.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77174730.5600.580.32117.6240.8948.43
Hex4DAE493803A20762930
Octal11525611170072401665160
Binary100110110101110100100111100001110101000001110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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