#50A853

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

Shades of Fruit Salad #50A853

Tints of Fruit Salad #50A853

Color information

#50A853 (or 0x50A853) is unknown color: approx Fruit Salad. HEX triplet: 50, A8 and 53. RGB value is (80,168,83). Sum of RGB (Red+Green+Blue) = 80+168+83=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #50A853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A853 is #AF57AC. Grayscale: #848484. Windows color (decimal): -11491245 or 5482576. OLE color: 5482576.

HSL color Cylindrical-coordinate representation of color #50A853: hue angle of 122.05º 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 #50A853 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB8016883-
CMYK0.5200.510.34
HSL122.05º35.48%48.63%-
HSV(B)122.05º52.38%65.88%-
XYZ18.8730.3413.04-
YUV132100.3590.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 168 (66.02% from 255) = 50.76%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=24.17%
G=50.76%
B=25.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80168830.5200.510.34122.0535.4848.63
Hex50A85334033227a2331
Octal12025012364063421724361
Binary101000010101000101001111010001100111000101111010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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