#50B44B

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

Shades of Fruit Salad #50B44B

Tints of Fruit Salad #50B44B

Color information

#50B44B (or 0x50B44B) is unknown color: approx Fruit Salad. HEX triplet: 50, B4 and 4B. RGB value is (80,180,75). Sum of RGB (Red+Green+Blue) = 80+180+75=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #50B44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B44B is #AF4BB4. Grayscale: #8A8A8A. Windows color (decimal): -11488181 or 4961360. OLE color: 4961360.

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

Color convert

RGB8018075-
CMYK0.5600.580.29
HSL117.14º41.18%50%-
HSV(B)117.14º58.33%70.59%-
XYZ20.934.8612.28-
YUV138.1392.3786.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 180 (70.70% from 255) = 53.73%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=23.88%
G=53.73%
B=22.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80180750.5600.580.29117.1441.1850
Hex50B44B3803A1D752932
Octal12026411370072351655162
Binary10100001011010010010111110000111010111011110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,75); }

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

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

 a { background-color: rgb(80,180,75); }

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

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

 span { border-color: rgb(80,180,75); }

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