All Projects → SimonWaldherr → ColorConverter.js

SimonWaldherr / ColorConverter.js

Licence: other
Convert between RGB, YUV, HSL, CMYK and HEX color defining with these JavaScript functions under MIT-License

Programming Languages

javascript
184084 projects - #8 most used programming language
coffeescript
4710 projects
CSS
56736 projects

#ColorConverter.js

Convert between RGB, HSL and HEX color defining with these JavaScript functions under MIT-License take a look at the to PHP translated version: https://github.com/SimonWaldherr/ColorConverter.php

##about

License: MIT
Version: 0.1.2
Date: 09.2014

##download

  • npm: https://npmjs.org/package/colorconverter
  • git: [email protected]:SimonWaldherr/ColorConverter.js.git
  • zip from GitHub

##demo

Test this code on the associated github page simonwaldherr.github.com/colorconverter.js/.

##matrix

. RGB HSL HSV YUV Hex CMYK
RGB . X X X X X
HSL X . . . X .
HSV X . . . . .
YUV X . . . . .
Hex X X . . . .
CMYK X . . . . .

##contact

Feel free to contact me via eMail or on Twitter. This software will be continually developed. Suggestions and tips are always welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].