Shades of Bitter Lemon #D1DA45
Tints of Bitter Lemon #D1DA45
RGB
CMYK
RGB Variations
Color information
#D1DA45 (or 0xD1DA45) is known color: Bitter Lemon. HEX triplet: D1, DA and 45. RGB value is (209,218,69). Sum of RGB (Red+Green+Blue) = 209+218+69=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA45 is #2E25BA. Grayscale: #C6C6C6. Windows color (decimal): -3024315 or 4578001. OLE color: 4578001.
HSL color Cylindrical-coordinate representation of color #D1DA45: hue angle of 63.62º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1DA45 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 69 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.15 |
| HSL | 63.62º | 0.67% | 0.56% | - |
| HSV(B) | 63.62º | 0.68% | 0.85% | - |
| XYZ | 52.44 | 64.13 | 15.24 | - |
| YUV | 198.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 69 | 0.04 | 0 | 0.68 | 0.15 | 63.62 | 0.67 | 0.56 |
| Hex | D1 | DA | 45 | 4 | 0 | 44 | F | 40 | 43 | 38 |
| Octal | 321 | 332 | 105 | 4 | 0 | 104 | 17 | 100 | 103 | 70 |
| Binary | 11010001 | 11011010 | 1000101 | 100 | 0 | 1000100 | 1111 | 1000000 | 1000011 | 111000 |
Color Harmonies of #D1DA45
Complementary color
Monochromatic Colors of #D1DA45
Black with #D1DA45
Text Example
Text Example
White with #D1DA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA45; }
p { color: rgb(209,218,69); }
H1.HeaderClassName
{
color: #D1DA45;
}
.AnyTagClassName
{
color: #D1DA45;
}
</style>
background-color css
<style>
a { background-color: #D1DA45; }
a { background-color: rgb(209,218,69); }
div.DivClassName
{
background-color: #D1DA45;
}
.BgClassName
{
background-color: #D1DA45;
}
</style>
border-color css
<style>
span { border-color: #D1DA45; }
span { border-color: rgb(209,218,69); }
td.TdClassName
{
border-color: #D1DA45;
}
.TagClassName
{
border-color: #D1DA45;
}
</style>