Color color = new Color(red,green,blue,alpha)//Alpha 0 is transparent
new Color(0, 37/255f, 254/255f);
new Color(255f/255f, 100f/255f, 0f/255f);