#4FC352

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

Shades of Fruit Salad #4FC352

Tints of Fruit Salad #4FC352

Color information

#4FC352 (or 0x4FC352) is unknown color: approx Fruit Salad. HEX triplet: 4F, C3 and 52. RGB value is (79,195,82). Sum of RGB (Red+Green+Blue) = 79+195+82=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC352 is #B03CAD. Grayscale: #939393. Windows color (decimal): -11549870 or 5423951. OLE color: 5423951.

HSL color Cylindrical-coordinate representation of color #4FC352: hue angle of 121.55º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC352 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB7919582-
CMYK0.5900.580.24
HSL121.55º49.15%53.73%-
HSV(B)121.55º59.49%76.47%-
XYZ24.2641.314.68-
YUV147.4391.0779.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.19%
GREEN value IS 195 (76.56% from 255) = 54.78%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=22.19%
G=54.78%
B=23.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79195820.5900.580.24121.5549.1553.73
Hex4FC3523B03A187a3136
Octal11730312273072301726166
Binary10011111100001110100101110110111010110001111010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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