#50AC54

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

Shades of Fruit Salad #50AC54

Tints of Fruit Salad #50AC54

Color information

#50AC54 (or 0x50AC54) is unknown color: approx Fruit Salad. HEX triplet: 50, AC and 54. RGB value is (80,172,84). Sum of RGB (Red+Green+Blue) = 80+172+84=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC54 is #AF53AB. Grayscale: #868686. Windows color (decimal): -11490220 or 5549136. OLE color: 5549136.

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

Color convert

RGB8017284-
CMYK0.5300.510.33
HSL122.61º36.51%49.41%-
HSV(B)122.61º53.49%67.45%-
XYZ19.6631.8513.5-
YUV134.4699.5289.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 172 (67.58% from 255) = 51.19%
BLUE value IS 84 (33.20% from 255) = 25%
R=23.81%
G=51.19%
B=25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80172840.5300.510.33122.6136.5149.41
Hex50AC5435033217b2531
Octal12025412465063411734561
Binary101000010101100101010011010101100111000011111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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