#4DAA56

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

Shades of Fruit Salad #4DAA56

Tints of Fruit Salad #4DAA56

Color information

#4DAA56 (or 0x4DAA56) is unknown color: approx Fruit Salad. HEX triplet: 4D, AA and 56. RGB value is (77,170,86). Sum of RGB (Red+Green+Blue) = 77+170+86=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA56 is #B255A9. Grayscale: #848484. Windows color (decimal): -11687338 or 5679693. OLE color: 5679693.

HSL color Cylindrical-coordinate representation of color #4DAA56: hue angle of 125.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA56 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB7717086-
CMYK0.5500.490.33
HSL125.81º37.65%48.43%-
HSV(B)125.81º54.71%66.67%-
XYZ19.123113.78-
YUV132.62101.6988.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=23.12%
G=51.05%
B=25.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77170860.5500.490.33125.8137.6548.43
Hex4DAA5637031217e2630
Octal11525212667061411764660
Binary100110110101010101011011011101100011000011111110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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