#4DAE56

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

Shades of Fruit Salad #4DAE56

Tints of Fruit Salad #4DAE56

Color information

#4DAE56 (or 0x4DAE56) is unknown color: approx Fruit Salad. HEX triplet: 4D, AE and 56. RGB value is (77,174,86). Sum of RGB (Red+Green+Blue) = 77+174+86=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE56 is #B251A9. Grayscale: #878787. Windows color (decimal): -11686314 or 5680717. OLE color: 5680717.

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

Color convert

RGB7717486-
CMYK0.5600.510.32
HSL125.57º38.65%49.22%-
HSV(B)125.57º55.75%68.24%-
XYZ19.8832.5214.03-
YUV134.96100.3686.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 174 (68.36% from 255) = 51.63%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=22.85%
G=51.63%
B=25.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77174860.5600.510.32125.5738.6549.22
Hex4DAE5638033207e2731
Octal11525612670063401764761
Binary100110110101110101011011100001100111000001111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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