Html Css Color HEX #50AE57 Fruit Salad

📋 copy color: '#50AE57'

red 80 ◦ green 174 ◦ blue 87

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

Shades of Fruit Salad #50AE57

Tints of Fruit Salad #50AE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.51%

R = 23.46%
G = 51.03%
B = 25.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#50AE57 (or 0x50AE57) is known color: Fruit Salad. HEX triplet: 50, AE and 57. RGB value is (80,174,87). Sum of RGB (Red+Green+Blue) = 80+174+87=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AE57 is #AF51A8. Grayscale: #888888. Windows color (decimal): -11489705 or 5746256. OLE color: 5746256.

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

Color convert

RGB 80 174 87 -
CMYK 0.54 0 0.5 0.32
HSL 124.47º 0.37% 0.5% -
HSV(B) 124.47º 0.54% 0.68% -
XYZ 20.16 32.67 14.26 -
YUV 135.98 100.36 88.07 -
System Red Green Blue C M Y K H S L
Decimal 80 174 87 0.54 0 0.5 0.32 124.47 0.37 0.5
Hex 50 AE 57 36 0 32 20 7C 25 32
Octal 120 256 127 66 0 62 40 174 45 62
Binary 1010000 10101110 1010111 110110 0 110010 100000 1111100 100101 110010

Color Harmonies of #50AE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE57

Black with #50AE57

Text Example


Text Example

White with #50AE57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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