Instead of RGB,we can use some constants below: * RGB(0,0,0) -> 0 * RGB(0,255,0) -> #GREEN (or #LIME) * RGB(0,0,255) -> #BLUE(or #CYAN) * RGB(200,200,200) -> #SILVER (or #GRAY)