Shades of Bitter Lemon #DBE032
Tints of Bitter Lemon #DBE032
RGB
CMYK
RGB Variations
Color information
#DBE032 (or 0xDBE032) is known color: Bitter Lemon. HEX triplet: DB, E0 and 32. RGB value is (219,224,50). Sum of RGB (Red+Green+Blue) = 219+224+50=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE032 is #241FCD. Grayscale: #CBCBCB. Windows color (decimal): -2367438 or 3334363. OLE color: 3334363.
HSL color Cylindrical-coordinate representation of color #DBE032: hue angle of 61.72º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBE032 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 50 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.12 |
| HSL | 61.72º | 0.74% | 0.54% | - |
| HSV(B) | 61.72º | 0.78% | 0.88% | - |
| XYZ | 56.44 | 68.6 | 13.28 | - |
| YUV | 202.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 50 | 0.02 | 0 | 0.78 | 0.12 | 61.72 | 0.74 | 0.54 |
| Hex | DB | E0 | 32 | 2 | 0 | 4E | C | 3E | 4A | 36 |
| Octal | 333 | 340 | 62 | 2 | 0 | 116 | 14 | 76 | 112 | 66 |
| Binary | 11011011 | 11100000 | 110010 | 10 | 0 | 1001110 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DBE032
Complementary color
Monochromatic Colors of #DBE032
Black with #DBE032
Text Example
Text Example
White with #DBE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE032; }
p { color: rgb(219,224,50); }
H1.HeaderClassName
{
color: #DBE032;
}
.AnyTagClassName
{
color: #DBE032;
}
</style>
background-color css
<style>
a { background-color: #DBE032; }
a { background-color: rgb(219,224,50); }
div.DivClassName
{
background-color: #DBE032;
}
.BgClassName
{
background-color: #DBE032;
}
</style>
border-color css
<style>
span { border-color: #DBE032; }
span { border-color: rgb(219,224,50); }
td.TdClassName
{
border-color: #DBE032;
}
.TagClassName
{
border-color: #DBE032;
}
</style>