Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

Added `rgb_to_hsl` snippet #276

Closed Melvin-Abraham closed 4 years ago

Melvin-Abraham commented 4 years ago

This PR includes a snippet for converting RGB color value to HSL color value. Feel free to test the code: https://repl.it/repls/HorizontalCuddlyNewsaggregator#main.py