Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bdmostafa/color-checker-game
- Owner: bdmostafa
- Created: 2020-07-29T12:23:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T08:56:22.000Z (over 4 years ago)
- Last Synced: 2024-12-25T00:08:32.300Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://bdmostafa.github.io/color-checker-game/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# color-checker
https://www.w3schools.com/colors/colors_picker.asp
https://en.wikipedia.org/wiki/Colorcolor digits between (0-9) (a-f)
Hex value (6 digit)
#ff4000
ff is for red
40 is for green
00 is for blueRGB 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