#50AD5B

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

Shades of Fruit Salad #50AD5B

Tints of Fruit Salad #50AD5B

Color information

#50AD5B (or 0x50AD5B) is unknown color: approx Fruit Salad. HEX triplet: 50, AD and 5B. RGB value is (80,173,91). Sum of RGB (Red+Green+Blue) = 80+173+91=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD5B is #AF52A4. Grayscale: #888888. Windows color (decimal): -11489957 or 6008144. OLE color: 6008144.

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

Color convert

RGB8017391-
CMYK0.5400.470.32
HSL127.1º36.76%49.61%-
HSV(B)127.1º53.76%67.84%-
XYZ20.1432.3515.08-
YUV135.84102.6988.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 173 (67.97% from 255) = 50.29%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=23.26%
G=50.29%
B=26.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173910.5400.470.32127.136.7649.61
Hex50AD5B3602F207f2532
Octal12025513366057401774562
Binary101000010101101101101111011001011111000001111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,173,91); }

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

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

 a { background-color: rgb(80,173,91); }

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

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

 span { border-color: rgb(80,173,91); }

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