If you have a list of parameters, you would usually use the IN comparator, eg, IN ("red", "blue", "green") to match records to these parameters.
Conversely you can use NOT IN, eg NOT IN ("red", "blue", "green") to find those records that don't match.