Html Css Color HEX #50AE50 Fruit Salad

📋 copy color: '#50AE50'

red 80 ◦ green 174 ◦ blue 80

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

Shades of Fruit Salad #50AE50

Tints of Fruit Salad #50AE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 23.95%
G = 52.1%
B = 23.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#50AE50 (or 0x50AE50) is known color: Fruit Salad. HEX triplet: 50, AE and 50. RGB value is (80,174,80). Sum of RGB (Red+Green+Blue) = 80+174+80=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AE50 is #AF51AF. Grayscale: #878787. Windows color (decimal): -11489712 or 5287504. OLE color: 5287504.

HSL color Cylindrical-coordinate representation of color #50AE50: hue angle of 120º 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 #50AE50 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 174 80 -
CMYK 0.54 0 0.54 0.32
HSL 120º 0.37% 0.5% -
HSV(B) 120º 0.54% 0.68% -
XYZ 19.89 32.56 12.83 -
YUV 135.18 96.86 88.64 -
System Red Green Blue C M Y K H S L
Decimal 80 174 80 0.54 0 0.54 0.32 120 0.37 0.5
Hex 50 AE 50 36 0 36 20 78 25 32
Octal 120 256 120 66 0 66 40 170 45 62
Binary 1010000 10101110 1010000 110110 0 110110 100000 1111000 100101 110010

Color Harmonies of #50AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE50

Black with #50AE50

Text Example


Text Example

White with #50AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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