An open API service indexing awesome lists of open source software.

https://github.com/evandrolg/cli_color_converter

This is a command line program that convert from RGB to hexadecimal / hexadecimal to RGB
https://github.com/evandrolg/cli_color_converter

cli-color-converter command-line hexadecimal rgb ruby

Last synced: 2 months ago
JSON representation

This is a command line program that convert from RGB to hexadecimal / hexadecimal to RGB

Awesome Lists containing this project

README

          

# cli_color_converter
This is a command line program that convert from RGB to hexadecimal / hexadecimal to RGB

## Installation
To install `cli_color_converter`, run:

```shell
gem install cli_color_converter
```

## How does it work?
It's a really easy program to use. You just need to run the `cli_color_converter` command passing a string with a valid value (hexadecimal or RGB), like in the example above, and the output will be the converted value.

```shell
cli_color_converter 'rgb(255, 255, 255)'
```