hsl-to-hex-simple

1.0.4 • Public • Published

hsl-to-hex-simple

Convert HSL colors to RGB colors in hex format.

Install

npm install --save hsl-to-hex-simple

API

require('hsl-to-hex-simple') => Function
hsl(hue, saturation, luminosity)` => String

Example

var hsl = require('hsl-to-hex-simple')
var hue = 133
var saturation = 40
var luminosity = 60
var hex = hsl(hue, saturation, luminosity)
console.log(hex) // #70c282

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i hsl-to-hex-simple

Weekly Downloads

3

Version

1.0.4

License

ISC

Unpacked Size

2.72 kB

Total Files

5

Last publish

Collaborators

  • sunilsamuel