#4EA054

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

Shades of Fruit Salad #4EA054

Tints of Fruit Salad #4EA054

Color information

#4EA054 (or 0x4EA054) is unknown color: approx Fruit Salad. HEX triplet: 4E, A0 and 54. RGB value is (78,160,84). Sum of RGB (Red+Green+Blue) = 78+160+84=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA054 is #B15FAB. Grayscale: #7F7F7F. Windows color (decimal): -11624364 or 5546062. OLE color: 5546062.

HSL color Cylindrical-coordinate representation of color #4EA054: hue angle of 124.39º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA054 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB7816084-
CMYK0.5100.480.37
HSL124.39º34.45%46.67%-
HSV(B)124.39º51.25%62.75%-
XYZ17.3127.412.76-
YUV126.82103.8393.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.22%
GREEN value IS 160 (62.89% from 255) = 49.69%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=24.22%
G=49.69%
B=26.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78160840.5100.480.37124.3934.4546.67
Hex4EA05433030257c222f
Octal11624012463060451744257
Binary100111010100000101010011001101100001001011111100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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