Shades of Bitter Lemon #D5DB28
Tints of Bitter Lemon #D5DB28
RGB
CMYK
RGB Variations
Color information
#D5DB28 (or 0xD5DB28) is known color: Bitter Lemon. HEX triplet: D5, DB and 28. RGB value is (213,219,40). Sum of RGB (Red+Green+Blue) = 213+219+40=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DB28 is #2A24D7. Grayscale: #C5C5C5. Windows color (decimal): -2761944 or 2677717. OLE color: 2677717.
HSL color Cylindrical-coordinate representation of color #D5DB28: hue angle of 62.01º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5DB28 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 40 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.14 |
| HSL | 62.01º | 0.71% | 0.51% | - |
| HSV(B) | 62.01º | 0.82% | 0.86% | - |
| XYZ | 53.16 | 64.96 | 11.74 | - |
| YUV | 196.8 | 39.51 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 40 | 0.03 | 0 | 0.82 | 0.14 | 62.01 | 0.71 | 0.51 |
| Hex | D5 | DB | 28 | 3 | 0 | 52 | E | 3E | 47 | 33 |
| Octal | 325 | 333 | 50 | 3 | 0 | 122 | 16 | 76 | 107 | 63 |
| Binary | 11010101 | 11011011 | 101000 | 11 | 0 | 1010010 | 1110 | 111110 | 1000111 | 110011 |
Color Harmonies of #D5DB28
Complementary color
Monochromatic Colors of #D5DB28
Black with #D5DB28
Text Example
Text Example
White with #D5DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB28; }
p { color: rgb(213,219,40); }
H1.HeaderClassName
{
color: #D5DB28;
}
.AnyTagClassName
{
color: #D5DB28;
}
</style>
background-color css
<style>
a { background-color: #D5DB28; }
a { background-color: rgb(213,219,40); }
div.DivClassName
{
background-color: #D5DB28;
}
.BgClassName
{
background-color: #D5DB28;
}
</style>
border-color css
<style>
span { border-color: #D5DB28; }
span { border-color: rgb(213,219,40); }
td.TdClassName
{
border-color: #D5DB28;
}
.TagClassName
{
border-color: #D5DB28;
}
</style>