Shades of Bitter Lemon #D1DA40
Tints of Bitter Lemon #D1DA40
RGB
CMYK
RGB Variations
Color information
#D1DA40 (or 0xD1DA40) is known color: Bitter Lemon. HEX triplet: D1, DA and 40. RGB value is (209,218,64). Sum of RGB (Red+Green+Blue) = 209+218+64=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA40 is #2E25BF. Grayscale: #C6C6C6. Windows color (decimal): -3024320 or 4250321. OLE color: 4250321.
HSL color Cylindrical-coordinate representation of color #D1DA40: hue angle of 63.51º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1DA40 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 64 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.15 |
| HSL | 63.51º | 0.68% | 0.55% | - |
| HSV(B) | 63.51º | 0.71% | 0.85% | - |
| XYZ | 52.29 | 64.07 | 14.46 | - |
| YUV | 197.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 64 | 0.04 | 0 | 0.71 | 0.15 | 63.51 | 0.68 | 0.55 |
| Hex | D1 | DA | 40 | 4 | 0 | 47 | F | 40 | 44 | 37 |
| Octal | 321 | 332 | 100 | 4 | 0 | 107 | 17 | 100 | 104 | 67 |
| Binary | 11010001 | 11011010 | 1000000 | 100 | 0 | 1000111 | 1111 | 1000000 | 1000100 | 110111 |
Color Harmonies of #D1DA40
Complementary color
Monochromatic Colors of #D1DA40
Black with #D1DA40
Text Example
Text Example
White with #D1DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA40; }
p { color: rgb(209,218,64); }
H1.HeaderClassName
{
color: #D1DA40;
}
.AnyTagClassName
{
color: #D1DA40;
}
</style>
background-color css
<style>
a { background-color: #D1DA40; }
a { background-color: rgb(209,218,64); }
div.DivClassName
{
background-color: #D1DA40;
}
.BgClassName
{
background-color: #D1DA40;
}
</style>
border-color css
<style>
span { border-color: #D1DA40; }
span { border-color: rgb(209,218,64); }
td.TdClassName
{
border-color: #D1DA40;
}
.TagClassName
{
border-color: #D1DA40;
}
</style>