Shades of Bitter Lemon #DBE028
Tints of Bitter Lemon #DBE028
RGB
CMYK
RGB Variations
Color information
#DBE028 (or 0xDBE028) is known color: Bitter Lemon. HEX triplet: DB, E0 and 28. RGB value is (219,224,40). Sum of RGB (Red+Green+Blue) = 219+224+40=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE028 is #241FD7. Grayscale: #CACACA. Windows color (decimal): -2367448 or 2679003. OLE color: 2679003.
HSL color Cylindrical-coordinate representation of color #DBE028: hue angle of 61.63º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBE028 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 40 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.12 |
| HSL | 61.63º | 0.75% | 0.52% | - |
| HSV(B) | 61.63º | 0.82% | 0.88% | - |
| XYZ | 56.25 | 68.52 | 12.27 | - |
| YUV | 201.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 40 | 0.02 | 0 | 0.82 | 0.12 | 61.63 | 0.75 | 0.52 |
| Hex | DB | E0 | 28 | 2 | 0 | 52 | C | 3E | 4B | 34 |
| Octal | 333 | 340 | 50 | 2 | 0 | 122 | 14 | 76 | 113 | 64 |
| Binary | 11011011 | 11100000 | 101000 | 10 | 0 | 1010010 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #DBE028
Complementary color
Monochromatic Colors of #DBE028
Black with #DBE028
Text Example
Text Example
White with #DBE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE028; }
p { color: rgb(219,224,40); }
H1.HeaderClassName
{
color: #DBE028;
}
.AnyTagClassName
{
color: #DBE028;
}
</style>
background-color css
<style>
a { background-color: #DBE028; }
a { background-color: rgb(219,224,40); }
div.DivClassName
{
background-color: #DBE028;
}
.BgClassName
{
background-color: #DBE028;
}
</style>
border-color css
<style>
span { border-color: #DBE028; }
span { border-color: rgb(219,224,40); }
td.TdClassName
{
border-color: #DBE028;
}
.TagClassName
{
border-color: #DBE028;
}
</style>