Threshold Binary Sensor - create card in Lovelace

Hi.
How can I create a card related to a threshold binary sensor?
This binary sensor is configured in configuration.yaml

 - platform: threshold
    name: "Humidity First Floor"
    entity_id: sensor.dht_sensor_humidity
    lower: 58
    upper: 80

I want to show an icon if humidity is between 58 and 80% and different one if its below 58%
Thanks!