Html Css Color HEX #50944D Fruit Salad

📋 copy color: '#50944D'

red 80 ◦ green 148 ◦ blue 77

#50944D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #50944D

Tints of Fruit Salad #50944D

RGB

 RED value IS 80 (31.64% from 255) = 26.23%

 GREEN value IS 148 (58.2% from 255) = 48.52%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 26.23%
G = 48.52%
B = 25.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#50944D (or 0x50944D) is known color: Fruit Salad. HEX triplet: 50, 94 and 4D. RGB value is (80,148,77). Sum of RGB (Red+Green+Blue) = 80+148+77=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #50944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50944D is #AF6BB2. Grayscale: #777777. Windows color (decimal): -11496371 or 5084240. OLE color: 5084240.

HSL color Cylindrical-coordinate representation of color #50944D: hue angle of 117.46º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50944D is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 77 -
CMYK 0.46 0 0.48 0.42
HSL 117.46º 0.32% 0.44% -
HSV(B) 117.46º 0.48% 0.58% -
XYZ 15.24 23.42 10.74 -
YUV 119.57 103.97 99.77 -
System Red Green Blue C M Y K H S L
Decimal 80 148 77 0.46 0 0.48 0.42 117.46 0.32 0.44
Hex 50 94 4D 2E 0 30 2A 75 20 2C
Octal 120 224 115 56 0 60 52 165 40 54
Binary 1010000 10010100 1001101 101110 0 110000 101010 1110101 100000 101100

Color Harmonies of #50944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50944D

Black with #50944D

Text Example


Text Example

White with #50944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50944D; }

 p { color: rgb(80,148,77); }

 H1.HeaderClassName
 {
   color: #50944D;
 }
 .AnyTagClassName
 {
   color: #50944D;
 }
</style>

background-color css

<style>
 a { background-color: #50944D; }

 a { background-color: rgb(80,148,77); }

 div.DivClassName
 {
   background-color: #50944D;
 }
 .BgClassName
 {
   background-color: #50944D;
 }
</style>

border-color css

<style>
 span { border-color: #50944D; }

 span { border-color: rgb(80,148,77); }

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