Shades of Bitter Lemon #DBE134
Tints of Bitter Lemon #DBE134
RGB
CMYK
RGB Variations
Color information
#DBE134 (or 0xDBE134) is known color: Bitter Lemon. HEX triplet: DB, E1 and 34. RGB value is (219,225,52). Sum of RGB (Red+Green+Blue) = 219+225+52=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE134 is #241ECB. Grayscale: #CCCCCC. Windows color (decimal): -2367180 or 3465691. OLE color: 3465691.
HSL color Cylindrical-coordinate representation of color #DBE134: hue angle of 62.08º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBE134 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 52 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.12 |
| HSL | 62.08º | 0.74% | 0.54% | - |
| HSV(B) | 62.08º | 0.77% | 0.88% | - |
| XYZ | 56.76 | 69.16 | 13.61 | - |
| YUV | 203.48 | 42.51 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 52 | 0.03 | 0 | 0.77 | 0.12 | 62.08 | 0.74 | 0.54 |
| Hex | DB | E1 | 34 | 3 | 0 | 4D | C | 3E | 4A | 36 |
| Octal | 333 | 341 | 64 | 3 | 0 | 115 | 14 | 76 | 112 | 66 |
| Binary | 11011011 | 11100001 | 110100 | 11 | 0 | 1001101 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DBE134
Complementary color
Monochromatic Colors of #DBE134
Black with #DBE134
Text Example
Text Example
White with #DBE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE134; }
p { color: rgb(219,225,52); }
H1.HeaderClassName
{
color: #DBE134;
}
.AnyTagClassName
{
color: #DBE134;
}
</style>
background-color css
<style>
a { background-color: #DBE134; }
a { background-color: rgb(219,225,52); }
div.DivClassName
{
background-color: #DBE134;
}
.BgClassName
{
background-color: #DBE134;
}
</style>
border-color css
<style>
span { border-color: #DBE134; }
span { border-color: rgb(219,225,52); }
td.TdClassName
{
border-color: #DBE134;
}
.TagClassName
{
border-color: #DBE134;
}
</style>