Shades of Bitter Lemon #D1DA24
Tints of Bitter Lemon #D1DA24
RGB
CMYK
RGB Variations
Color information
#D1DA24 (or 0xD1DA24) is known color: Bitter Lemon. HEX triplet: D1, DA and 24. RGB value is (209,218,36). Sum of RGB (Red+Green+Blue) = 209+218+36=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 36 (14.45% from 255 or 7.78% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA24 is #2E25DB. Grayscale: #C3C3C3. Windows color (decimal): -3024348 or 2415313. OLE color: 2415313.
HSL color Cylindrical-coordinate representation of color #D1DA24: hue angle of 62.97º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1DA24 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 36 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.15 |
| HSL | 62.97º | 0.72% | 0.5% | - |
| HSV(B) | 62.97º | 0.83% | 0.85% | - |
| XYZ | 51.68 | 63.83 | 11.26 | - |
| YUV | 194.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 36 | 0.04 | 0 | 0.83 | 0.15 | 62.97 | 0.72 | 0.5 |
| Hex | D1 | DA | 24 | 4 | 0 | 53 | F | 3F | 48 | 32 |
| Octal | 321 | 332 | 44 | 4 | 0 | 123 | 17 | 77 | 110 | 62 |
| Binary | 11010001 | 11011010 | 100100 | 100 | 0 | 1010011 | 1111 | 111111 | 1001000 | 110010 |
Color Harmonies of #D1DA24
Complementary color
Monochromatic Colors of #D1DA24
Black with #D1DA24
Text Example
Text Example
White with #D1DA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA24; }
p { color: rgb(209,218,36); }
H1.HeaderClassName
{
color: #D1DA24;
}
.AnyTagClassName
{
color: #D1DA24;
}
</style>
background-color css
<style>
a { background-color: #D1DA24; }
a { background-color: rgb(209,218,36); }
div.DivClassName
{
background-color: #D1DA24;
}
.BgClassName
{
background-color: #D1DA24;
}
</style>
border-color css
<style>
span { border-color: #D1DA24; }
span { border-color: rgb(209,218,36); }
td.TdClassName
{
border-color: #D1DA24;
}
.TagClassName
{
border-color: #D1DA24;
}
</style>