#4FAA4C

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

Shades of Fruit Salad #4FAA4C

Tints of Fruit Salad #4FAA4C

Color information

#4FAA4C (or 0x4FAA4C) is unknown color: approx Fruit Salad. HEX triplet: 4F, AA and 4C. RGB value is (79,170,76). Sum of RGB (Red+Green+Blue) = 79+170+76=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAA4C is #B055B3. Grayscale: #848484. Windows color (decimal): -11556276 or 5024335. OLE color: 5024335.

HSL color Cylindrical-coordinate representation of color #4FAA4C: hue angle of 118.09º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAA4C is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB7917076-
CMYK0.5400.550.33
HSL118.09º38.21%48.24%-
HSV(B)118.09º55.29%66.67%-
XYZ18.930.9311.81-
YUV132.0796.3590.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=24.31%
G=52.31%
B=23.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79170760.5400.550.33118.0938.2148.24
Hex4FAA4C3603721762630
Octal11725211466067411664660
Binary100111110101010100110011011001101111000011110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,170,76); }

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

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

 a { background-color: rgb(79,170,76); }

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

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

 span { border-color: rgb(79,170,76); }

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