#50AC49

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

Shades of Fruit Salad #50AC49

Tints of Fruit Salad #50AC49

Color information

#50AC49 (or 0x50AC49) is unknown color: approx Fruit Salad. HEX triplet: 50, AC and 49. RGB value is (80,172,73). Sum of RGB (Red+Green+Blue) = 80+172+73=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC49 is #AF53B6. Grayscale: #858585. Windows color (decimal): -11490231 or 4828240. OLE color: 4828240.

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

Color convert

RGB8017273-
CMYK0.5300.580.33
HSL115.76º40.41%48.04%-
HSV(B)115.76º57.56%67.45%-
XYZ19.2631.6911.41-
YUV133.2194.0290.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 172 (67.58% from 255) = 52.92%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=24.62%
G=52.92%
B=22.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80172730.5300.580.33115.7640.4148.04
Hex50AC493503A21742830
Octal12025411165072411645060
Binary101000010101100100100111010101110101000011110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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