Html Css Color HEX #50AE5E Fruit Salad

📋 copy color: '#50AE5E'

red 80 ◦ green 174 ◦ blue 94

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

Shades of Fruit Salad #50AE5E

Tints of Fruit Salad #50AE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 22.99%
G = 50%
B = 27.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#50AE5E (or 0x50AE5E) is known color: Fruit Salad. HEX triplet: 50, AE and 5E. RGB value is (80,174,94). Sum of RGB (Red+Green+Blue) = 80+174+94=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AE5E is #AF51A1. Grayscale: #898989. Windows color (decimal): -11489698 or 6205008. OLE color: 6205008.

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

Color convert

RGB 80 174 94 -
CMYK 0.54 0 0.46 0.32
HSL 128.94º 0.37% 0.5% -
HSV(B) 128.94º 0.54% 0.68% -
XYZ 20.46 32.79 15.84 -
YUV 136.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 80 174 94 0.54 0 0.46 0.32 128.94 0.37 0.5
Hex 50 AE 5E 36 0 2E 20 81 25 32
Octal 120 256 136 66 0 56 40 201 45 62
Binary 1010000 10101110 1011110 110110 0 101110 100000 10000001 100101 110010

Color Harmonies of #50AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE5E

Black with #50AE5E

Text Example


Text Example

White with #50AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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