#4F964D

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

Shades of Fruit Salad #4F964D

Tints of Fruit Salad #4F964D

Color information

#4F964D (or 0x4F964D) is unknown color: approx Fruit Salad. HEX triplet: 4F, 96 and 4D. RGB value is (79,150,77). Sum of RGB (Red+Green+Blue) = 79+150+77=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #4F964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F964D is #B069B2. Grayscale: #787878. Windows color (decimal): -11561395 or 5084751. OLE color: 5084751.

HSL color Cylindrical-coordinate representation of color #4F964D: hue angle of 118.36º 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 #4F964D is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB7915077-
CMYK0.4700.490.41
HSL118.36º32.16%44.51%-
HSV(B)118.36º48.67%58.82%-
XYZ15.4724.0110.84-
YUV120.45103.4898.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=25.82%
G=49.02%
B=25.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79150770.4700.490.41118.3632.1644.51
Hex4F964D2F0312976202d
Octal11722611557061511664055
Binary100111110010110100110110111101100011010011110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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