Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdmostafa/color-checker-game

This is a simple color checker game where you can check your color memorizing capacity
https://github.com/bdmostafa/color-checker-game

Last synced: 5 days ago
JSON representation

This is a simple color checker game where you can check your color memorizing capacity

Awesome Lists containing this project

README

        

# color-checker

https://www.w3schools.com/colors/colors_picker.asp
https://en.wikipedia.org/wiki/Color

color digits between (0-9) (a-f)

Hex value (6 digit)
#ff4000
ff is for red
40 is for green
00 is for blue

RGB value (Red, Green, Blue)
rgb(255, 64, 0)

HSL value (Hue, Saturation, Lightness)
hsl(15, 100%, 50%)

Pure Red - rgb(255, 0, 0)
Pure Black - rgb(0, 0, 0), #000/#00000
Pure White - rgb(255, 255, 255), #fff/#ffffff