+ 10
What is the easiest way to determine which color will display?
While I'm doing HTML challenges the only questions I have troubles with selecting the right answers are the ones about shades of the color. I'm familiar with RGB and HEX values and color mixing. For example, I know that RGB(255, 255, 0) will display Yellow or that #ff00ff will display Pink color, but I have troubles to define the shades of color when integers values are not so obvious, like #ADFF2F (GreenYellow). If you have any suggestion about how to improve that skill, I would appreciate an answer. Thanks in advance!
9 Answers
+ 9
You should try HSL. It is better for understabding colors .
+ 5
Study or choose color theme from here
https://kuler.adobe.com/explore
+ 5
In general, you may try some of color selection tools. Some of them can be found there, on SL. But the task of color selection is not so easy, just because of very complex human eye behavior. The same color looks differently on depend of a few external factors. So, the best way is not to predict the color, but select it with a smooth color selection tool while watching the resulting scene.
+ 4
Well if u play them daily , in after week u will easily catch them up as this happened with me also in the starting and there is no need to learn hex values for colors
Just play challenges daily and u will memorise them
Good luck👍
+ 4
Use Dev tools, it's much easier, just hover. Too many colors to remember each code. IMO
+ 3
This is my go-to page for colors: https://www.color-hex.com/
On this page, you can find hex and rgb values (and more), each color also lists complimentary colors, lighter/darker hues, and more
+ 1
Well, if you download Visual Studio Code and make the coding in there, in front of the color will give a preview of the color
+ 1
Simply type hex color picker in google, and it will show you a color picker where you can move a slider or type in hex values.
+ 1
you should try RGB