#50A141

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

Shades of Fruit Salad #50A141

Tints of Fruit Salad #50A141

Color information

#50A141 (or 0x50A141) is unknown color: approx Fruit Salad. HEX triplet: 50, A1 and 41. RGB value is (80,161,65). Sum of RGB (Red+Green+Blue) = 80+161+65=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #50A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A141 is #AF5EBE. Grayscale: #7E7E7E. Windows color (decimal): -11493055 or 4301136. OLE color: 4301136.

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

Color convert

RGB8016165-
CMYK0.5000.600.37
HSL110.62º42.48%44.31%-
HSV(B)110.62º59.63%63.14%-
XYZ17.0127.589.43-
YUV125.8493.6695.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 161 (63.28% from 255) = 52.61%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=26.14%
G=52.61%
B=21.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80161650.5000.600.37110.6242.4844.31
Hex50A1413203C256f2a2c
Octal12024110162074451575254
Binary101000010100001100000111001001111001001011101111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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