#50B049

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

Shades of Fruit Salad #50B049

Tints of Fruit Salad #50B049

Color information

#50B049 (or 0x50B049) is unknown color: approx Fruit Salad. HEX triplet: 50, B0 and 49. RGB value is (80,176,73). Sum of RGB (Red+Green+Blue) = 80+176+73=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #50B049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B049 is #AF4FB6. Grayscale: #878787. Windows color (decimal): -11489207 or 4829264. OLE color: 4829264.

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

Color convert

RGB8017673-
CMYK0.5500.590.31
HSL115.92º41.37%48.82%-
HSV(B)115.92º58.52%69.02%-
XYZ20.0433.2411.66-
YUV135.5592.788.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=24.32%
G=53.50%
B=22.19%

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
Decimal80176730.5500.590.31115.9241.3748.82
Hex50B0493703B1F742931
Octal12026011167073371645161
Binary10100001011000010010011101110111011111111110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,176,73); }

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

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

 a { background-color: rgb(80,176,73); }

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

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

 span { border-color: rgb(80,176,73); }

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