Shades of Bitter Lemon #D1DA2E
Tints of Bitter Lemon #D1DA2E
RGB
CMYK
RGB Variations
Color information
#D1DA2E (or 0xD1DA2E) is known color: Bitter Lemon. HEX triplet: D1, DA and 2E. RGB value is (209,218,46). Sum of RGB (Red+Green+Blue) = 209+218+46=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA2E is #2E25D1. Grayscale: #C4C4C4. Windows color (decimal): -3024338 or 3070673. OLE color: 3070673.
HSL color Cylindrical-coordinate representation of color #D1DA2E: hue angle of 63.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1DA2E is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 46 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.15 |
| HSL | 63.14º | 0.7% | 0.52% | - |
| HSV(B) | 63.14º | 0.79% | 0.85% | - |
| XYZ | 51.86 | 63.9 | 12.18 | - |
| YUV | 195.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 46 | 0.04 | 0 | 0.79 | 0.15 | 63.14 | 0.7 | 0.52 |
| Hex | D1 | DA | 2E | 4 | 0 | 4F | F | 3F | 46 | 34 |
| Octal | 321 | 332 | 56 | 4 | 0 | 117 | 17 | 77 | 106 | 64 |
| Binary | 11010001 | 11011010 | 101110 | 100 | 0 | 1001111 | 1111 | 111111 | 1000110 | 110100 |
Color Harmonies of #D1DA2E
Complementary color
Monochromatic Colors of #D1DA2E
Black with #D1DA2E
Text Example
Text Example
White with #D1DA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA2E; }
p { color: rgb(209,218,46); }
H1.HeaderClassName
{
color: #D1DA2E;
}
.AnyTagClassName
{
color: #D1DA2E;
}
</style>
background-color css
<style>
a { background-color: #D1DA2E; }
a { background-color: rgb(209,218,46); }
div.DivClassName
{
background-color: #D1DA2E;
}
.BgClassName
{
background-color: #D1DA2E;
}
</style>
border-color css
<style>
span { border-color: #D1DA2E; }
span { border-color: rgb(209,218,46); }
td.TdClassName
{
border-color: #D1DA2E;
}
.TagClassName
{
border-color: #D1DA2E;
}
</style>