#50AC41

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

Shades of Fruit Salad #50AC41

Tints of Fruit Salad #50AC41

Color information

#50AC41 (or 0x50AC41) is unknown color: approx Fruit Salad. HEX triplet: 50, AC and 41. RGB value is (80,172,65). Sum of RGB (Red+Green+Blue) = 80+172+65=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC41 is #AF53BE. Grayscale: #848484. Windows color (decimal): -11490239 or 4303952. OLE color: 4303952.

HSL color Cylindrical-coordinate representation of color #50AC41: hue angle of 111.59º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50AC41 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB8017265-
CMYK0.5300.620.33
HSL111.59º45.15%46.47%-
HSV(B)111.59º62.21%67.45%-
XYZ19.0131.5910.1-
YUV132.2990.0290.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=25.24%
G=54.26%
B=20.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80172650.5300.620.33111.5945.1546.47
Hex50AC413503E21702d2e
Octal12025410165076411605556
Binary101000010101100100000111010101111101000011110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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