Random color

Hi,

i’m currently using tween max to tint a background mc to a random color (like this: TweenMax.to (bakgrund_mc, 4, { tint:(Math.random() * 0xFFFFFF)}); ) but i would like to have random colors but exclude darker colors(it makes the black text im using really hard to read), is that possible? anyone knows how to do this?

ty