#4DAE48

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

Shades of Fruit Salad #4DAE48

Tints of Fruit Salad #4DAE48

Color information

#4DAE48 (or 0x4DAE48) is unknown color: approx Fruit Salad. HEX triplet: 4D, AE and 48. RGB value is (77,174,72). Sum of RGB (Red+Green+Blue) = 77+174+72=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAE48 is #B251B7. Grayscale: #858585. Windows color (decimal): -11686328 or 4763213. OLE color: 4763213.

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

Color convert

RGB7717472-
CMYK0.5600.590.32
HSL117.06º41.46%48.24%-
HSV(B)117.06º58.62%68.24%-
XYZ19.3732.3211.35-
YUV133.3793.3687.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.84%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=23.84%
G=53.87%
B=22.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77174720.5600.590.32117.0641.4648.24
Hex4DAE483803B20752930
Octal11525611070073401655160
Binary100110110101110100100011100001110111000001110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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