Shades of Bitter Lemon #DBE131
Tints of Bitter Lemon #DBE131
RGB
CMYK
RGB Variations
Color information
#DBE131 (or 0xDBE131) is known color: Bitter Lemon. HEX triplet: DB, E1 and 31. RGB value is (219,225,49). Sum of RGB (Red+Green+Blue) = 219+225+49=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE131 is #241ECE. Grayscale: #CBCBCB. Windows color (decimal): -2367183 or 3269083. OLE color: 3269083.
HSL color Cylindrical-coordinate representation of color #DBE131: hue angle of 62.05º degrees, saturation: 0.75, 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 #DBE131 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 49 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.12 |
| HSL | 62.05º | 0.75% | 0.54% | - |
| HSV(B) | 62.05º | 0.78% | 0.88% | - |
| XYZ | 56.69 | 69.13 | 13.26 | - |
| YUV | 203.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 49 | 0.03 | 0 | 0.78 | 0.12 | 62.05 | 0.75 | 0.54 |
| Hex | DB | E1 | 31 | 3 | 0 | 4E | C | 3E | 4B | 36 |
| Octal | 333 | 341 | 61 | 3 | 0 | 116 | 14 | 76 | 113 | 66 |
| Binary | 11011011 | 11100001 | 110001 | 11 | 0 | 1001110 | 1100 | 111110 | 1001011 | 110110 |
Color Harmonies of #DBE131
Complementary color
Monochromatic Colors of #DBE131
Black with #DBE131
Text Example
Text Example
White with #DBE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE131; }
p { color: rgb(219,225,49); }
H1.HeaderClassName
{
color: #DBE131;
}
.AnyTagClassName
{
color: #DBE131;
}
</style>
background-color css
<style>
a { background-color: #DBE131; }
a { background-color: rgb(219,225,49); }
div.DivClassName
{
background-color: #DBE131;
}
.BgClassName
{
background-color: #DBE131;
}
</style>
border-color css
<style>
span { border-color: #DBE131; }
span { border-color: rgb(219,225,49); }
td.TdClassName
{
border-color: #DBE131;
}
.TagClassName
{
border-color: #DBE131;
}
</style>