#4FA248

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

Shades of Fruit Salad #4FA248

Tints of Fruit Salad #4FA248

Color information

#4FA248 (or 0x4FA248) is unknown color: approx Fruit Salad. HEX triplet: 4F, A2 and 48. RGB value is (79,162,72). Sum of RGB (Red+Green+Blue) = 79+162+72=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA248 is #B05DB7. Grayscale: #7F7F7F. Windows color (decimal): -11558328 or 4760143. OLE color: 4760143.

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

Color convert

RGB7916272-
CMYK0.5100.560.36
HSL115.33º38.46%45.88%-
HSV(B)115.33º55.56%63.53%-
XYZ17.3127.9710.62-
YUV126.929793.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 162 (63.67% from 255) = 51.76%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=25.24%
G=51.76%
B=23.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79162720.5100.560.36115.3338.4645.88
Hex4FA248330382473262e
Octal11724211063070441634656
Binary100111110100010100100011001101110001001001110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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