Shades of Bitter Lemon #DBE034
Tints of Bitter Lemon #DBE034
RGB
CMYK
RGB Variations
Color information
#DBE034 (or 0xDBE034) is known color: Bitter Lemon. HEX triplet: DB, E0 and 34. RGB value is (219,224,52). Sum of RGB (Red+Green+Blue) = 219+224+52=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE034 is #241FCB. Grayscale: #CBCBCB. Windows color (decimal): -2367436 or 3465435. OLE color: 3465435.
HSL color Cylindrical-coordinate representation of color #DBE034: hue angle of 61.74º 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 #DBE034 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 52 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.12 |
| HSL | 61.74º | 0.74% | 0.54% | - |
| HSV(B) | 61.74º | 0.77% | 0.88% | - |
| XYZ | 56.49 | 68.62 | 13.52 | - |
| YUV | 202.9 | 42.84 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 52 | 0.02 | 0 | 0.77 | 0.12 | 61.74 | 0.74 | 0.54 |
| Hex | DB | E0 | 34 | 2 | 0 | 4D | C | 3E | 4A | 36 |
| Octal | 333 | 340 | 64 | 2 | 0 | 115 | 14 | 76 | 112 | 66 |
| Binary | 11011011 | 11100000 | 110100 | 10 | 0 | 1001101 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DBE034
Complementary color
Monochromatic Colors of #DBE034
Black with #DBE034
Text Example
Text Example
White with #DBE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE034; }
p { color: rgb(219,224,52); }
H1.HeaderClassName
{
color: #DBE034;
}
.AnyTagClassName
{
color: #DBE034;
}
</style>
background-color css
<style>
a { background-color: #DBE034; }
a { background-color: rgb(219,224,52); }
div.DivClassName
{
background-color: #DBE034;
}
.BgClassName
{
background-color: #DBE034;
}
</style>
border-color css
<style>
span { border-color: #DBE034; }
span { border-color: rgb(219,224,52); }
td.TdClassName
{
border-color: #DBE034;
}
.TagClassName
{
border-color: #DBE034;
}
</style>