#50995A

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

Shades of Fruit Salad #50995A

Tints of Fruit Salad #50995A

Color information

#50995A (or 0x50995A) is unknown color: approx Fruit Salad. HEX triplet: 50, 99 and 5A. RGB value is (80,153,90). Sum of RGB (Red+Green+Blue) = 80+153+90=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #50995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50995A is #AF66A5. Grayscale: #7C7C7C. Windows color (decimal): -11495078 or 5937488. OLE color: 5937488.

HSL color Cylindrical-coordinate representation of color #50995A: hue angle of 128.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50995A is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB8015390-
CMYK0.4800.410.4
HSL128.22º31.33%45.69%-
HSV(B)128.22º47.71%60%-
XYZ16.5425.2313.67-
YUV123.99108.8296.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=24.77%
G=47.37%
B=27.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153900.4800.410.4128.2231.3345.69
Hex50995A3002928801f2e
Octal12023113260051502003756
Binary101000010011001101101011000001010011010001000000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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