Shades of Bitter Lemon #D6DD28
Tints of Bitter Lemon #D6DD28
RGB
CMYK
RGB Variations
Color information
#D6DD28 (or 0xD6DD28) is known color: Bitter Lemon. HEX triplet: D6, DD and 28. RGB value is (214,221,40). Sum of RGB (Red+Green+Blue) = 214+221+40=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD28 is #2922D7. Grayscale: #C6C6C6. Windows color (decimal): -2695896 or 2678230. OLE color: 2678230.
HSL color Cylindrical-coordinate representation of color #D6DD28: hue angle of 62.32º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6DD28 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 40 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.13 |
| HSL | 62.32º | 0.73% | 0.51% | - |
| HSV(B) | 62.32º | 0.82% | 0.87% | - |
| XYZ | 53.97 | 66.16 | 11.93 | - |
| YUV | 198.27 | 38.68 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 40 | 0.03 | 0 | 0.82 | 0.13 | 62.32 | 0.73 | 0.51 |
| Hex | D6 | DD | 28 | 3 | 0 | 52 | D | 3E | 49 | 33 |
| Octal | 326 | 335 | 50 | 3 | 0 | 122 | 15 | 76 | 111 | 63 |
| Binary | 11010110 | 11011101 | 101000 | 11 | 0 | 1010010 | 1101 | 111110 | 1001001 | 110011 |
Color Harmonies of #D6DD28
Complementary color
Monochromatic Colors of #D6DD28
Black with #D6DD28
Text Example
Text Example
White with #D6DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD28; }
p { color: rgb(214,221,40); }
H1.HeaderClassName
{
color: #D6DD28;
}
.AnyTagClassName
{
color: #D6DD28;
}
</style>
background-color css
<style>
a { background-color: #D6DD28; }
a { background-color: rgb(214,221,40); }
div.DivClassName
{
background-color: #D6DD28;
}
.BgClassName
{
background-color: #D6DD28;
}
</style>
border-color css
<style>
span { border-color: #D6DD28; }
span { border-color: rgb(214,221,40); }
td.TdClassName
{
border-color: #D6DD28;
}
.TagClassName
{
border-color: #D6DD28;
}
</style>