Shades of Bitter Lemon #D1DA28
Tints of Bitter Lemon #D1DA28
RGB
CMYK
RGB Variations
Color information
#D1DA28 (or 0xD1DA28) is known color: Bitter Lemon. HEX triplet: D1, DA and 28. RGB value is (209,218,40). Sum of RGB (Red+Green+Blue) = 209+218+40=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA28 is #2E25D7. Grayscale: #C3C3C3. Windows color (decimal): -3024344 or 2677457. OLE color: 2677457.
HSL color Cylindrical-coordinate representation of color #D1DA28: hue angle of 63.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1DA28 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 40 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.15 |
| HSL | 63.03º | 0.71% | 0.51% | - |
| HSV(B) | 63.03º | 0.82% | 0.85% | - |
| XYZ | 51.75 | 63.85 | 11.6 | - |
| YUV | 195.02 | 40.52 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 40 | 0.04 | 0 | 0.82 | 0.15 | 63.03 | 0.71 | 0.51 |
| Hex | D1 | DA | 28 | 4 | 0 | 52 | F | 3F | 47 | 33 |
| Octal | 321 | 332 | 50 | 4 | 0 | 122 | 17 | 77 | 107 | 63 |
| Binary | 11010001 | 11011010 | 101000 | 100 | 0 | 1010010 | 1111 | 111111 | 1000111 | 110011 |
Color Harmonies of #D1DA28
Complementary color
Monochromatic Colors of #D1DA28
Black with #D1DA28
Text Example
Text Example
White with #D1DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA28; }
p { color: rgb(209,218,40); }
H1.HeaderClassName
{
color: #D1DA28;
}
.AnyTagClassName
{
color: #D1DA28;
}
</style>
background-color css
<style>
a { background-color: #D1DA28; }
a { background-color: rgb(209,218,40); }
div.DivClassName
{
background-color: #D1DA28;
}
.BgClassName
{
background-color: #D1DA28;
}
</style>
border-color css
<style>
span { border-color: #D1DA28; }
span { border-color: rgb(209,218,40); }
td.TdClassName
{
border-color: #D1DA28;
}
.TagClassName
{
border-color: #D1DA28;
}
</style>