Exploring Rgb Color Codes Codehs Answers Google Hot Exclusive Review

| Mix These... | You Get This... | RGB Code | | :--- | :--- | :--- | | | Yellow | (255, 255, 0) | | Red + Blue | Magenta (Purple) | (255, 0, 255) | | Green + Blue | Cyan (Light Blue) | (0, 255, 255) |

If you are looking for other common color codes for this or similar exercises (like "Rainbow" or "Making Yellow"), here are the standard values: (255, 0, 0) (0, 255, 0) (0, 0, 255) (255, 255, 0) (0, 255, 255) (255, 0, 255) Application Examples exploring rgb color codes codehs answers google hot

You’ll see an interactive tool with:

| Color | R | G | B | |---------------|-----|-----|-----| | Red | 255 | 0 | 0 | | Green | 0 | 255 | 0 | | Blue | 0 | 0 | 255 | | Yellow | 255 | 255| 0 | | Cyan | 0 | 255| 255 | | Magenta | 255 | 0 | 255 | | White | 255 | 255| 255 | | Black | 0 | 0 | 0 | | Gray (middle) | 128 | 128| 128 | | Mix These