#4E964D

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

Shades of Fruit Salad #4E964D

Tints of Fruit Salad #4E964D

Color information

#4E964D (or 0x4E964D) is unknown color: approx Fruit Salad. HEX triplet: 4E, 96 and 4D. RGB value is (78,150,77). Sum of RGB (Red+Green+Blue) = 78+150+77=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #4E964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E964D is #B169B2. Grayscale: #787878. Windows color (decimal): -11626931 or 5084750. OLE color: 5084750.

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

Color convert

RGB7815077-
CMYK0.4800.490.41
HSL119.18º32.16%44.51%-
HSV(B)119.18º48.67%58.82%-
XYZ15.3923.9710.84-
YUV120.15103.6597.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=25.57%
G=49.18%
B=25.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
Decimal78150770.4800.490.41119.1832.1644.51
Hex4E964D300312977202d
Octal11622611560061511674055
Binary100111010010110100110111000001100011010011110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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