search for: 00cd00

Displaying 3 results from an estimated 3 matches for "00cd00".

Did you mean: 0000
2009 May 14
0
can I plot a matrix of colors?
..." #Aliceblue cellcol[cellcol < 5] <- "#F0F8FF" #Skyblue1 cellcol[cellcol >= 5 & cellcol < 20] <- "#87CEFF" #Blue cellcol[cellcol >= 20 & cellcol < 35] <- "#0000FF" #Green3 cellcol[cellcol >= 35 & cellcol < 50] <- "#00CD00" #Yellow2 cellcol[cellcol >= 50 & cellcol < 60] <- "#EEEE00" #Orange2 cellcol[cellcol >= 60 & cellcol < 75] <- "#EE9A00" #Red cellcol[cellcol >= 75 & cellcol < 90] <- "#EE0000" #Firebrick cellcol[cellcol >= 90] <- &...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;gray98", "#FAFAFA", "gray99", "#FCFCFC", "gray100", "#FFFFFF", "green", "#00FF00", "green1", "#00FF00", "green2", "#00EE00", "green3", "#00CD00", "green4", "#008B00", "greenyellow", "#ADFF2F", "grey", "#BEBEBE", "grey0", "#000000", "grey1", "#030303", "grey2", "#050505", "grey3&q...
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + +/* These are the background colours: */ +.a { background-color: #000000; } /* black */ +.b { background-color: #cd0000; } /* red */ +.c { background-color: #00cd00; } /* green */ +.d { background-color: #cdcd00; } /* yellow */ +.e { background-color: #0000cd; } /* blue */ +.f { background-color: #cd00cd; } /* magenta */ +.g { background-color: #00cdcd; } /* cyan */ +.h { background-color: #e5e5e5; } /* white */ + +/* These are the foreground...