#50AE4C

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

Shades of Fruit Salad #50AE4C

Tints of Fruit Salad #50AE4C

Color information

#50AE4C (or 0x50AE4C) is unknown color: approx Fruit Salad. HEX triplet: 50, AE and 4C. RGB value is (80,174,76). Sum of RGB (Red+Green+Blue) = 80+174+76=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE4C is #AF51B3. Grayscale: #878787. Windows color (decimal): -11489716 or 5025360. OLE color: 5025360.

HSL color Cylindrical-coordinate representation of color #50AE4C: hue angle of 117.55º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50AE4C is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB8017476-
CMYK0.5400.560.32
HSL117.55º39.2%49.02%-
HSV(B)117.55º56.32%68.24%-
XYZ19.7532.512.07-
YUV134.7294.8688.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=24.24%
G=52.73%
B=23.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80174760.5400.560.32117.5539.249.02
Hex50AE4C3603820762731
Octal12025611466070401664761
Binary101000010101110100110011011001110001000001110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AE4C; }

 p { color: rgb(80,174,76); }

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

<style>
 a { background-color: #50AE4C; }

 a { background-color: rgb(80,174,76); }

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

<style>
 span { border-color: #50AE4C; }

 span { border-color: rgb(80,174,76); }

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