#50A657

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

Shades of Fruit Salad #50A657

Tints of Fruit Salad #50A657

Color information

#50A657 (or 0x50A657) is unknown color: approx Fruit Salad. HEX triplet: 50, A6 and 57. RGB value is (80,166,87). Sum of RGB (Red+Green+Blue) = 80+166+87=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #50A657 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A657 is #AF59A8. Grayscale: #838383. Windows color (decimal): -11491753 or 5744208. OLE color: 5744208.

HSL color Cylindrical-coordinate representation of color #50A657: hue angle of 124.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A657 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB8016687-
CMYK0.5200.480.35
HSL124.88º34.96%48.24%-
HSV(B)124.88º51.81%65.1%-
XYZ18.6629.6713.76-
YUV131.28103.0191.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 166 (65.23% from 255) = 49.85%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=24.02%
G=49.85%
B=26.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80166870.5200.480.35124.8834.9648.24
Hex50A65734030237d2330
Octal12024612764060431754360
Binary101000010100110101011111010001100001000111111101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,166,87); }

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

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

 a { background-color: rgb(80,166,87); }

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

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

 span { border-color: rgb(80,166,87); }

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