#4EAC56

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

Shades of Fruit Salad #4EAC56

Tints of Fruit Salad #4EAC56

Color information

#4EAC56 (or 0x4EAC56) is unknown color: approx Fruit Salad. HEX triplet: 4E, AC and 56. RGB value is (78,172,86). Sum of RGB (Red+Green+Blue) = 78+172+86=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC56 is #B153A9. Grayscale: #868686. Windows color (decimal): -11621290 or 5680206. OLE color: 5680206.

HSL color Cylindrical-coordinate representation of color #4EAC56: hue angle of 125.11º 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 #4EAC56 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB7817286-
CMYK0.5500.50.33
HSL125.11º37.6%49.02%-
HSV(B)125.11º54.65%67.45%-
XYZ19.5731.813.91-
YUV134.09100.8687.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.21%
GREEN value IS 172 (67.58% from 255) = 51.19%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=23.21%
G=51.19%
B=25.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78172860.5500.50.33125.1137.649.02
Hex4EAC5637032217d2631
Octal11625412667062411754661
Binary100111010101100101011011011101100101000011111101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,172,86); }

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

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

 a { background-color: rgb(78,172,86); }

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

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

 span { border-color: rgb(78,172,86); }

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