#4EAC5D

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

Shades of Fruit Salad #4EAC5D

Tints of Fruit Salad #4EAC5D

Color information

#4EAC5D (or 0x4EAC5D) is unknown color: approx Fruit Salad. HEX triplet: 4E, AC and 5D. RGB value is (78,172,93). Sum of RGB (Red+Green+Blue) = 78+172+93=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC5D is #B153A2. Grayscale: #878787. Windows color (decimal): -11621283 or 6138958. OLE color: 6138958.

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

Color convert

RGB7817293-
CMYK0.5500.460.33
HSL129.57º37.6%49.02%-
HSV(B)129.57º54.65%67.45%-
XYZ19.8731.9215.47-
YUV134.89104.3687.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 172 (67.58% from 255) = 50.15%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=22.74%
G=50.15%
B=27.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78172930.5500.460.33129.5737.649.02
Hex4EAC5D3702E21822631
Octal11625413567056412024661
Binary1001110101011001011101110111010111010000110000010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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