try filter
$$('table td').filter(function(el) {
return el.get('html') == this.get('html')
}, this).setStyle('color', color);
try filter
$$('table td').filter(function(el) {
return el.get('html') == this.get('html')
}, this).setStyle('color', color);