Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colors is a simple JS library that converts one color model to another. It supports hexadecimal, RGB, HSV and even HTML named color values.

Colors can do the following:

  • Change RGB to a Hexadecimal color.
  • Change Hexadecimal to an RGB color.
  • Change Hexadecimal to an HSV color.
  • Get the complementary value of a Hexadecimal color.
  • Get the complementary value of an RGB color.
  • Named color to an RGB object, HSV object or Hexadecimal string.
  • Get a random color in RGB or Hexadecimal.

Usage instructions

About

A simple color manipulation javascript library.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors