#50985A

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

Shades of Fruit Salad #50985A

Tints of Fruit Salad #50985A

Color information

#50985A (or 0x50985A) is unknown color: approx Fruit Salad. HEX triplet: 50, 98 and 5A. RGB value is (80,152,90). Sum of RGB (Red+Green+Blue) = 80+152+90=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #50985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50985A is #AF67A5. Grayscale: #7B7B7B. Windows color (decimal): -11495334 or 5937232. OLE color: 5937232.

HSL color Cylindrical-coordinate representation of color #50985A: hue angle of 128.33º 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 #50985A is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB8015290-
CMYK0.4700.410.40
HSL128.33º31.03%45.49%-
HSV(B)128.33º47.37%59.61%-
XYZ16.3824.913.62-
YUV123.4109.1597.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=24.84%
G=47.20%
B=27.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152900.4700.410.40128.3331.0345.49
Hex50985A2F02928801f2d
Octal12023013257051502003755
Binary101000010011000101101010111101010011010001000000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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