Html Css Color HEX #50AD5E Fruit Salad

📋 copy color: '#50AD5E'

red 80 ◦ green 173 ◦ blue 94

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

Shades of Fruit Salad #50AD5E

Tints of Fruit Salad #50AD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.86%

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

R = 23.05%
G = 49.86%
B = 27.09%

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

#50AD5E (or 0x50AD5E) is known color: Fruit Salad. HEX triplet: 50, AD and 5E. RGB value is (80,173,94). Sum of RGB (Red+Green+Blue) = 80+173+94=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD5E is #AF52A1. Grayscale: #888888. Windows color (decimal): -11489954 or 6204752. OLE color: 6204752.

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

Color convert

RGB 80 173 94 -
CMYK 0.54 0 0.46 0.32
HSL 129.03º 0.37% 0.5% -
HSV(B) 129.03º 0.54% 0.68% -
XYZ 20.27 32.4 15.78 -
YUV 136.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 80 173 94 0.54 0 0.46 0.32 129.03 0.37 0.5
Hex 50 AD 5E 36 0 2E 20 81 25 32
Octal 120 255 136 66 0 56 40 201 45 62
Binary 1010000 10101101 1011110 110110 0 101110 100000 10000001 100101 110010

Color Harmonies of #50AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD5E

Black with #50AD5E

Text Example


Text Example

White with #50AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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