#50B156

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

Shades of Fruit Salad #50B156

Tints of Fruit Salad #50B156

Color information

#50B156 (or 0x50B156) is unknown color: approx Fruit Salad. HEX triplet: 50, B1 and 56. RGB value is (80,177,86). Sum of RGB (Red+Green+Blue) = 80+177+86=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #50B156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B156 is #AF4EA9. Grayscale: #898989. Windows color (decimal): -11488938 or 5681488. OLE color: 5681488.

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

Color convert

RGB8017786-
CMYK0.5500.510.31
HSL123.71º38.34%50.39%-
HSV(B)123.71º54.8%69.41%-
XYZ20.7133.8214.24-
YUV137.6298.8686.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 177 (69.53% from 255) = 51.60%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=23.32%
G=51.60%
B=25.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177860.5500.510.31123.7138.3450.39
Hex50B156370331F7c2632
Octal12026112667063371744662
Binary10100001011000110101101101110110011111111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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