#50AF5A

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

Shades of Fruit Salad #50AF5A

Tints of Fruit Salad #50AF5A

Color information

#50AF5A (or 0x50AF5A) is unknown color: approx Fruit Salad. HEX triplet: 50, AF and 5A. RGB value is (80,175,90). Sum of RGB (Red+Green+Blue) = 80+175+90=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AF5A is #AF50A5. Grayscale: #898989. Windows color (decimal): -11489446 or 5943120. OLE color: 5943120.

HSL color Cylindrical-coordinate representation of color #50AF5A: hue angle of 126.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AF5A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB8017590-
CMYK0.5400.490.31
HSL126.32º37.25%50%-
HSV(B)126.32º54.29%68.63%-
XYZ20.4833.114.98-
YUV136.9101.5387.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=23.19%
G=50.72%
B=26.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80175900.5400.490.31126.3237.2550
Hex50AF5A360311F7e2532
Octal12025713266061371764562
Binary10100001010111110110101101100110001111111111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,175,90); }

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

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

 a { background-color: rgb(80,175,90); }

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

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

 span { border-color: rgb(80,175,90); }

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