#50AD5D

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

Shades of Fruit Salad #50AD5D

Tints of Fruit Salad #50AD5D

Color information

#50AD5D (or 0x50AD5D) is unknown color: approx Fruit Salad. HEX triplet: 50, AD and 5D. RGB value is (80,173,93). Sum of RGB (Red+Green+Blue) = 80+173+93=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD5D is #AF52A2. Grayscale: #888888. Windows color (decimal): -11489955 or 6139216. OLE color: 6139216.

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

Color convert

RGB8017393-
CMYK0.5400.460.32
HSL128.39º36.76%49.61%-
HSV(B)128.39º53.76%67.84%-
XYZ20.2332.3815.54-
YUV136.07103.6988-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=23.12%
G=50%
B=26.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173930.5400.460.32128.3936.7649.61
Hex50AD5D3602E20802532
Octal12025513566056402004562
Binary1010000101011011011101110110010111010000010000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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