Como prender um valor
let d=max-min;
let c=((value-min)%d)+min;
Charming Copperhead
let d=max-min;
let c=((value-min)%d)+min;