Html Css Color HEX #50AE60 Fruit Salad

📋 copy color: '#50AE60'

red 80 ◦ green 174 ◦ blue 96

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

Shades of Fruit Salad #50AE60

Tints of Fruit Salad #50AE60

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.71%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 22.86%
G = 49.71%
B = 27.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#50AE60 (or 0x50AE60) is known color: Fruit Salad. HEX triplet: 50, AE and 60. RGB value is (80,174,96). Sum of RGB (Red+Green+Blue) = 80+174+96=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AE60 is #AF519F. Grayscale: #898989. Windows color (decimal): -11489696 or 6336080. OLE color: 6336080.

HSL color Cylindrical-coordinate representation of color #50AE60: hue angle of 130.21º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AE60 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 174 96 -
CMYK 0.54 0 0.45 0.32
HSL 130.21º 0.37% 0.5% -
HSV(B) 130.21º 0.54% 0.68% -
XYZ 20.56 32.82 16.32 -
YUV 137 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 80 174 96 0.54 0 0.45 0.32 130.21 0.37 0.5
Hex 50 AE 60 36 0 2D 20 82 25 32
Octal 120 256 140 66 0 55 40 202 45 62
Binary 1010000 10101110 1100000 110110 0 101101 100000 10000010 100101 110010

Color Harmonies of #50AE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE60

Black with #50AE60

Text Example


Text Example

White with #50AE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,96); }

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

background-color css

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

 a { background-color: rgb(80,174,96); }

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

border-color css

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

 span { border-color: rgb(80,174,96); }

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