colormin

最小の同等のカラー値を生成するため、16進、HSL、RGB、CSSキーワードを変換します。

入力

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

出力

.box {
    background: #40bf5e;
}