Shades of Bitter Lemon #D1DA2F
Tints of Bitter Lemon #D1DA2F
RGB
CMYK
RGB Variations
Color information
#D1DA2F (or 0xD1DA2F) is known color: Bitter Lemon. HEX triplet: D1, DA and 2F. RGB value is (209,218,47). Sum of RGB (Red+Green+Blue) = 209+218+47=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA2F is #2E25D0. Grayscale: #C4C4C4. Windows color (decimal): -3024337 or 3136209. OLE color: 3136209.
HSL color Cylindrical-coordinate representation of color #D1DA2F: hue angle of 63.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1DA2F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 47 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.15 |
| HSL | 63.16º | 0.7% | 0.52% | - |
| HSV(B) | 63.16º | 0.78% | 0.85% | - |
| XYZ | 51.88 | 63.9 | 12.29 | - |
| YUV | 195.82 | 44.02 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 47 | 0.04 | 0 | 0.78 | 0.15 | 63.16 | 0.7 | 0.52 |
| Hex | D1 | DA | 2F | 4 | 0 | 4E | F | 3F | 46 | 34 |
| Octal | 321 | 332 | 57 | 4 | 0 | 116 | 17 | 77 | 106 | 64 |
| Binary | 11010001 | 11011010 | 101111 | 100 | 0 | 1001110 | 1111 | 111111 | 1000110 | 110100 |
Color Harmonies of #D1DA2F
Complementary color
Monochromatic Colors of #D1DA2F
Black with #D1DA2F
Text Example
Text Example
White with #D1DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA2F; }
p { color: rgb(209,218,47); }
H1.HeaderClassName
{
color: #D1DA2F;
}
.AnyTagClassName
{
color: #D1DA2F;
}
</style>
background-color css
<style>
a { background-color: #D1DA2F; }
a { background-color: rgb(209,218,47); }
div.DivClassName
{
background-color: #D1DA2F;
}
.BgClassName
{
background-color: #D1DA2F;
}
</style>
border-color css
<style>
span { border-color: #D1DA2F; }
span { border-color: rgb(209,218,47); }
td.TdClassName
{
border-color: #D1DA2F;
}
.TagClassName
{
border-color: #D1DA2F;
}
</style>