#50A35C

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

Shades of Fruit Salad #50A35C

Tints of Fruit Salad #50A35C

Color information

#50A35C (or 0x50A35C) is unknown color: approx Fruit Salad. HEX triplet: 50, A3 and 5C. RGB value is (80,163,92). Sum of RGB (Red+Green+Blue) = 80+163+92=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #50A35C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A35C is #AF5CA3. Grayscale: #828282. Windows color (decimal): -11492516 or 6071120. OLE color: 6071120.

HSL color Cylindrical-coordinate representation of color #50A35C: hue angle of 128.67º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A35C is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB8016392-
CMYK0.5100.440.36
HSL128.67º34.16%47.65%-
HSV(B)128.67º50.92%63.92%-
XYZ18.3428.6714.69-
YUV130.09106.592.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 163 (64.06% from 255) = 48.66%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=23.88%
G=48.66%
B=27.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80163920.5100.440.36128.6734.1647.65
Hex50A35C3302C24812230
Octal12024313463054442014260
Binary1010000101000111011100110011010110010010010000001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,163,92); }

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

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

 a { background-color: rgb(80,163,92); }

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

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

 span { border-color: rgb(80,163,92); }

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