#50A14C

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

Shades of Fruit Salad #50A14C

Tints of Fruit Salad #50A14C

Color information

#50A14C (or 0x50A14C) is unknown color: approx Fruit Salad. HEX triplet: 50, A1 and 4C. RGB value is (80,161,76). Sum of RGB (Red+Green+Blue) = 80+161+76=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #50A14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A14C is #AF5EB3. Grayscale: #7F7F7F. Windows color (decimal): -11493044 or 5022032. OLE color: 5022032.

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

Color convert

RGB8016176-
CMYK0.5000.530.37
HSL117.18º35.86%46.47%-
HSV(B)117.18º52.8%63.14%-
XYZ17.3627.7211.27-
YUV127.0999.1694.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 161 (63.28% from 255) = 50.79%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=25.24%
G=50.79%
B=23.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80161760.5000.530.37117.1835.8646.47
Hex50A14C320352575242e
Octal12024111462065451654456
Binary101000010100001100110011001001101011001011110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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