Html Css Color HEX #50934C Fruit Salad

📋 copy color: '#50934C'

red 80 ◦ green 147 ◦ blue 76

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

Shades of Fruit Salad #50934C

Tints of Fruit Salad #50934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.51%

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

R = 26.4%
G = 48.51%
B = 25.08%

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

#50934C (or 0x50934C) is known color: Fruit Salad. HEX triplet: 50, 93 and 4C. RGB value is (80,147,76). Sum of RGB (Red+Green+Blue) = 80+147+76=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #50934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50934C is #AF6CB3. Grayscale: #777777. Windows color (decimal): -11496628 or 5018448. OLE color: 5018448.

HSL color Cylindrical-coordinate representation of color #50934C: hue angle of 116.62º 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 #50934C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 76 -
CMYK 0.46 0 0.48 0.42
HSL 116.62º 0.32% 0.44% -
HSV(B) 116.62º 0.48% 0.58% -
XYZ 15.05 23.09 10.5 -
YUV 118.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 80 147 76 0.46 0 0.48 0.42 116.62 0.32 0.44
Hex 50 93 4C 2E 0 30 2A 75 20 2C
Octal 120 223 114 56 0 60 52 165 40 54
Binary 1010000 10010011 1001100 101110 0 110000 101010 1110101 100000 101100

Color Harmonies of #50934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50934C

Black with #50934C

Text Example


Text Example

White with #50934C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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