Complementary RGB Color Pairs

Mark Smith mark at maseurope.net
Sun Feb 25 07:38:53 EST 2007


Stephen, in RGB, the values below are yellow and blue.

I have a distant memory that complementary colors are opposites on a  
color wheel - for each primary color, a mixture of the other two, so
if primary color = blue then complementary color = red + green = yellow.

Do you get the effect you want by simply subtracting each value from  
255?

Best,

Mark

On 25 Feb 2007, at 06:47, Stephen Barncard wrote:

> YELLOW and GREEN look like this
>
> 255,255,0
> 0,0,255
>
> 11111111,11111111,00000000	yellow
> 00000000,00000000,11111111	green




More information about the use-livecode mailing list