#50B147

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

Shades of Fruit Salad #50B147

Tints of Fruit Salad #50B147

Color information

#50B147 (or 0x50B147) is unknown color: approx Fruit Salad. HEX triplet: 50, B1 and 47. RGB value is (80,177,71). Sum of RGB (Red+Green+Blue) = 80+177+71=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #50B147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B147 is #AF4EB8. Grayscale: #888888. Windows color (decimal): -11488953 or 4698448. OLE color: 4698448.

HSL color Cylindrical-coordinate representation of color #50B147: hue angle of 114.91º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50B147 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB8017771-
CMYK0.5500.600.31
HSL114.91º42.74%48.63%-
HSV(B)114.91º59.89%69.41%-
XYZ20.1733.611.38-
YUV135.9191.3688.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 177 (69.53% from 255) = 53.96%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=24.39%
G=53.96%
B=21.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177710.5500.600.31114.9142.7448.63
Hex50B1473703C1F732b31
Octal12026110767074371635361
Binary10100001011000110001111101110111100111111110011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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