#50A457

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

Shades of Fruit Salad #50A457

Tints of Fruit Salad #50A457

Color information

#50A457 (or 0x50A457) is unknown color: approx Fruit Salad. HEX triplet: 50, A4 and 57. RGB value is (80,164,87). Sum of RGB (Red+Green+Blue) = 80+164+87=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #50A457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A457 is #AF5BA8. Grayscale: #828282. Windows color (decimal): -11492265 or 5743696. OLE color: 5743696.

HSL color Cylindrical-coordinate representation of color #50A457: hue angle of 125º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A457 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB8016487-
CMYK0.5100.470.36
HSL125º34.43%47.84%-
HSV(B)125º51.22%64.31%-
XYZ18.328.9413.64-
YUV130.11103.6792.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 164 (64.45% from 255) = 49.55%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=24.17%
G=49.55%
B=26.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80164870.5100.470.3612534.4347.84
Hex50A4573302F247d2230
Octal12024412763057441754260
Binary101000010100100101011111001101011111001001111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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