#50A13C

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

Shades of Fruit Salad #50A13C

Tints of Fruit Salad #50A13C

Color information

#50A13C (or 0x50A13C) is unknown color: approx Fruit Salad. HEX triplet: 50, A1 and 3C. RGB value is (80,161,60). Sum of RGB (Red+Green+Blue) = 80+161+60=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #50A13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A13C is #AF5EC3. Grayscale: #7D7D7D. Windows color (decimal): -11493060 or 3973456. OLE color: 3973456.

HSL color Cylindrical-coordinate representation of color #50A13C: hue angle of 108.12º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50A13C is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB8016160-
CMYK0.5000.630.37
HSL108.12º45.7%43.33%-
HSV(B)108.12º62.73%63.14%-
XYZ16.8727.528.7-
YUV125.2791.1695.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 161 (63.28% from 255) = 53.49%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=26.58%
G=53.49%
B=19.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80161600.5000.630.37108.1245.743.33
Hex50A13C3203F256c2e2b
Octal1202417462077451545653
Binary10100001010000111110011001001111111001011101100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,161,60); }

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

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

 a { background-color: rgb(80,161,60); }

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

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

 span { border-color: rgb(80,161,60); }

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