Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort hex HTML colors by luminance #4

Open
PBrockmann opened this issue May 12, 2016 · 1 comment
Open

Sort hex HTML colors by luminance #4

PBrockmann opened this issue May 12, 2016 · 1 comment

Comments

@PBrockmann
Copy link

http://www.w3schools.com/jsref/jsref_sort.asp

from https://en.wikipedia.org/wiki/Relative_luminance
Y = 0.2126 R + 0.7152 G + 0.0722 B

http://stackoverflow.com/questions/5623838/rgb-to-hex-and-hex-to-rgb

@PBrockmann
Copy link
Author

Tested from
https://jsfiddle.net/PBrockmann/5hvd2wo1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant