#50AD60

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

Shades of Fruit Salad #50AD60

Tints of Fruit Salad #50AD60

Color information

#50AD60 (or 0x50AD60) is unknown color: approx Fruit Salad. HEX triplet: 50, AD and 60. RGB value is (80,173,96). Sum of RGB (Red+Green+Blue) = 80+173+96=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD60 is #AF529F. Grayscale: #888888. Windows color (decimal): -11489952 or 6335824. OLE color: 6335824.

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

Color convert

RGB8017396-
CMYK0.5400.450.32
HSL130.32º36.76%49.61%-
HSV(B)130.32º53.76%67.84%-
XYZ20.3632.4416.25-
YUV136.42105.1987.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 173 (67.97% from 255) = 49.57%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=22.92%
G=49.57%
B=27.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173960.5400.450.32130.3236.7649.61
Hex50AD603602D20822532
Octal12025514066055402024562
Binary1010000101011011100000110110010110110000010000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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