#50AD5A

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

Shades of Fruit Salad #50AD5A

Tints of Fruit Salad #50AD5A

Color information

#50AD5A (or 0x50AD5A) is unknown color: approx Fruit Salad. HEX triplet: 50, AD and 5A. RGB value is (80,173,90). Sum of RGB (Red+Green+Blue) = 80+173+90=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD5A is #AF52A5. Grayscale: #878787. Windows color (decimal): -11489958 or 5942608. OLE color: 5942608.

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

Color convert

RGB8017390-
CMYK0.5400.480.32
HSL126.45º36.76%49.61%-
HSV(B)126.45º53.76%67.84%-
XYZ20.132.3314.85-
YUV135.73102.1988.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 173 (67.97% from 255) = 50.44%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=23.32%
G=50.44%
B=26.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173900.5400.480.32126.4536.7649.61
Hex50AD5A36030207e2532
Octal12025513266060401764562
Binary101000010101101101101011011001100001000001111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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