Project 3 RGB LED w/ NAND Gates

This circuit lights up an RGB LED different colors using NAND gates. The Boolean expressions for this circuit are: red - AB + AC + BD, blue - CD + BD + A, and green - BC + AC' + C'D.