#50A43D

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

Shades of Fruit Salad #50A43D

Tints of Fruit Salad #50A43D

Color information

#50A43D (or 0x50A43D) is unknown color: approx Fruit Salad. HEX triplet: 50, A4 and 3D. RGB value is (80,164,61). Sum of RGB (Red+Green+Blue) = 80+164+61=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #50A43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A43D is #AF5BC2. Grayscale: #7F7F7F. Windows color (decimal): -11492291 or 4039760. OLE color: 4039760.

HSL color Cylindrical-coordinate representation of color #50A43D: hue angle of 108.93º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50A43D is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB8016461-
CMYK0.5100.630.36
HSL108.93º45.78%44.12%-
HSV(B)108.93º62.8%64.31%-
XYZ17.4328.599.02-
YUV127.1490.6794.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 164 (64.45% from 255) = 53.77%
BLUE value IS 61 (24.22% from 255) = 20%
R=26.23%
G=53.77%
B=20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80164610.5100.630.36108.9345.7844.12
Hex50A43D3303F246d2e2c
Octal1202447563077441555654
Binary10100001010010011110111001101111111001001101101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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