#4FA148

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

Shades of Fruit Salad #4FA148

Tints of Fruit Salad #4FA148

Color information

#4FA148 (or 0x4FA148) is unknown color: approx Fruit Salad. HEX triplet: 4F, A1 and 48. RGB value is (79,161,72). Sum of RGB (Red+Green+Blue) = 79+161+72=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA148 is #B05EB7. Grayscale: #7E7E7E. Windows color (decimal): -11558584 or 4759887. OLE color: 4759887.

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

Color convert

RGB7916172-
CMYK0.5100.550.37
HSL115.28º38.2%45.69%-
HSV(B)115.28º55.28%63.14%-
XYZ17.1427.6210.56-
YUV126.3497.3394.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 161 (63.28% from 255) = 51.60%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=25.32%
G=51.60%
B=23.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79161720.5100.550.37115.2838.245.69
Hex4FA148330372573262e
Octal11724111063067451634656
Binary100111110100001100100011001101101111001011110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,161,72); }

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

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

 a { background-color: rgb(79,161,72); }

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

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

 span { border-color: rgb(79,161,72); }

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