Shades of Bitter Lemon #D1DC45
Tints of Bitter Lemon #D1DC45
RGB
CMYK
RGB Variations
Color information
#D1DC45 (or 0xD1DC45) is known color: Bitter Lemon. HEX triplet: D1, DC and 45. RGB value is (209,220,69). Sum of RGB (Red+Green+Blue) = 209+220+69=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DC45 is #2E23BA. Grayscale: #C8C8C8. Windows color (decimal): -3023803 or 4578513. OLE color: 4578513.
HSL color Cylindrical-coordinate representation of color #D1DC45: hue angle of 64.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1DC45 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 69 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.14 |
| HSL | 64.37º | 0.68% | 0.57% | - |
| HSV(B) | 64.37º | 0.69% | 0.86% | - |
| XYZ | 52.96 | 65.17 | 15.42 | - |
| YUV | 199.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 69 | 0.05 | 0 | 0.69 | 0.14 | 64.37 | 0.68 | 0.57 |
| Hex | D1 | DC | 45 | 5 | 0 | 45 | E | 40 | 44 | 39 |
| Octal | 321 | 334 | 105 | 5 | 0 | 105 | 16 | 100 | 104 | 71 |
| Binary | 11010001 | 11011100 | 1000101 | 101 | 0 | 1000101 | 1110 | 1000000 | 1000100 | 111001 |
Color Harmonies of #D1DC45
Complementary color
Monochromatic Colors of #D1DC45
Black with #D1DC45
Text Example
Text Example
White with #D1DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC45; }
p { color: rgb(209,220,69); }
H1.HeaderClassName
{
color: #D1DC45;
}
.AnyTagClassName
{
color: #D1DC45;
}
</style>
background-color css
<style>
a { background-color: #D1DC45; }
a { background-color: rgb(209,220,69); }
div.DivClassName
{
background-color: #D1DC45;
}
.BgClassName
{
background-color: #D1DC45;
}
</style>
border-color css
<style>
span { border-color: #D1DC45; }
span { border-color: rgb(209,220,69); }
td.TdClassName
{
border-color: #D1DC45;
}
.TagClassName
{
border-color: #D1DC45;
}
</style>