#50AD5C

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

Shades of Fruit Salad #50AD5C

Tints of Fruit Salad #50AD5C

Color information

#50AD5C (or 0x50AD5C) is unknown color: approx Fruit Salad. HEX triplet: 50, AD and 5C. RGB value is (80,173,92). Sum of RGB (Red+Green+Blue) = 80+173+92=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD5C is #AF52A3. Grayscale: #888888. Windows color (decimal): -11489956 or 6073680. OLE color: 6073680.

HSL color Cylindrical-coordinate representation of color #50AD5C: hue angle of 127.74º 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 #50AD5C is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB8017392-
CMYK0.5400.470.32
HSL127.74º36.76%49.61%-
HSV(B)127.74º53.76%67.84%-
XYZ20.1832.3715.31-
YUV135.96103.1988.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 173 (67.97% from 255) = 50.14%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=23.19%
G=50.14%
B=26.67%

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
Decimal80173920.5400.470.32127.7436.7649.61
Hex50AD5C3602F20802532
Octal12025513466057402004562
Binary1010000101011011011100110110010111110000010000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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