#4E9C50

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

Shades of Fruit Salad #4E9C50

Tints of Fruit Salad #4E9C50

Color information

#4E9C50 (or 0x4E9C50) is unknown color: approx Fruit Salad. HEX triplet: 4E, 9C and 50. RGB value is (78,156,80). Sum of RGB (Red+Green+Blue) = 78+156+80=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #4E9C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9C50 is #B163AF. Grayscale: #7C7C7C. Windows color (decimal): -11625392 or 5282894. OLE color: 5282894.

HSL color Cylindrical-coordinate representation of color #4E9C50: hue angle of 121.54º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9C50 is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB7815680-
CMYK0.500.490.39
HSL121.54º33.33%45.88%-
HSV(B)121.54º50%61.18%-
XYZ16.4825.9811.73-
YUV124.01103.1695.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.84%
GREEN value IS 156 (61.33% from 255) = 49.68%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=24.84%
G=49.68%
B=25.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78156800.500.490.39121.5433.3345.88
Hex4E9C5032031277a212e
Octal11623412062061471724156
Binary100111010011100101000011001001100011001111111010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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