This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.

The basis of this game is to identify the rgb color code and tap the right color.

An RGB color value is specified with: rgb(red, green, blue).

Each parameter (red, green, and blue) defines the intensity of the color as an integer between 0 and 255.

For example, rgb(0, 0, 255) is rendered as blue, because the blue parameter is set to its highest value (255) and the others are set to 0.