function getRecommendationColors(hex,percentage){var hex=tinycolor(hex),text=tinycolor("fff"),brightness=Math.round(100*Math.min(hex.getBrightness()/255));return brightness<25?hex.lighten(25-brightness):75