#50B15F

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

Shades of Fruit Salad #50B15F

Tints of Fruit Salad #50B15F

Color information

#50B15F (or 0x50B15F) is unknown color: approx Fruit Salad. HEX triplet: 50, B1 and 5F. RGB value is (80,177,95). Sum of RGB (Red+Green+Blue) = 80+177+95=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #50B15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B15F is #AF4EA0. Grayscale: #8A8A8A. Windows color (decimal): -11488929 or 6271312. OLE color: 6271312.

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

Color convert

RGB8017795-
CMYK0.5500.460.31
HSL129.28º38.34%50.39%-
HSV(B)129.28º54.8%69.41%-
XYZ21.133.9816.27-
YUV138.65103.3686.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 177 (69.53% from 255) = 50.28%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=22.73%
G=50.28%
B=26.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177950.5500.460.31129.2838.3450.39
Hex50B15F3702E1F812632
Octal12026113767056372014662
Binary101000010110001101111111011101011101111110000001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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