0.0.14 • Published 6 years ago

name-the-color v0.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

What is this?

A command line tool that returns the color name of a Hex color value.

It searches a library of 16721 handpicked colors assembled from various sources and user submissions.

Now, since there are 16581375 possible RGB colors, there may not be an exact match. In that case, it finds the closest RGB neighbor.

npm.io


How do I use this?

First, install:

npm install name-the-color -g

Then, do a search by typing:

color 000000
// or
color "#000000"
// or
color \#000000

You'll get output similar to this: | Color Name | SCSS Variable | Hex | RGB | Distance | | -------------------- | -------------------------- | ----------------- | ---------------------- | ------------------ | | Black | $black: #000000; | #000000 | rgb(0, 0, 0) | 0.00 |

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago