Shades of Bitter Lemon #DBDE25
Tints of Bitter Lemon #DBDE25
RGB
CMYK
RGB Variations
Color information
#DBDE25 (or 0xDBDE25) is known color: Bitter Lemon. HEX triplet: DB, DE and 25. RGB value is (219,222,37). Sum of RGB (Red+Green+Blue) = 219+222+37=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE25 is #2421DA. Grayscale: #C8C8C8. Windows color (decimal): -2367963 or 2481883. OLE color: 2481883.
HSL color Cylindrical-coordinate representation of color #DBDE25: hue angle of 60.97º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBDE25 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 37 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.13 |
| HSL | 60.97º | 0.74% | 0.51% | - |
| HSV(B) | 60.97º | 0.83% | 0.87% | - |
| XYZ | 55.67 | 67.44 | 11.83 | - |
| YUV | 200.01 | 36.01 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 37 | 0.01 | 0 | 0.83 | 0.13 | 60.97 | 0.74 | 0.51 |
| Hex | DB | DE | 25 | 1 | 0 | 53 | D | 3D | 4A | 33 |
| Octal | 333 | 336 | 45 | 1 | 0 | 123 | 15 | 75 | 112 | 63 |
| Binary | 11011011 | 11011110 | 100101 | 1 | 0 | 1010011 | 1101 | 111101 | 1001010 | 110011 |
Color Harmonies of #DBDE25
Complementary color
Monochromatic Colors of #DBDE25
Black with #DBDE25
Text Example
Text Example
White with #DBDE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE25; }
p { color: rgb(219,222,37); }
H1.HeaderClassName
{
color: #DBDE25;
}
.AnyTagClassName
{
color: #DBDE25;
}
</style>
background-color css
<style>
a { background-color: #DBDE25; }
a { background-color: rgb(219,222,37); }
div.DivClassName
{
background-color: #DBDE25;
}
.BgClassName
{
background-color: #DBDE25;
}
</style>
border-color css
<style>
span { border-color: #DBDE25; }
span { border-color: rgb(219,222,37); }
td.TdClassName
{
border-color: #DBDE25;
}
.TagClassName
{
border-color: #DBDE25;
}
</style>