#50954B

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

Shades of Fruit Salad #50954B

Tints of Fruit Salad #50954B

Color information

#50954B (or 0x50954B) is unknown color: approx Fruit Salad. HEX triplet: 50, 95 and 4B. RGB value is (80,149,75). Sum of RGB (Red+Green+Blue) = 80+149+75=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #50954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50954B is #AF6AB4. Grayscale: #787878. Windows color (decimal): -11496117 or 4953424. OLE color: 4953424.

HSL color Cylindrical-coordinate representation of color #50954B: hue angle of 115.95º degrees, saturation: 0.33, 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 #50954B is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB8014975-
CMYK0.4600.500.42
HSL115.95º33.04%43.92%-
HSV(B)115.95º49.66%58.43%-
XYZ15.3323.7110.43-
YUV119.93102.6499.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=26.32%
G=49.01%
B=24.67%

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
Decimal80149750.4600.500.42115.9533.0443.92
Hex50954B2E0322A74212c
Octal12022511356062521644154
Binary101000010010101100101110111001100101010101110100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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