mixable / color-utils
PHP utilities to convert any values between RGB, HSL, CMYK, YUV and HEX colors.
Installs: 12 977
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 4
Open Issues: 0
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^8.0
README
PHP class to convert any values between RGB, HSL, CMYK, YUV and HEX colors.
This package also provides some calculations on color to handle readability for colored or light and dark backgrounds.
More details are available at:
https://mixable.blog/adjust-text-color-to-be-readable-on-light-and-dark-backgrounds-of-user-interfaces/
https://mixable.blog/black-or-white-text-on-a-colour-background/
Installation
You can install this package by using composer.
composer require mixable/color-utils