#4F964B

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

Shades of Fruit Salad #4F964B

Tints of Fruit Salad #4F964B

Color information

#4F964B (or 0x4F964B) is unknown color: approx Fruit Salad. HEX triplet: 4F, 96 and 4B. RGB value is (79,150,75). Sum of RGB (Red+Green+Blue) = 79+150+75=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #4F964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F964B is #B069B4. Grayscale: #787878. Windows color (decimal): -11561397 or 4953679. OLE color: 4953679.

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

Color convert

RGB7915075-
CMYK0.4700.50.41
HSL116.8º33.33%44.12%-
HSV(B)116.8º50%58.82%-
XYZ15.423.9810.47-
YUV120.22102.4898.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=25.99%
G=49.34%
B=24.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79150750.4700.50.41116.833.3344.12
Hex4F964B2F0322975212c
Octal11722611357062511654154
Binary100111110010110100101110111101100101010011110101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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