Input
Output
<html> <head> <title>Onlinetpoint - CSS Name</title> </head> <body> <h3 style="color: hsl(240, 100%, 50%);">Blue Color using HSL</h3> <div style="background-color: hsl(120, 100%, 75%);"> Light Green Background </div> </body> </html>