Html Css Color HEX #50AB49 Fruit Salad

📋 copy color: '#50AB49'

red 80 ◦ green 171 ◦ blue 73

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

Shades of Fruit Salad #50AB49

Tints of Fruit Salad #50AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.78%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 24.69%
G = 52.78%
B = 22.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#50AB49 (or 0x50AB49) is known color: Fruit Salad. HEX triplet: 50, AB and 49. RGB value is (80,171,73). Sum of RGB (Red+Green+Blue) = 80+171+73=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB49 is #AF54B6. Grayscale: #848484. Windows color (decimal): -11490487 or 4827984. OLE color: 4827984.

HSL color Cylindrical-coordinate representation of color #50AB49: hue angle of 115.71º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50AB49 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 171 73 -
CMYK 0.53 0 0.57 0.33
HSL 115.71º 0.4% 0.48% -
HSV(B) 115.71º 0.57% 0.67% -
XYZ 19.07 31.31 11.34 -
YUV 132.62 94.35 90.47 -
System Red Green Blue C M Y K H S L
Decimal 80 171 73 0.53 0 0.57 0.33 115.71 0.4 0.48
Hex 50 AB 49 35 0 39 21 74 28 30
Octal 120 253 111 65 0 71 41 164 50 60
Binary 1010000 10101011 1001001 110101 0 111001 100001 1110100 101000 110000

Color Harmonies of #50AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB49

Black with #50AB49

Text Example


Text Example

White with #50AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50AB49; }

 p { color: rgb(80,171,73); }

 H1.HeaderClassName
 {
   color: #50AB49;
 }
 .AnyTagClassName
 {
   color: #50AB49;
 }
</style>

background-color css

<style>
 a { background-color: #50AB49; }

 a { background-color: rgb(80,171,73); }

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

border-color css

<style>
 span { border-color: #50AB49; }

 span { border-color: rgb(80,171,73); }

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