#4FAF5E

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

Shades of Fruit Salad #4FAF5E

Tints of Fruit Salad #4FAF5E

Color information

#4FAF5E (or 0x4FAF5E) is unknown color: approx Fruit Salad. HEX triplet: 4F, AF and 5E. RGB value is (79,175,94). Sum of RGB (Red+Green+Blue) = 79+175+94=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF5E is #B050A1. Grayscale: #898989. Windows color (decimal): -11554978 or 6205263. OLE color: 6205263.

HSL color Cylindrical-coordinate representation of color #4FAF5E: hue angle of 129.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF5E is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB7917594-
CMYK0.5500.460.31
HSL129.38º37.8%49.8%-
HSV(B)129.38º54.86%68.63%-
XYZ20.5733.1315.9-
YUV137.06103.786.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=22.70%
G=50.29%
B=27.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79175940.5500.460.31129.3837.849.8
Hex4FAF5E3702E1F812632
Octal11725713667056372014662
Binary100111110101111101111011011101011101111110000001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,94); }

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

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

 a { background-color: rgb(79,175,94); }

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

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

 span { border-color: rgb(79,175,94); }

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