Shades of Bitter Lemon #DBE027
Tints of Bitter Lemon #DBE027
RGB
CMYK
RGB Variations
Color information
#DBE027 (or 0xDBE027) is known color: Bitter Lemon. HEX triplet: DB, E0 and 27. RGB value is (219,224,39). Sum of RGB (Red+Green+Blue) = 219+224+39=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE027 is #241FD8. Grayscale: #CACACA. Windows color (decimal): -2367449 or 2613467. OLE color: 2613467.
HSL color Cylindrical-coordinate representation of color #DBE027: hue angle of 61.62º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBE027 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 39 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.12 |
| HSL | 61.62º | 0.75% | 0.52% | - |
| HSV(B) | 61.62º | 0.83% | 0.88% | - |
| XYZ | 56.24 | 68.52 | 12.18 | - |
| YUV | 201.42 | 36.34 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 39 | 0.02 | 0 | 0.83 | 0.12 | 61.62 | 0.75 | 0.52 |
| Hex | DB | E0 | 27 | 2 | 0 | 53 | C | 3E | 4B | 34 |
| Octal | 333 | 340 | 47 | 2 | 0 | 123 | 14 | 76 | 113 | 64 |
| Binary | 11011011 | 11100000 | 100111 | 10 | 0 | 1010011 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #DBE027
Complementary color
Monochromatic Colors of #DBE027
Black with #DBE027
Text Example
Text Example
White with #DBE027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE027; }
p { color: rgb(219,224,39); }
H1.HeaderClassName
{
color: #DBE027;
}
.AnyTagClassName
{
color: #DBE027;
}
</style>
background-color css
<style>
a { background-color: #DBE027; }
a { background-color: rgb(219,224,39); }
div.DivClassName
{
background-color: #DBE027;
}
.BgClassName
{
background-color: #DBE027;
}
</style>
border-color css
<style>
span { border-color: #DBE027; }
span { border-color: rgb(219,224,39); }
td.TdClassName
{
border-color: #DBE027;
}
.TagClassName
{
border-color: #DBE027;
}
</style>