Huehive Logo

HueHive

#4CAF50 Completed Green
#FFEB3B In Progress Yellow
#F44336 Not Started Red
#2196F3 Neutral Blue
#F5F5F5 Background Gray

Corporate Installation Status

Palette Description

Here is a color palette suitable for a corporate spreadsheet that documents “fully concluded” and “partially concluded” parts of an electrical installation:

json
{
  "palette_name": "Corporate Installation Status",
  "colors": [
    {
      "name": "Completed Green",
      "hex_code": "
                            
                            #4CAF50
                        "
    },
    {
      "name": "In Progress Yellow",
      "hex_code": "
                            
                            #FFEB3B
                        "
    },
    {
      "name": "Not Started Red",
      "hex_code": "
                            
                            #F44336
                        "
    },
    {
      "name": "Neutral Blue",
      "hex_code": "
                            
                            #2196F3
                        "
    },
    {
      "name": "Background Gray",
      "hex_code": "
                            
                            #F5F5F5
                        "
    }
  ]
}

Palette Description:

  • Completed Green: Indicates fully concluded parts of the installation, exuding a sense of completion and reliability.
  • In Progress Yellow: Represents partially concluded parts, providing a bright and attention-grabbing color to signify ongoing work.
  • Not Started Red: Marks items that have not yet been initiated, creating a sense of urgency.
  • Neutral Blue: Can be used for general information or notes, providing a calming contrast to the more vibrant colors.
  • Background Gray: A subtle color for the background, ensuring that text and data stand out clearly.

Would you like to add any specific shades or additional colors to the palette?