#50974E

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

Shades of Fruit Salad #50974E

Tints of Fruit Salad #50974E

Color information

#50974E (or 0x50974E) is unknown color: approx Fruit Salad. HEX triplet: 50, 97 and 4E. RGB value is (80,151,78). Sum of RGB (Red+Green+Blue) = 80+151+78=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #50974E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50974E is #AF68B1. Grayscale: #797979. Windows color (decimal): -11495602 or 5150544. OLE color: 5150544.

HSL color Cylindrical-coordinate representation of color #50974E: hue angle of 118.36º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50974E is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB8015178-
CMYK0.4700.480.41
HSL118.36º31.88%44.9%-
HSV(B)118.36º48.34%59.22%-
XYZ15.7524.3911.09-
YUV121.45103.4898.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 151 (59.38% from 255) = 48.87%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=25.89%
G=48.87%
B=25.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80151780.4700.480.41118.3631.8844.9
Hex50974E2F0302976202d
Octal12022711657060511664055
Binary101000010010111100111010111101100001010011110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50974E; }

 p { color: rgb(80,151,78); }

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

<style>
 a { background-color: #50974E; }

 a { background-color: rgb(80,151,78); }

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

<style>
 span { border-color: #50974E; }

 span { border-color: rgb(80,151,78); }

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