What is the easiest way to determine which color will display? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

24th May 2019, 1:37 PM
Nataša Milić
Nataša Milić - avatar
9 Answers
+ 9
You should try HSL. It is better for understabding colors .
24th May 2019, 1:46 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 5
Study or choose color theme from here https://kuler.adobe.com/explore
24th May 2019, 4:10 PM
Calviղ
Calviղ - avatar
+ 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.
24th May 2019, 4:54 PM
Микола Федосєєв
Микола Федосєєв - avatar
+ 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👍
24th May 2019, 2:06 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 4
Use Dev tools, it's much easier, just hover. Too many colors to remember each code. IMO
25th May 2019, 12:54 AM
Tony Love Jones
Tony Love Jones - avatar
+ 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
25th May 2019, 12:04 PM
Guro Gjære
Guro Gjære - avatar
+ 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
25th May 2019, 11:34 PM
DatMADScripter
DatMADScripter - avatar
+ 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.
7th Jun 2019, 2:40 AM
Chris Coder
Chris Coder - avatar
+ 1
you should try RGB
9th Jul 2019, 10:15 AM
Yabetsa
Yabetsa - avatar