Shades of Bitter Lemon #DBDE2F
Tints of Bitter Lemon #DBDE2F
RGB
CMYK
RGB Variations
Color information
#DBDE2F (or 0xDBDE2F) is known color: Bitter Lemon. HEX triplet: DB, DE and 2F. RGB value is (219,222,47). Sum of RGB (Red+Green+Blue) = 219+222+47=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE2F is #2421D0. Grayscale: #C9C9C9. Windows color (decimal): -2367953 or 3137243. OLE color: 3137243.
HSL color Cylindrical-coordinate representation of color #DBDE2F: hue angle of 61.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBDE2F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 47 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.13 |
| HSL | 61.03º | 0.73% | 0.53% | - |
| HSV(B) | 61.03º | 0.79% | 0.87% | - |
| XYZ | 55.85 | 67.51 | 12.78 | - |
| YUV | 201.15 | 41.01 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 47 | 0.01 | 0 | 0.79 | 0.13 | 61.03 | 0.73 | 0.53 |
| Hex | DB | DE | 2F | 1 | 0 | 4F | D | 3D | 49 | 35 |
| Octal | 333 | 336 | 57 | 1 | 0 | 117 | 15 | 75 | 111 | 65 |
| Binary | 11011011 | 11011110 | 101111 | 1 | 0 | 1001111 | 1101 | 111101 | 1001001 | 110101 |
Color Harmonies of #DBDE2F
Complementary color
Monochromatic Colors of #DBDE2F
Black with #DBDE2F
Text Example
Text Example
White with #DBDE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE2F; }
p { color: rgb(219,222,47); }
H1.HeaderClassName
{
color: #DBDE2F;
}
.AnyTagClassName
{
color: #DBDE2F;
}
</style>
background-color css
<style>
a { background-color: #DBDE2F; }
a { background-color: rgb(219,222,47); }
div.DivClassName
{
background-color: #DBDE2F;
}
.BgClassName
{
background-color: #DBDE2F;
}
</style>
border-color css
<style>
span { border-color: #DBDE2F; }
span { border-color: rgb(219,222,47); }
td.TdClassName
{
border-color: #DBDE2F;
}
.TagClassName
{
border-color: #DBDE2F;
}
</style>