Html Css Color HEX #50964F Fruit Salad

📋 copy color: '#50964F'

red 80 ◦ green 150 ◦ blue 79

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

Shades of Fruit Salad #50964F

Tints of Fruit Salad #50964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 25.89%
G = 48.54%
B = 25.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#50964F (or 0x50964F) is known color: Fruit Salad. HEX triplet: 50, 96 and 4F. RGB value is (80,150,79). Sum of RGB (Red+Green+Blue) = 80+150+79=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #50964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50964F is #AF69B0. Grayscale: #797979. Windows color (decimal): -11495857 or 5215824. OLE color: 5215824.

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

Color convert

RGB 80 150 79 -
CMYK 0.47 0 0.47 0.41
HSL 119.15º 0.31% 0.45% -
HSV(B) 119.15º 0.47% 0.59% -
XYZ 15.63 24.08 11.22 -
YUV 120.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 80 150 79 0.47 0 0.47 0.41 119.15 0.31 0.45
Hex 50 96 4F 2F 0 2F 29 77 1F 2D
Octal 120 226 117 57 0 57 51 167 37 55
Binary 1010000 10010110 1001111 101111 0 101111 101001 1110111 11111 101101

Color Harmonies of #50964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50964F

Black with #50964F

Text Example


Text Example

White with #50964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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