A simple RGB and Hexadecimal converter. Good for web developers. // ONLINE COLOR PICKER // http://hslpicker.com/ // HEXADECIMAL COLORS ON WIKIPEDIA // http://en.wikipedia.org/wiki/Hexadecimal#Written_representation // RGB COLORS ON WIKIPEDIA // http://en.wikipedia.org/wiki/RGB_color_model // CYMK COLORS ON WIKIPEDIA // http://en.wikipedia.org/wiki/CMYK_color_model
// CREDITS // Thanks to: @900miles, @MasterOfArithmetic and @thebriculator // CHANGELOG // Ver. 2.9: Added a popping sound effect when the green flag is clicked. Ver. 2.8: Fixed the music from starting over when H is pushed from the "Why RGB?" screen. Ver. 2.7: Push H to open the "Why RGB?" screen I wrote. It explains why RGB is essential to web colors. Then, push H again to go to the Title. Ver. 2.6: Bug fixes (push Space on the title brings up converter, don't enter anything --> don't convert) Ver. 2.5: Cleaner code! Both converters are rewritten! Any information for ver. 2.5 and older was lost.