#4EAE5C

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

Shades of Fruit Salad #4EAE5C

Tints of Fruit Salad #4EAE5C

Color information

#4EAE5C (or 0x4EAE5C) is unknown color: approx Fruit Salad. HEX triplet: 4E, AE and 5C. RGB value is (78,174,92). Sum of RGB (Red+Green+Blue) = 78+174+92=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAE5C is #B151A3. Grayscale: #888888. Windows color (decimal): -11620772 or 6073934. OLE color: 6073934.

HSL color Cylindrical-coordinate representation of color #4EAE5C: hue angle of 128.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAE5C is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB7817492-
CMYK0.5500.470.32
HSL128.75º38.1%49.41%-
HSV(B)128.75º55.17%68.24%-
XYZ20.2132.6615.36-
YUV135.95103.286.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 174 (68.36% from 255) = 50.58%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=22.67%
G=50.58%
B=26.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78174920.5500.470.32128.7538.149.41
Hex4EAE5C3702F20812631
Octal11625613467057402014661
Binary1001110101011101011100110111010111110000010000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,174,92); }

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

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

 a { background-color: rgb(78,174,92); }

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

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

 span { border-color: rgb(78,174,92); }

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