#4FB052

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

Shades of Fruit Salad #4FB052

Tints of Fruit Salad #4FB052

Color information

#4FB052 (or 0x4FB052) is unknown color: approx Fruit Salad. HEX triplet: 4F, B0 and 52. RGB value is (79,176,82). Sum of RGB (Red+Green+Blue) = 79+176+82=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB052 is #B04FAD. Grayscale: #888888. Windows color (decimal): -11554734 or 5419087. OLE color: 5419087.

HSL color Cylindrical-coordinate representation of color #4FB052: hue angle of 121.86º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB052 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB7917682-
CMYK0.5500.530.31
HSL121.86º38.04%50%-
HSV(B)121.86º55.11%69.02%-
XYZ20.2733.3213.35-
YUV136.2897.3687.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 176 (69.14% from 255) = 52.23%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=23.44%
G=52.23%
B=24.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79176820.5500.530.31121.8638.0450
Hex4FB052370351F7a2632
Octal11726012267065371724662
Binary10011111011000010100101101110110101111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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