#4FAC60

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

Shades of Fruit Salad #4FAC60

Tints of Fruit Salad #4FAC60

Color information

#4FAC60 (or 0x4FAC60) is unknown color: approx Fruit Salad. HEX triplet: 4F, AC and 60. RGB value is (79,172,96). Sum of RGB (Red+Green+Blue) = 79+172+96=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAC60 is #B0539F. Grayscale: #878787. Windows color (decimal): -11555744 or 6335567. OLE color: 6335567.

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

Color convert

RGB7917296-
CMYK0.5400.440.33
HSL130.97º37.05%49.22%-
HSV(B)130.97º54.07%67.45%-
XYZ20.0932.0116.19-
YUV135.53105.6987.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.77%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=22.77%
G=49.57%
B=27.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79172960.5400.440.33130.9737.0549.22
Hex4FAC603602C21832531
Octal11725414066054412034561
Binary1001111101011001100000110110010110010000110000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,172,96); }

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

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

 a { background-color: rgb(79,172,96); }

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

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

 span { border-color: rgb(79,172,96); }

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