#4FAF5B

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

Shades of Fruit Salad #4FAF5B

Tints of Fruit Salad #4FAF5B

Color information

#4FAF5B (or 0x4FAF5B) is unknown color: approx Fruit Salad. HEX triplet: 4F, AF and 5B. RGB value is (79,175,91). Sum of RGB (Red+Green+Blue) = 79+175+91=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF5B is #B050A4. Grayscale: #888888. Windows color (decimal): -11554981 or 6008655. OLE color: 6008655.

HSL color Cylindrical-coordinate representation of color #4FAF5B: hue angle of 127.5º 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 #4FAF5B is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB7917591-
CMYK0.5500.480.31
HSL127.5º37.8%49.8%-
HSV(B)127.5º54.86%68.63%-
XYZ20.4433.0815.2-
YUV136.72102.286.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.90%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=22.90%
G=50.72%
B=26.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79175910.5500.480.31127.537.849.8
Hex4FAF5B370301F802632
Octal11725713367060372004662
Binary100111110101111101101111011101100001111110000000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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