#50A55E

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

Shades of Fruit Salad #50A55E

Tints of Fruit Salad #50A55E

Color information

#50A55E (or 0x50A55E) is unknown color: approx Fruit Salad. HEX triplet: 50, A5 and 5E. RGB value is (80,165,94). Sum of RGB (Red+Green+Blue) = 80+165+94=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #50A55E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A55E is #AF5AA1. Grayscale: #838383. Windows color (decimal): -11492002 or 6202704. OLE color: 6202704.

HSL color Cylindrical-coordinate representation of color #50A55E: hue angle of 129.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A55E is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB8016594-
CMYK0.5200.430.35
HSL129.88º34.69%48.04%-
HSV(B)129.88º51.52%64.71%-
XYZ18.7829.4215.28-
YUV131.49106.8491.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=23.60%
G=48.67%
B=27.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80165940.5200.430.35129.8834.6948.04
Hex50A55E3402B23822330
Octal12024513664053432024360
Binary1010000101001011011110110100010101110001110000010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,165,94); }

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

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

 a { background-color: rgb(80,165,94); }

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

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

 span { border-color: rgb(80,165,94); }

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