#50B15C

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

Shades of Fruit Salad #50B15C

Tints of Fruit Salad #50B15C

Color information

#50B15C (or 0x50B15C) is unknown color: approx Fruit Salad. HEX triplet: 50, B1 and 5C. RGB value is (80,177,92). Sum of RGB (Red+Green+Blue) = 80+177+92=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #50B15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B15C is #AF4EA3. Grayscale: #8A8A8A. Windows color (decimal): -11488932 or 6074704. OLE color: 6074704.

HSL color Cylindrical-coordinate representation of color #50B15C: hue angle of 127.42º 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 #50B15C is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB8017792-
CMYK0.5500.480.31
HSL127.42º38.34%50.39%-
HSV(B)127.42º54.8%69.41%-
XYZ20.9633.9215.57-
YUV138.31101.8686.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 177 (69.53% from 255) = 50.72%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=22.92%
G=50.72%
B=26.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177920.5500.480.31127.4238.3450.39
Hex50B15C370301F7f2632
Octal12026113467060371774662
Binary10100001011000110111001101110110000111111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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