I am converting color console output to HTML. Currently, I am first translating ConsoleColors into a color with the same name (and dark yellow manually, as it is not there).
However, I found that some Color and ConsoleColor with the same name look very different, for example, CC-Green is only # 008000 instead of # 00FF00 (which I confirmed is the actual RGB value).
I could not find a list of actual RGB values โโfor all ConsoleColors that I could use in the mapping table. Is there such a list?
mafu Jan 29 '15 at 9:23 2015-01-29 09:23
source share