#4EAC54

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

Shades of Fruit Salad #4EAC54

Tints of Fruit Salad #4EAC54

Color information

#4EAC54 (or 0x4EAC54) is unknown color: approx Fruit Salad. HEX triplet: 4E, AC and 54. RGB value is (78,172,84). Sum of RGB (Red+Green+Blue) = 78+172+84=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC54 is #B153AB. Grayscale: #868686. Windows color (decimal): -11621292 or 5549134. OLE color: 5549134.

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

Color convert

RGB7817284-
CMYK0.5500.510.33
HSL123.83º37.6%49.02%-
HSV(B)123.83º54.65%67.45%-
XYZ19.4931.7613.49-
YUV133.8699.8688.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.35%
GREEN value IS 172 (67.58% from 255) = 51.50%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=23.35%
G=51.50%
B=25.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78172840.5500.510.33123.8337.649.02
Hex4EAC5437033217c2631
Octal11625412467063411744661
Binary100111010101100101010011011101100111000011111100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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