#50B148

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

Shades of Fruit Salad #50B148

Tints of Fruit Salad #50B148

Color information

#50B148 (or 0x50B148) is unknown color: approx Fruit Salad. HEX triplet: 50, B1 and 48. RGB value is (80,177,72). Sum of RGB (Red+Green+Blue) = 80+177+72=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #50B148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B148 is #AF4EB7. Grayscale: #888888. Windows color (decimal): -11488952 or 4763984. OLE color: 4763984.

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

Color convert

RGB8017772-
CMYK0.5500.590.31
HSL115.43º42.17%48.82%-
HSV(B)115.43º59.32%69.41%-
XYZ20.233.6211.56-
YUV136.0391.8688.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 177 (69.53% from 255) = 53.80%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=24.32%
G=53.80%
B=21.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177720.5500.590.31115.4342.1748.82
Hex50B1483703B1F732a31
Octal12026111067073371635261
Binary10100001011000110010001101110111011111111110011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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