Html Css Color HEX #50994C Fruit Salad

📋 copy color: '#50994C'

red 80 ◦ green 153 ◦ blue 76

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

Shades of Fruit Salad #50994C

Tints of Fruit Salad #50994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.51%

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

R = 25.89%
G = 49.51%
B = 24.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#50994C (or 0x50994C) is known color: Fruit Salad. HEX triplet: 50, 99 and 4C. RGB value is (80,153,76). Sum of RGB (Red+Green+Blue) = 80+153+76=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #50994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50994C is #AF66B3. Grayscale: #7A7A7A. Windows color (decimal): -11495092 or 5019984. OLE color: 5019984.

HSL color Cylindrical-coordinate representation of color #50994C: hue angle of 116.88º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50994C is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 76 -
CMYK 0.48 0 0.50 0.4
HSL 116.88º 0.34% 0.45% -
HSV(B) 116.88º 0.5% 0.6% -
XYZ 16 25.01 10.82 -
YUV 122.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 80 153 76 0.48 0 0.50 0.4 116.88 0.34 0.45
Hex 50 99 4C 30 0 32 28 75 22 2D
Octal 120 231 114 60 0 62 50 165 42 55
Binary 1010000 10011001 1001100 110000 0 110010 101000 1110101 100010 101101

Color Harmonies of #50994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50994C

Black with #50994C

Text Example


Text Example

White with #50994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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