This method converts color values from hue-saturation-lightness (HSL) to it's red-green-blue representation.
Check out the demo!
Special thanks to tsaniel, Alex Kloss, subzey, Jed Schmidt, and maettig for there unbelievable magic and effort!
See the 140byt.es site for a showcase of entries (built itself using 140-byte entries!), and follow @140bytes on Twitter.
To learn about byte-saving hacks for your own code, or to contribute what you've learned, head to the wiki.
140byt.es is brought to you by Jed Schmidt, with help from Alex Kloss. It was inspired by work from Thomas Fuchs and Dustin Diaz.
I started from scratch and now I'm down at 121 bytes with a clean list of arguments and without using a for loop.
Golfing this down was more math than coding. I was hoping to be the leader of this little competition but it's already at 121 bytes. Now I need your help. I tried to save a few more bytes but everything lead to the same 121 bytes, just made the code more confusing. One more byte? Anyone?