#4FAB50

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

Shades of Fruit Salad #4FAB50

Tints of Fruit Salad #4FAB50

Color information

#4FAB50 (or 0x4FAB50) is unknown color: approx Fruit Salad. HEX triplet: 4F, AB and 50. RGB value is (79,171,80). Sum of RGB (Red+Green+Blue) = 79+171+80=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAB50 is #B054AF. Grayscale: #858585. Windows color (decimal): -11556016 or 5286735. OLE color: 5286735.

HSL color Cylindrical-coordinate representation of color #4FAB50: hue angle of 120.65º 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 #4FAB50 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB7917180-
CMYK0.5400.530.33
HSL120.65º36.8%49.02%-
HSV(B)120.65º53.8%67.06%-
XYZ19.2431.3712.63-
YUV133.1298.0289.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=23.94%
G=51.82%
B=24.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79171800.5400.530.33120.6536.849.02
Hex4FAB503603521792531
Octal11725312066065411714561
Binary100111110101011101000011011001101011000011111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,171,80); }

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

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

 a { background-color: rgb(79,171,80); }

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

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

 span { border-color: rgb(79,171,80); }

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