#50A855

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

Shades of Fruit Salad #50A855

Tints of Fruit Salad #50A855

Color information

#50A855 (or 0x50A855) is unknown color: approx Fruit Salad. HEX triplet: 50, A8 and 55. RGB value is (80,168,85). Sum of RGB (Red+Green+Blue) = 80+168+85=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #50A855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A855 is #AF57AA. Grayscale: #848484. Windows color (decimal): -11491243 or 5613648. OLE color: 5613648.

HSL color Cylindrical-coordinate representation of color #50A855: hue angle of 123.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A855 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB8016885-
CMYK0.5200.490.34
HSL123.41º35.48%48.63%-
HSV(B)123.41º52.38%65.88%-
XYZ18.9530.3713.46-
YUV132.23101.3590.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 168 (66.02% from 255) = 50.45%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=24.02%
G=50.45%
B=25.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80168850.5200.490.34123.4135.4848.63
Hex50A85534031227b2331
Octal12025012564061421734361
Binary101000010101000101010111010001100011000101111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,168,85); }

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

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

 a { background-color: rgb(80,168,85); }

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

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

 span { border-color: rgb(80,168,85); }

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