Html Css Color HEX #50954C Fruit Salad

📋 copy color: '#50954C'

red 80 ◦ green 149 ◦ blue 76

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

Shades of Fruit Salad #50954C

Tints of Fruit Salad #50954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.85%

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

R = 26.23%
G = 48.85%
B = 24.92%

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

#50954C (or 0x50954C) is known color: Fruit Salad. HEX triplet: 50, 95 and 4C. RGB value is (80,149,76). Sum of RGB (Red+Green+Blue) = 80+149+76=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #50954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50954C is #AF6AB3. Grayscale: #787878. Windows color (decimal): -11496116 or 5018960. OLE color: 5018960.

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

Color convert

RGB 80 149 76 -
CMYK 0.46 0 0.49 0.42
HSL 116.71º 0.32% 0.44% -
HSV(B) 116.71º 0.49% 0.58% -
XYZ 15.36 23.72 10.61 -
YUV 120.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 80 149 76 0.46 0 0.49 0.42 116.71 0.32 0.44
Hex 50 95 4C 2E 0 31 2A 75 20 2C
Octal 120 225 114 56 0 61 52 165 40 54
Binary 1010000 10010101 1001100 101110 0 110001 101010 1110101 100000 101100

Color Harmonies of #50954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50954C

Black with #50954C

Text Example


Text Example

White with #50954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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