Html Css Color HEX #50964D Fruit Salad

📋 copy color: '#50964D'

red 80 ◦ green 150 ◦ blue 77

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

Shades of Fruit Salad #50964D

Tints of Fruit Salad #50964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

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

R = 26.06%
G = 48.86%
B = 25.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#50964D (or 0x50964D) is known color: Fruit Salad. HEX triplet: 50, 96 and 4D. RGB value is (80,150,77). Sum of RGB (Red+Green+Blue) = 80+150+77=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #50964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50964D is #AF69B2. Grayscale: #787878. Windows color (decimal): -11495859 or 5084752. OLE color: 5084752.

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

Color convert

RGB 80 150 77 -
CMYK 0.47 0 0.49 0.41
HSL 117.53º 0.32% 0.45% -
HSV(B) 117.53º 0.49% 0.59% -
XYZ 15.55 24.05 10.84 -
YUV 120.75 103.31 98.94 -
System Red Green Blue C M Y K H S L
Decimal 80 150 77 0.47 0 0.49 0.41 117.53 0.32 0.45
Hex 50 96 4D 2F 0 31 29 76 20 2D
Octal 120 226 115 57 0 61 51 166 40 55
Binary 1010000 10010110 1001101 101111 0 110001 101001 1110110 100000 101101

Color Harmonies of #50964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50964D

Black with #50964D

Text Example


Text Example

White with #50964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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