Try this:
Serial.print(Temp_HEX/100.0, 2);//
If you get what you want after the execution of the above instruction, then answer to the following question without doing any experiment with the Arduino.
What value would you see on the Serial Monitor if you execute the following instruction?
Serial.print(Temp_HEX/100, 2);