#50AE49

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

Shades of Fruit Salad #50AE49

Tints of Fruit Salad #50AE49

Color information

#50AE49 (or 0x50AE49) is unknown color: approx Fruit Salad. HEX triplet: 50, AE and 49. RGB value is (80,174,73). Sum of RGB (Red+Green+Blue) = 80+174+73=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE49 is #AF51B6. Grayscale: #868686. Windows color (decimal): -11489719 or 4828752. OLE color: 4828752.

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

Color convert

RGB8017473-
CMYK0.5400.580.32
HSL115.84º40.89%48.43%-
HSV(B)115.84º58.05%68.24%-
XYZ19.6532.4611.53-
YUV134.3893.3689.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=24.46%
G=53.21%
B=22.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80174730.5400.580.32115.8440.8948.43
Hex50AE493603A20742930
Octal12025611166072401645160
Binary101000010101110100100111011001110101000001110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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