To change any cell background color use the following code in After Record Processed event.
Note: Change the values listed in red to match your specific needs.
global $record; $record["FieldName_style"]='style="background:red"';