colormin

在十六进制、hsl、rgb 和 CSS 关键字之间进行转换,以生成最小的等效颜色值。

示例

输入

.box {
    background: hsl(134, 50%, 50%);
}

输出

.box {
    background: #40bf5e;
}