#D5DE2B
#D5DE2B
グリーンイエロー系
カラーコード変換
| 形式 | 値 | |
|---|---|---|
| HEX | #D5DE2B | |
| RGB | rgb(213, 222, 43) | |
| RGBA | rgba(213, 222, 43, 1) | |
| HSL | hsl(63, 73%, 52%) | |
| HSV | hsv(63, 81%, 87%) | |
| CMYK | cmyk(4%, 0%, 81%, 13%) |
Aa
白背景
1.47:1不適合
Aa
黒背景
14.31:1AA適合
配色パレット提案
CSSグラデーションサンプル
ライト → ダーク
linear-gradient(135deg, #EBEF9A, #D5DE2B, #727713)補色グラデーション
linear-gradient(135deg, #D5DE2B, #342BDE)類似色グラデーション
linear-gradient(135deg, #DE8E2B, #D5DE2B, #7CDE2B)ラジアルグロー
radial-gradient(circle, #D5DE2B, #727713)サンセット風
linear-gradient(to right, #D5DE2B, #7CDE2B, #342BDE)オーバーレイ
linear-gradient(180deg, #D5DE2BCC, #D5DE2B33)CSS使用例
背景色として使用
Hello, World!
background-color: #D5DE2B;テキスト色として使用
Color Text
color: #D5DE2B;ボーダー色として使用
ボーダー要素
border: 3px solid #D5DE2B;シャドウとして使用
Shadow
box-shadow: 0 8px 32px #D5DE2B66;