#50B152

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

Shades of Fruit Salad #50B152

Tints of Fruit Salad #50B152

Color information

#50B152 (or 0x50B152) is unknown color: approx Fruit Salad. HEX triplet: 50, B1 and 52. RGB value is (80,177,82). Sum of RGB (Red+Green+Blue) = 80+177+82=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #50B152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B152 is #AF4EAD. Grayscale: #898989. Windows color (decimal): -11488942 or 5419344. OLE color: 5419344.

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

Color convert

RGB8017782-
CMYK0.5500.540.31
HSL121.24º38.34%50.39%-
HSV(B)121.24º54.8%69.41%-
XYZ20.5533.7613.42-
YUV137.1796.8687.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 177 (69.53% from 255) = 52.21%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=23.60%
G=52.21%
B=24.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177820.5500.540.31121.2438.3450.39
Hex50B152370361F792632
Octal12026112267066371714662
Binary10100001011000110100101101110110110111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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