#50994C

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

Shades of Fruit Salad #50994C

Tints of Fruit Salad #50994C

Color information

#50994C (or 0x50994C) is unknown color: approx Fruit Salad. HEX triplet: 50, 99 and 4C. RGB value is (80,153,76). Sum of RGB (Red+Green+Blue) = 80+153+76=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #50994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50994C is #AF66B3. Grayscale: #7A7A7A. Windows color (decimal): -11495092 or 5019984. OLE color: 5019984.

HSL color Cylindrical-coordinate representation of color #50994C: hue angle of 116.88º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50994C is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB8015376-
CMYK0.4800.500.4
HSL116.88º33.62%44.9%-
HSV(B)116.88º50.33%60%-
XYZ1625.0110.82-
YUV122.4101.8297.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 153 (60.16% from 255) = 49.51%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=25.89%
G=49.51%
B=24.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153760.4800.500.4116.8833.6244.9
Hex50994C300322875222d
Octal12023111460062501654255
Binary101000010011001100110011000001100101010001110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50994C; }

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

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

<style>
 a { background-color: #50994C; }

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

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

<style>
 span { border-color: #50994C; }

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

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