color-2-name
Finds the closest color name to a given hex, rgb and hsl color (with and without alpha). It uses the Euclidean distance formula to calculate the distance between colors in the RGB color space
Finds the closest color name to a given hex, rgb and hsl color (with and without alpha). It uses the Euclidean distance formula to calculate the distance between colors in the RGB color space
Use to mix hex colors
A zero-dependancy, light-weight color modification library to convert between color types and modify color attributes for javascript.
A simple Node.js library for converting between different color formats and applying color adjustments and filters.
A simple package to manipulate colors in various formats.
A javascript library that returns a color code for a given color name.
Text coloring and styling for backend consoles
A JavaScript library for CSS4 compliant color parsing and transformation
A Color Converter for RGB <-> HEX color values
colorFormat.js是将颜色值转换为你需要格式的JavaScript库,现在仅支持浏览器支持的HEX/RGB/RGBA/HSL/HSLA等5种格式,任意格式之间互相转换。
A JS library for Color Conversions, Manipulations, Harmony Generations, Accessibility Analysis and Parsing.
Color-related utility functions.
Objectify alpha hex values
A tool which read an image and make a ranking of the most used colors on it.
Color Picker Web Component
This is a simple project which displays the image in terminal shell.
find the closest websafe color by hex value
Color Space Convertor
A comprehensive color conversion and manipulation package for JavaScript/TypeScript
A library for parsing colors within the sRGB color space. it includes rgb(a), hsl(a), hsv(a), hex and cmyk. It mainly focuses on web standards, which is why it has build in css support. However, it may be used in any application that follows the css color