#4EAD5A

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

Shades of Fruit Salad #4EAD5A

Tints of Fruit Salad #4EAD5A

Color information

#4EAD5A (or 0x4EAD5A) is unknown color: approx Fruit Salad. HEX triplet: 4E, AD and 5A. RGB value is (78,173,90). Sum of RGB (Red+Green+Blue) = 78+173+90=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAD5A is #B152A5. Grayscale: #878787. Windows color (decimal): -11621030 or 5942606. OLE color: 5942606.

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

Color convert

RGB7817390-
CMYK0.5500.480.32
HSL127.58º37.85%49.22%-
HSV(B)127.58º54.91%67.84%-
XYZ19.9332.2514.85-
YUV135.13102.5387.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 173 (67.97% from 255) = 50.73%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=22.87%
G=50.73%
B=26.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78173900.5500.480.32127.5837.8549.22
Hex4EAD5A3703020802631
Octal11625513267060402004661
Binary1001110101011011011010110111011000010000010000000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,173,90); }

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

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

 a { background-color: rgb(78,173,90); }

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

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

 span { border-color: rgb(78,173,90); }

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