Skip to content

allenfantasy/colorhex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorHex

NPM Version NPM Downloads

A command line helper to convert between RGB & Hex.

Install

npm install -g colorhex

Usage

$ colorhex -c 52,144,142 # \#34908e
$ colorhex -x '#34908e'  # [ 52, 144, 142 ]

use colorhex -h to learn more.

About

RGB color <=> hex in command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published