#4FA948

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

Shades of Fruit Salad #4FA948

Tints of Fruit Salad #4FA948

Color information

#4FA948 (or 0x4FA948) is unknown color: approx Fruit Salad. HEX triplet: 4F, A9 and 48. RGB value is (79,169,72). Sum of RGB (Red+Green+Blue) = 79+169+72=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA948 is #B056B7. Grayscale: #838383. Windows color (decimal): -11556536 or 4761935. OLE color: 4761935.

HSL color Cylindrical-coordinate representation of color #4FA948: hue angle of 115.67º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FA948 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB7916972-
CMYK0.5300.570.34
HSL115.67º40.25%47.25%-
HSV(B)115.67º57.4%66.27%-
XYZ18.5830.5111.04-
YUV131.0394.6890.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.69%
GREEN value IS 169 (66.41% from 255) = 52.81%
BLUE value IS 72 (28.52% from 255) = 22.5%
R=24.69%
G=52.81%
B=22.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal79169720.5300.570.34115.6740.2547.25
Hex4FA948350392274282f
Octal11725111065071421645057
Binary100111110101001100100011010101110011000101110100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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