Shades of Bitter Lemon #D4DD32
Tints of Bitter Lemon #D4DD32
RGB
CMYK
RGB Variations
Color information
#D4DD32 (or 0xD4DD32) is known color: Bitter Lemon. HEX triplet: D4, DD and 32. RGB value is (212,221,50). Sum of RGB (Red+Green+Blue) = 212+221+50=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD32 is #2B22CD. Grayscale: #C7C7C7. Windows color (decimal): -2826958 or 3333588. OLE color: 3333588.
HSL color Cylindrical-coordinate representation of color #D4DD32: hue angle of 63.16º 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 #D4DD32 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 50 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.13 |
| HSL | 63.16º | 0.72% | 0.53% | - |
| HSV(B) | 63.16º | 0.77% | 0.87% | - |
| XYZ | 53.58 | 65.94 | 12.92 | - |
| YUV | 198.82 | 44.02 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 50 | 0.04 | 0 | 0.77 | 0.13 | 63.16 | 0.72 | 0.53 |
| Hex | D4 | DD | 32 | 4 | 0 | 4D | D | 3F | 48 | 35 |
| Octal | 324 | 335 | 62 | 4 | 0 | 115 | 15 | 77 | 110 | 65 |
| Binary | 11010100 | 11011101 | 110010 | 100 | 0 | 1001101 | 1101 | 111111 | 1001000 | 110101 |
Color Harmonies of #D4DD32
Complementary color
Monochromatic Colors of #D4DD32
Black with #D4DD32
Text Example
Text Example
White with #D4DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD32; }
p { color: rgb(212,221,50); }
H1.HeaderClassName
{
color: #D4DD32;
}
.AnyTagClassName
{
color: #D4DD32;
}
</style>
background-color css
<style>
a { background-color: #D4DD32; }
a { background-color: rgb(212,221,50); }
div.DivClassName
{
background-color: #D4DD32;
}
.BgClassName
{
background-color: #D4DD32;
}
</style>
border-color css
<style>
span { border-color: #D4DD32; }
span { border-color: rgb(212,221,50); }
td.TdClassName
{
border-color: #D4DD32;
}
.TagClassName
{
border-color: #D4DD32;
}
</style>