#50984E

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

Shades of Fruit Salad #50984E

Tints of Fruit Salad #50984E

Color information

#50984E (or 0x50984E) is unknown color: approx Fruit Salad. HEX triplet: 50, 98 and 4E. RGB value is (80,152,78). Sum of RGB (Red+Green+Blue) = 80+152+78=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #50984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50984E is #AF67B1. Grayscale: #7A7A7A. Windows color (decimal): -11495346 or 5150800. OLE color: 5150800.

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

Color convert

RGB8015278-
CMYK0.4700.490.40
HSL118.38º32.17%45.1%-
HSV(B)118.38º48.68%59.61%-
XYZ15.9124.7111.14-
YUV122.04103.1598.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 152 (59.77% from 255) = 49.03%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=25.81%
G=49.03%
B=25.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152780.4700.490.40118.3832.1745.1
Hex50984E2F0312876202d
Octal12023011657061501664055
Binary101000010011000100111010111101100011010001110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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