#4FA04D

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

Shades of Fruit Salad #4FA04D

Tints of Fruit Salad #4FA04D

Color information

#4FA04D (or 0x4FA04D) is unknown color: approx Fruit Salad. HEX triplet: 4F, A0 and 4D. RGB value is (79,160,77). Sum of RGB (Red+Green+Blue) = 79+160+77=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA04D is #B05FB2. Grayscale: #7E7E7E. Windows color (decimal): -11558835 or 5087311. OLE color: 5087311.

HSL color Cylindrical-coordinate representation of color #4FA04D: hue angle of 118.55º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA04D is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB7916077-
CMYK0.5100.520.37
HSL118.55º35.02%46.47%-
HSV(B)118.55º51.88%62.75%-
XYZ17.1327.3411.4-
YUV126.32100.1694.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=25%
G=50.63%
B=24.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79160770.5100.520.37118.5535.0246.47
Hex4FA04D330342577232e
Octal11724011563064451674356
Binary100111110100000100110111001101101001001011110111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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