background color

CSS
document.body.style.backgroundColor = "red";html,body {
  background-color: red;
}body {
  background-color: rgb(255,255,255);
}body {
  background-color: lightblue;
}
 div {
 opacity:25% ; 
}body {
  background-color: green;
}
Source

Also in CSS: