#4FA258

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

Shades of Fruit Salad #4FA258

Tints of Fruit Salad #4FA258

Color information

#4FA258 (or 0x4FA258) is unknown color: approx Fruit Salad. HEX triplet: 4F, A2 and 58. RGB value is (79,162,88). Sum of RGB (Red+Green+Blue) = 79+162+88=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA258 is #B05DA7. Grayscale: #808080. Windows color (decimal): -11558312 or 5808719. OLE color: 5808719.

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

Color convert

RGB7916288-
CMYK0.5100.460.36
HSL126.51º34.44%47.25%-
HSV(B)126.51º51.23%63.53%-
XYZ17.9128.2113.73-
YUV128.7510592.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=24.01%
G=49.24%
B=26.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79162880.5100.460.36126.5134.4447.25
Hex4FA2583302E247f222f
Octal11724213063056441774257
Binary100111110100010101100011001101011101001001111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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