What is the formula for deciding if an rgb code is green? Here is an attempt:
public boolean isGreen(Color color){ return (color.getGreen() > 0.8*(colo