#4DAE52

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

Shades of Fruit Salad #4DAE52

Tints of Fruit Salad #4DAE52

Color information

#4DAE52 (or 0x4DAE52) is unknown color: approx Fruit Salad. HEX triplet: 4D, AE and 52. RGB value is (77,174,82). Sum of RGB (Red+Green+Blue) = 77+174+82=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE52 is #B251AD. Grayscale: #868686. Windows color (decimal): -11686318 or 5418573. OLE color: 5418573.

HSL color Cylindrical-coordinate representation of color #4DAE52: hue angle of 123.09º 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 #4DAE52 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB7717482-
CMYK0.5600.530.32
HSL123.09º38.65%49.22%-
HSV(B)123.09º55.75%68.24%-
XYZ19.7232.4613.21-
YUV134.5198.3686.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 174 (68.36% from 255) = 52.25%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=23.12%
G=52.25%
B=24.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77174820.5600.530.32123.0938.6549.22
Hex4DAE5238035207b2731
Octal11525612270065401734761
Binary100110110101110101001011100001101011000001111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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