Html Css Color HEX #50944C Fruit Salad

📋 copy color: '#50944C'

red 80 ◦ green 148 ◦ blue 76

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

Shades of Fruit Salad #50944C

Tints of Fruit Salad #50944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25%

R = 26.32%
G = 48.68%
B = 25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#50944C (or 0x50944C) is known color: Fruit Salad. HEX triplet: 50, 94 and 4C. RGB value is (80,148,76). Sum of RGB (Red+Green+Blue) = 80+148+76=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #50944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50944C is #AF6BB3. Grayscale: #777777. Windows color (decimal): -11496372 or 5018704. OLE color: 5018704.

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

Color convert

RGB 80 148 76 -
CMYK 0.46 0 0.49 0.42
HSL 116.67º 0.32% 0.44% -
HSV(B) 116.67º 0.49% 0.58% -
XYZ 15.2 23.41 10.55 -
YUV 119.46 103.47 99.85 -
System Red Green Blue C M Y K H S L
Decimal 80 148 76 0.46 0 0.49 0.42 116.67 0.32 0.44
Hex 50 94 4C 2E 0 31 2A 75 20 2C
Octal 120 224 114 56 0 61 52 165 40 54
Binary 1010000 10010100 1001100 101110 0 110001 101010 1110101 100000 101100

Color Harmonies of #50944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50944C

Black with #50944C

Text Example


Text Example

White with #50944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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