#50964E

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

Shades of Fruit Salad #50964E

Tints of Fruit Salad #50964E

Color information

#50964E (or 0x50964E) is unknown color: approx Fruit Salad. HEX triplet: 50, 96 and 4E. RGB value is (80,150,78). Sum of RGB (Red+Green+Blue) = 80+150+78=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #50964E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50964E is #AF69B1. Grayscale: #797979. Windows color (decimal): -11495858 or 5150288. OLE color: 5150288.

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

Color convert

RGB8015078-
CMYK0.4700.480.41
HSL118.33º31.58%44.71%-
HSV(B)118.33º48%58.82%-
XYZ15.5924.0711.03-
YUV120.86103.8198.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=25.97%
G=48.70%
B=25.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150780.4700.480.41118.3331.5844.71
Hex50964E2F0302976202d
Octal12022611657060511664055
Binary101000010010110100111010111101100001010011110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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