#50A13D

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

Shades of Fruit Salad #50A13D

Tints of Fruit Salad #50A13D

Color information

#50A13D (or 0x50A13D) is unknown color: approx Fruit Salad. HEX triplet: 50, A1 and 3D. RGB value is (80,161,61). Sum of RGB (Red+Green+Blue) = 80+161+61=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #50A13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A13D is #AF5EC2. Grayscale: #7D7D7D. Windows color (decimal): -11493059 or 4038992. OLE color: 4038992.

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

Color convert

RGB8016161-
CMYK0.5000.620.37
HSL108.6º45.05%43.53%-
HSV(B)108.6º62.11%63.14%-
XYZ16.927.538.84-
YUV125.3891.6695.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=26.49%
G=53.31%
B=20.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80161610.5000.620.37108.645.0543.53
Hex50A13D3203E256d2d2c
Octal1202417562076451555554
Binary10100001010000111110111001001111101001011101101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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