Shades of Bitter Lemon #D1DC40
Tints of Bitter Lemon #D1DC40
RGB
CMYK
RGB Variations
Color information
#D1DC40 (or 0xD1DC40) is known color: Bitter Lemon. HEX triplet: D1, DC and 40. RGB value is (209,220,64). Sum of RGB (Red+Green+Blue) = 209+220+64=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DC40 is #2E23BF. Grayscale: #C7C7C7. Windows color (decimal): -3023808 or 4250833. OLE color: 4250833.
HSL color Cylindrical-coordinate representation of color #D1DC40: hue angle of 64.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1DC40 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 64 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.14 |
| HSL | 64.23º | 0.69% | 0.56% | - |
| HSV(B) | 64.23º | 0.71% | 0.86% | - |
| XYZ | 52.81 | 65.11 | 14.63 | - |
| YUV | 198.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 64 | 0.05 | 0 | 0.71 | 0.14 | 64.23 | 0.69 | 0.56 |
| Hex | D1 | DC | 40 | 5 | 0 | 47 | E | 40 | 45 | 38 |
| Octal | 321 | 334 | 100 | 5 | 0 | 107 | 16 | 100 | 105 | 70 |
| Binary | 11010001 | 11011100 | 1000000 | 101 | 0 | 1000111 | 1110 | 1000000 | 1000101 | 111000 |
Color Harmonies of #D1DC40
Complementary color
Monochromatic Colors of #D1DC40
Black with #D1DC40
Text Example
Text Example
White with #D1DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC40; }
p { color: rgb(209,220,64); }
H1.HeaderClassName
{
color: #D1DC40;
}
.AnyTagClassName
{
color: #D1DC40;
}
</style>
background-color css
<style>
a { background-color: #D1DC40; }
a { background-color: rgb(209,220,64); }
div.DivClassName
{
background-color: #D1DC40;
}
.BgClassName
{
background-color: #D1DC40;
}
</style>
border-color css
<style>
span { border-color: #D1DC40; }
span { border-color: rgb(209,220,64); }
td.TdClassName
{
border-color: #D1DC40;
}
.TagClassName
{
border-color: #D1DC40;
}
</style>