Skip to content

SimonWaldherr/ColorConverter.js

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

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: git@github.com: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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published