button color for black background html css

CSS
<style>
  .button {
   background-color:colorhere; 
  }
  
</style>.button {
  background-color: #4CAF50; /* Green */
  border: none;

    
color: white;
  padding: 15px 32px;
  text-align: center;
  
text-decoration: none;
  display: inline-block;
  font-size: 16px;

} 
Source

Also in CSS: