#50AF4E

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

Shades of Fruit Salad #50AF4E

Tints of Fruit Salad #50AF4E

Color information

#50AF4E (or 0x50AF4E) is unknown color: approx Fruit Salad. HEX triplet: 50, AF and 4E. RGB value is (80,175,78). Sum of RGB (Red+Green+Blue) = 80+175+78=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AF4E is #AF50B1. Grayscale: #878787. Windows color (decimal): -11489458 or 5156688. OLE color: 5156688.

HSL color Cylindrical-coordinate representation of color #50AF4E: hue angle of 118.76º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50AF4E is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB8017578-
CMYK0.5400.550.31
HSL118.76º38.34%49.61%-
HSV(B)118.76º55.43%68.63%-
XYZ20.0132.9212.51-
YUV135.5495.5388.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=24.02%
G=52.55%
B=23.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80175780.5400.550.31118.7638.3449.61
Hex50AF4E360371F772632
Octal12025711666067371674662
Binary10100001010111110011101101100110111111111110111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,175,78); }

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

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

 a { background-color: rgb(80,175,78); }

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

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

 span { border-color: rgb(80,175,78); }

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