Shades of Bitter Lemon #D5DD46
Tints of Bitter Lemon #D5DD46
RGB
CMYK
RGB Variations
Color information
#D5DD46 (or 0xD5DD46) is known color: Bitter Lemon. HEX triplet: D5, DD and 46. RGB value is (213,221,70). Sum of RGB (Red+Green+Blue) = 213+221+70=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD46 is #2A22B9. Grayscale: #C9C9C9. Windows color (decimal): -2761402 or 4644309. OLE color: 4644309.
HSL color Cylindrical-coordinate representation of color #D5DD46: hue angle of 63.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5DD46 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 70 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.13 |
| HSL | 63.18º | 0.69% | 0.57% | - |
| HSV(B) | 63.18º | 0.68% | 0.87% | - |
| XYZ | 54.4 | 66.3 | 15.72 | - |
| YUV | 201.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 70 | 0.04 | 0 | 0.68 | 0.13 | 63.18 | 0.69 | 0.57 |
| Hex | D5 | DD | 46 | 4 | 0 | 44 | D | 3F | 45 | 39 |
| Octal | 325 | 335 | 106 | 4 | 0 | 104 | 15 | 77 | 105 | 71 |
| Binary | 11010101 | 11011101 | 1000110 | 100 | 0 | 1000100 | 1101 | 111111 | 1000101 | 111001 |
Color Harmonies of #D5DD46
Complementary color
Monochromatic Colors of #D5DD46
Black with #D5DD46
Text Example
Text Example
White with #D5DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD46; }
p { color: rgb(213,221,70); }
H1.HeaderClassName
{
color: #D5DD46;
}
.AnyTagClassName
{
color: #D5DD46;
}
</style>
background-color css
<style>
a { background-color: #D5DD46; }
a { background-color: rgb(213,221,70); }
div.DivClassName
{
background-color: #D5DD46;
}
.BgClassName
{
background-color: #D5DD46;
}
</style>
border-color css
<style>
span { border-color: #D5DD46; }
span { border-color: rgb(213,221,70); }
td.TdClassName
{
border-color: #D5DD46;
}
.TagClassName
{
border-color: #D5DD46;
}
</style>