#4FB260

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

Shades of Fruit Salad #4FB260

Tints of Fruit Salad #4FB260

Color information

#4FB260 (or 0x4FB260) is unknown color: approx Fruit Salad. HEX triplet: 4F, B2 and 60. RGB value is (79,178,96). Sum of RGB (Red+Green+Blue) = 79+178+96=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB260 is #B04D9F. Grayscale: #8B8B8B. Windows color (decimal): -11554208 or 6337103. OLE color: 6337103.

HSL color Cylindrical-coordinate representation of color #4FB260: hue angle of 130.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB260 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB7917896-
CMYK0.5600.460.30
HSL130.3º39.13%50.39%-
HSV(B)130.3º55.62%69.8%-
XYZ21.2634.3516.58-
YUV139.05103.785.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=22.38%
G=50.42%
B=27.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79178960.5600.460.30130.339.1350.39
Hex4FB2603802E1E822732
Octal11726214070056362024762
Binary100111110110010110000011100001011101111010000010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,178,96); }

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

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

 a { background-color: rgb(79,178,96); }

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

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

 span { border-color: rgb(79,178,96); }

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