#4FB352

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

Shades of Fruit Salad #4FB352

Tints of Fruit Salad #4FB352

Color information

#4FB352 (or 0x4FB352) is unknown color: approx Fruit Salad. HEX triplet: 4F, B3 and 52. RGB value is (79,179,82). Sum of RGB (Red+Green+Blue) = 79+179+82=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB352 is #B04CAD. Grayscale: #8A8A8A. Windows color (decimal): -11553966 or 5419855. OLE color: 5419855.

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

Color convert

RGB7917982-
CMYK0.5600.540.30
HSL121.8º39.68%50.59%-
HSV(B)121.8º55.87%70.2%-
XYZ20.8734.5113.54-
YUV138.0496.3785.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.24%
GREEN value IS 179 (70.31% from 255) = 52.65%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=23.24%
G=52.65%
B=24.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79179820.5600.540.30121.839.6850.59
Hex4FB352380361E7a2833
Octal11726312270066361725063
Binary10011111011001110100101110000110110111101111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,179,82); }

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

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

 a { background-color: rgb(79,179,82); }

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

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

 span { border-color: rgb(79,179,82); }

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