Shades of Bitter Lemon #D1DE32
Tints of Bitter Lemon #D1DE32
RGB
CMYK
RGB Variations
Color information
#D1DE32 (or 0xD1DE32) is known color: Bitter Lemon. HEX triplet: D1, DE and 32. RGB value is (209,222,50). Sum of RGB (Red+Green+Blue) = 209+222+50=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DE32 is #2E21CD. Grayscale: #C7C7C7. Windows color (decimal): -3023310 or 3333841. OLE color: 3333841.
HSL color Cylindrical-coordinate representation of color #D1DE32: hue angle of 64.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1DE32 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 50 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.13 |
| HSL | 64.53º | 0.72% | 0.53% | - |
| HSV(B) | 64.53º | 0.77% | 0.87% | - |
| XYZ | 52.99 | 66.03 | 12.97 | - |
| YUV | 198.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 50 | 0.06 | 0 | 0.77 | 0.13 | 64.53 | 0.72 | 0.53 |
| Hex | D1 | DE | 32 | 6 | 0 | 4D | D | 41 | 48 | 35 |
| Octal | 321 | 336 | 62 | 6 | 0 | 115 | 15 | 101 | 110 | 65 |
| Binary | 11010001 | 11011110 | 110010 | 110 | 0 | 1001101 | 1101 | 1000001 | 1001000 | 110101 |
Color Harmonies of #D1DE32
Complementary color
Monochromatic Colors of #D1DE32
Black with #D1DE32
Text Example
Text Example
White with #D1DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DE32; }
p { color: rgb(209,222,50); }
H1.HeaderClassName
{
color: #D1DE32;
}
.AnyTagClassName
{
color: #D1DE32;
}
</style>
background-color css
<style>
a { background-color: #D1DE32; }
a { background-color: rgb(209,222,50); }
div.DivClassName
{
background-color: #D1DE32;
}
.BgClassName
{
background-color: #D1DE32;
}
</style>
border-color css
<style>
span { border-color: #D1DE32; }
span { border-color: rgb(209,222,50); }
td.TdClassName
{
border-color: #D1DE32;
}
.TagClassName
{
border-color: #D1DE32;
}
</style>