Skip to content

A simple and effective way to improve your understanding of RGB color scheme for better web development.

Notifications You must be signed in to change notification settings

ahsankhan26/Color-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color-Guessing-Game

try it out : https://ahsankhan.me/Color-Guessing-Game/

A simple and effective way to improve your understanding of RGB color scheme for better web development.

How RGB Works

RGB stands for "Red", "Green" & "Blue".

The combination of these three colors can make any color in the color spectrum.

The values range from 0-255 for each channel.

The representation is (R,G,B)

Examples

Color RGB
Black (0,0,0)
White (255,255,255)
Red (255,0,0)
Green (0,255,0)
Blue (0,0,255)

About

A simple and effective way to improve your understanding of RGB color scheme for better web development.

Topics

Resources

Stars

Watchers

Forks