#50A14D

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

Shades of Fruit Salad #50A14D

Tints of Fruit Salad #50A14D

Color information

#50A14D (or 0x50A14D) is unknown color: approx Fruit Salad. HEX triplet: 50, A1 and 4D. RGB value is (80,161,77). Sum of RGB (Red+Green+Blue) = 80+161+77=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #50A14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A14D is #AF5EB2. Grayscale: #7F7F7F. Windows color (decimal): -11493043 or 5087568. OLE color: 5087568.

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

Color convert

RGB8016177-
CMYK0.5000.520.37
HSL117.86º35.29%46.67%-
HSV(B)117.86º52.17%63.14%-
XYZ17.3927.7311.46-
YUV127.299.6694.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 161 (63.28% from 255) = 50.63%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=25.16%
G=50.63%
B=24.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80161770.5000.520.37117.8635.2946.67
Hex50A14D320342576232f
Octal12024111562064451664357
Binary101000010100001100110111001001101001001011110110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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