colormin

在十六進位、HSL、RGB 和 CSS 關鍵字之間轉換,以產生最小等效的顏色值。

範例

輸入

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

輸出

.box {
    background: #40bf5e;
}