#4EAC5B

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

Shades of Fruit Salad #4EAC5B

Tints of Fruit Salad #4EAC5B

Color information

#4EAC5B (or 0x4EAC5B) is unknown color: approx Fruit Salad. HEX triplet: 4E, AC and 5B. RGB value is (78,172,91). Sum of RGB (Red+Green+Blue) = 78+172+91=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC5B is #B153A4. Grayscale: #868686. Windows color (decimal): -11621285 or 6007886. OLE color: 6007886.

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

Color convert

RGB7817291-
CMYK0.5500.470.33
HSL128.3º37.6%49.02%-
HSV(B)128.3º54.65%67.45%-
XYZ19.7831.8815.01-
YUV134.66103.3687.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 172 (67.58% from 255) = 50.44%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=22.87%
G=50.44%
B=26.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78172910.5500.470.33128.337.649.02
Hex4EAC5B3702F21802631
Octal11625413367057412004661
Binary1001110101011001011011110111010111110000110000000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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