#4DAB56

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

Shades of Fruit Salad #4DAB56

Tints of Fruit Salad #4DAB56

Color information

#4DAB56 (or 0x4DAB56) is unknown color: approx Fruit Salad. HEX triplet: 4D, AB and 56. RGB value is (77,171,86). Sum of RGB (Red+Green+Blue) = 77+171+86=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB56 is #B254A9. Grayscale: #858585. Windows color (decimal): -11687082 or 5679949. OLE color: 5679949.

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

Color convert

RGB7717186-
CMYK0.5500.500.33
HSL125.74º37.9%48.63%-
HSV(B)125.74º54.97%67.06%-
XYZ19.331.3813.84-
YUV133.2101.3687.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=23.05%
G=51.20%
B=25.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77171860.5500.500.33125.7437.948.63
Hex4DAB5637032217e2631
Octal11525312667062411764661
Binary100110110101011101011011011101100101000011111110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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