Shades of Bitter Lemon #D9DE2D
Tints of Bitter Lemon #D9DE2D
RGB
CMYK
RGB Variations
Color information
#D9DE2D (or 0xD9DE2D) is known color: Bitter Lemon. HEX triplet: D9, DE and 2D. RGB value is (217,222,45). Sum of RGB (Red+Green+Blue) = 217+222+45=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DE2D is #2621D2. Grayscale: #C9C9C9. Windows color (decimal): -2499027 or 3006169. OLE color: 3006169.
HSL color Cylindrical-coordinate representation of color #D9DE2D: hue angle of 61.69º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9DE2D is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 45 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.13 |
| HSL | 61.69º | 0.73% | 0.52% | - |
| HSV(B) | 61.69º | 0.8% | 0.87% | - |
| XYZ | 55.21 | 67.18 | 12.54 | - |
| YUV | 200.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 45 | 0.02 | 0 | 0.80 | 0.13 | 61.69 | 0.73 | 0.52 |
| Hex | D9 | DE | 2D | 2 | 0 | 50 | D | 3E | 49 | 34 |
| Octal | 331 | 336 | 55 | 2 | 0 | 120 | 15 | 76 | 111 | 64 |
| Binary | 11011001 | 11011110 | 101101 | 10 | 0 | 1010000 | 1101 | 111110 | 1001001 | 110100 |
Color Harmonies of #D9DE2D
Complementary color
Monochromatic Colors of #D9DE2D
Black with #D9DE2D
Text Example
Text Example
White with #D9DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DE2D; }
p { color: rgb(217,222,45); }
H1.HeaderClassName
{
color: #D9DE2D;
}
.AnyTagClassName
{
color: #D9DE2D;
}
</style>
background-color css
<style>
a { background-color: #D9DE2D; }
a { background-color: rgb(217,222,45); }
div.DivClassName
{
background-color: #D9DE2D;
}
.BgClassName
{
background-color: #D9DE2D;
}
</style>
border-color css
<style>
span { border-color: #D9DE2D; }
span { border-color: rgb(217,222,45); }
td.TdClassName
{
border-color: #D9DE2D;
}
.TagClassName
{
border-color: #D9DE2D;
}
</style>