Returns true if the given mirek is between 153 and 500 (inclusive).
true
mirek
static bool isValidMirek(int mirek) => mirek >= 153 && mirek <= 500;