#50985B

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

Shades of Fruit Salad #50985B

Tints of Fruit Salad #50985B

Color information

#50985B (or 0x50985B) is unknown color: approx Fruit Salad. HEX triplet: 50, 98 and 5B. RGB value is (80,152,91). Sum of RGB (Red+Green+Blue) = 80+152+91=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #50985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50985B is #AF67A4. Grayscale: #7B7B7B. Windows color (decimal): -11495333 or 6002768. OLE color: 6002768.

HSL color Cylindrical-coordinate representation of color #50985B: hue angle of 129.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50985B is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB8015291-
CMYK0.4700.400.40
HSL129.17º31.03%45.49%-
HSV(B)129.17º47.37%59.61%-
XYZ16.4224.9213.84-
YUV123.52109.6596.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=24.77%
G=47.06%
B=28.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152910.4700.400.40129.1731.0345.49
Hex50985B2F02828811f2d
Octal12023013357050502013755
Binary101000010011000101101110111101010001010001000000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,152,91); }

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

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

 a { background-color: rgb(80,152,91); }

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

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

 span { border-color: rgb(80,152,91); }

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