Html Css Color HEX #50AF49 Fruit Salad

📋 copy color: '#50AF49'

red 80 ◦ green 175 ◦ blue 73

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

Shades of Fruit Salad #50AF49

Tints of Fruit Salad #50AF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.35%

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

R = 24.39%
G = 53.35%
B = 22.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#50AF49 (or 0x50AF49) is known color: Fruit Salad. HEX triplet: 50, AF and 49. RGB value is (80,175,73). Sum of RGB (Red+Green+Blue) = 80+175+73=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF49 is #AF50B6. Grayscale: #878787. Windows color (decimal): -11489463 or 4829008. OLE color: 4829008.

HSL color Cylindrical-coordinate representation of color #50AF49: hue angle of 115.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50AF49 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 73 -
CMYK 0.54 0 0.58 0.31
HSL 115.88º 0.41% 0.49% -
HSV(B) 115.88º 0.58% 0.69% -
XYZ 19.84 32.85 11.6 -
YUV 134.97 93.03 88.79 -
System Red Green Blue C M Y K H S L
Decimal 80 175 73 0.54 0 0.58 0.31 115.88 0.41 0.49
Hex 50 AF 49 36 0 3A 1F 74 29 31
Octal 120 257 111 66 0 72 37 164 51 61
Binary 1010000 10101111 1001001 110110 0 111010 11111 1110100 101001 110001

Color Harmonies of #50AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF49

Black with #50AF49

Text Example


Text Example

White with #50AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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