#50B546

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

Shades of Fruit Salad #50B546

Tints of Fruit Salad #50B546

Color information

#50B546 (or 0x50B546) is unknown color: approx Fruit Salad. HEX triplet: 50, B5 and 46. RGB value is (80,181,70). Sum of RGB (Red+Green+Blue) = 80+181+70=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #50B546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B546 is #AF4AB9. Grayscale: #8A8A8A. Windows color (decimal): -11487930 or 4633936. OLE color: 4633936.

HSL color Cylindrical-coordinate representation of color #50B546: hue angle of 114.59º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B546 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB8018170-
CMYK0.5600.610.29
HSL114.59º44.22%49.22%-
HSV(B)114.59º61.33%70.98%-
XYZ20.9435.211.48-
YUV138.1589.5486.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 181 (71.09% from 255) = 54.68%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=24.17%
G=54.68%
B=21.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181700.5600.610.29114.5944.2249.22
Hex50B5463803D1D732c31
Octal12026510670075351635461
Binary10100001011010110001101110000111101111011110011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,70); }

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

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

 a { background-color: rgb(80,181,70); }

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

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

 span { border-color: rgb(80,181,70); }

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