#4EAF50

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

Shades of Fruit Salad #4EAF50

Tints of Fruit Salad #4EAF50

Color information

#4EAF50 (or 0x4EAF50) is unknown color: approx Fruit Salad. HEX triplet: 4E, AF and 50. RGB value is (78,175,80). Sum of RGB (Red+Green+Blue) = 78+175+80=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF50 is #B150AF. Grayscale: #878787. Windows color (decimal): -11620528 or 5287758. OLE color: 5287758.

HSL color Cylindrical-coordinate representation of color #4EAF50: hue angle of 121.24º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF50 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB7817580-
CMYK0.5500.540.31
HSL121.24º38.34%49.61%-
HSV(B)121.24º55.43%68.63%-
XYZ19.9232.8612.88-
YUV135.1796.8687.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.42%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=23.42%
G=52.55%
B=24.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175800.5500.540.31121.2438.3449.61
Hex4EAF50370361F792632
Octal11625712067066371714662
Binary10011101010111110100001101110110110111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,80); }

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

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

 a { background-color: rgb(78,175,80); }

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

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

 span { border-color: rgb(78,175,80); }

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