#50954A

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

Shades of Fruit Salad #50954A

Tints of Fruit Salad #50954A

Color information

#50954A (or 0x50954A) is unknown color: approx Fruit Salad. HEX triplet: 50, 95 and 4A. RGB value is (80,149,74). Sum of RGB (Red+Green+Blue) = 80+149+74=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #50954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50954A is #AF6AB5. Grayscale: #787878. Windows color (decimal): -11496118 or 4887888. OLE color: 4887888.

HSL color Cylindrical-coordinate representation of color #50954A: hue angle of 115.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50954A is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB8014974-
CMYK0.4600.500.42
HSL115.2º33.63%43.73%-
HSV(B)115.2º50.34%58.43%-
XYZ15.2923.6910.25-
YUV119.82102.1499.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=26.40%
G=49.17%
B=24.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149740.4600.500.42115.233.6343.73
Hex50954A2E0322A73222c
Octal12022511256062521634254
Binary101000010010101100101010111001100101010101110011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50954A; }

 p { color: rgb(80,149,74); }

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

<style>
 a { background-color: #50954A; }

 a { background-color: rgb(80,149,74); }

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

<style>
 span { border-color: #50954A; }

 span { border-color: rgb(80,149,74); }

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