#4E964C

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

Shades of Fruit Salad #4E964C

Tints of Fruit Salad #4E964C

Color information

#4E964C (or 0x4E964C) is unknown color: approx Fruit Salad. HEX triplet: 4E, 96 and 4C. RGB value is (78,150,76). Sum of RGB (Red+Green+Blue) = 78+150+76=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #4E964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E964C is #B169B3. Grayscale: #787878. Windows color (decimal): -11626932 or 5019214. OLE color: 5019214.

HSL color Cylindrical-coordinate representation of color #4E964C: hue angle of 118.38º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E964C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB7815076-
CMYK0.4800.490.41
HSL118.38º32.74%44.31%-
HSV(B)118.38º49.33%58.82%-
XYZ15.3523.9510.65-
YUV120.04103.1598.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.66%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 76 (30.08% from 255) = 25%
R=25.66%
G=49.34%
B=25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78150760.4800.490.41118.3832.7444.31
Hex4E964C300312976212c
Octal11622611460061511664154
Binary100111010010110100110011000001100011010011110110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,150,76); }

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

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

 a { background-color: rgb(78,150,76); }

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

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

 span { border-color: rgb(78,150,76); }

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