#4FAE52

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

Shades of Fruit Salad #4FAE52

Tints of Fruit Salad #4FAE52

Color information

#4FAE52 (or 0x4FAE52) is unknown color: approx Fruit Salad. HEX triplet: 4F, AE and 52. RGB value is (79,174,82). Sum of RGB (Red+Green+Blue) = 79+174+82=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE52 is #B051AD. Grayscale: #878787. Windows color (decimal): -11555246 or 5418575. OLE color: 5418575.

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

Color convert

RGB7917482-
CMYK0.5500.530.32
HSL121.89º37.55%49.61%-
HSV(B)121.89º54.6%68.24%-
XYZ19.8832.5413.22-
YUV135.1198.0387.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.58%
GREEN value IS 174 (68.36% from 255) = 51.94%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=23.58%
G=51.94%
B=24.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79174820.5500.530.32121.8937.5549.61
Hex4FAE5237035207a2632
Octal11725612267065401724662
Binary100111110101110101001011011101101011000001111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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