- Joined
- Dec 19, 2007
- Messages
- 1,234
Which %,%,% (red,green,blue) creates yellow?
You can't do it that way........
That's not a fact. There are 3 primary colors: Red, Blue and Green. Yellow's not one of them.it's a fact that yellow is a primary colour and not a mix between two colours
Which %,%,% (red,green,blue) creates yellow?
and orange?Like ap0calypse said, 100%/100%/0% creates yellow.
If the yellow is too bright, lower the green percent, such as 100%/90%/0%.
after color = |r or not?If true:
- Floating Text - Create floating text that reads ((String((Integer((Percentage life of (Triggering unit)))))) + %) at (Point(R1, R2)) with Z offset 50.00, using font size 12.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
else:
- Floating Text - Create floating text that reads (|CFF0042FF) + ((String((Integer((Percentage life of (Triggering unit)))))) + %) at (Point(R1, R2)) with Z offset 50.00, using font size 12.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
- Floating Text - Create floating text that reads (|CFFFFFF01) + ((String((Integer((Percentage life of (Triggering unit)))))) + %) at (Point(R1, R2)) with Z offset 50.00, using font size 12.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
google.comand orange?
Thanks
HOW TO CONVERT HEXADECIMEL INTO PERSENTAGE?
take number on left
times it by 16 (A = 10, B = 11, C = 12, D = 13, E = 14, F = 15)
add them together
9B = (9 * 16 + 11) = (144+11)=155%
Shouldn't google provide you with a link to some sort of calculator who do it?
Even your Windows Calculator even has itShouldn't google provide you with a link to some sort of calculator who do it?
165*100 = 16500Even your Windows Calculator even has it
Open the calculator, go to View -> Programmer. A list should appear on the left, select "Hex". Then you can type something like "A8". Now select "Dec" in the list and boom! The calculator tells you it's 168 (and 168 out of 255 is about 66%).
Still, other bases are extremely easy to learn. Basically because they're all pretty much the same.
Every base is converted the same way and behaves the same way. We use them because they're easier (base-10 is just pretty bad, so we need others ).
To convert any N-digit number of any base to decimal:
an(base)n-1 + an-2(base)n-1 + ... + a2(base)1 + a1(base)0"base" is the base number. You count in base 10 (decimal), computers in base 2 (binary) and base 16 (hexadecimal).
a0 to an are integers between 0 and (base-1).
This may look complicated, but it's really easy to use.
After a while, there should be an entire range of colours ingrained in your brain.
You learn to know that yellow is red and green,
orange is just yellow with less green.
Brown is orange with less red and green,
Teal is blue and green (though it looks better with a bit less green),
Magenta (bright pink) is red and blue,
Purple is magenta with less red,
I could go on forever, but I shan't.
There are two different type of colour. The colour I learned at school says that red yellow and blue are primary while green purple and orange are secondary. This works when mixing paint but when it comes to light there are a different set of colours.
red green blue are primary while cyan magenta and yellow are the secondary colours of light. mixing colours on a computer screen relies on light and so we use the light spectrum of colours and not the same one we used for paint in kindergarten.
make sure u don't get them confused.
'A8' is 168. 16800/255 is 65.88 which is "about 66%" .165*100 = 16500
16500/255 = 64
His information is usefull but I just simply wanted to know how to useI believe you're mistaken, best_player_88: his comment wasn't impolite (at least it wasn't meant to be).
In kindergarten, you start playing with paint. The colors you use there are completely different from the colors you use on your computer.
So it's not "don't get confused in kindergarten colors", it's "don't confuse colors you learnt from the time you were in kindergarten with the ones they use for screens (TV, computer, ...)" (you misinterpreted that).
As I said in my first post here: paint (including printing, which is computer-related) uses different primary colors (Cyan, Magenta, Yellow and Black). He just wanted to make that clear I think (since, there, yellow is a primary color and not a mixture of others).
'A8' is 168. 16800/255 is 65.88 which is "about 66%" .
this information is intresting, about the light creating 3 colors which not allways match the paint colors, my bad.
Well thanks for reconsidering. I was just trying to help.... I was always baffled at how mixing Green and Red could make Yellow because when I first learned this I could only think about how if you mix red and green paint you would get some icky brown colour.