Shades of Bitter Lemon #DBE130
Tints of Bitter Lemon #DBE130
RGB
CMYK
RGB Variations
Color information
#DBE130 (or 0xDBE130) is known color: Bitter Lemon. HEX triplet: DB, E1 and 30. RGB value is (219,225,48). Sum of RGB (Red+Green+Blue) = 219+225+48=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE130 is #241ECF. Grayscale: #CBCBCB. Windows color (decimal): -2367184 or 3203547. OLE color: 3203547.
HSL color Cylindrical-coordinate representation of color #DBE130: hue angle of 62.03º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBE130 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 48 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.12 |
| HSL | 62.03º | 0.75% | 0.54% | - |
| HSV(B) | 62.03º | 0.79% | 0.88% | - |
| XYZ | 56.67 | 69.12 | 13.15 | - |
| YUV | 203.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 48 | 0.03 | 0 | 0.79 | 0.12 | 62.03 | 0.75 | 0.54 |
| Hex | DB | E1 | 30 | 3 | 0 | 4F | C | 3E | 4B | 36 |
| Octal | 333 | 341 | 60 | 3 | 0 | 117 | 14 | 76 | 113 | 66 |
| Binary | 11011011 | 11100001 | 110000 | 11 | 0 | 1001111 | 1100 | 111110 | 1001011 | 110110 |
Color Harmonies of #DBE130
Complementary color
Monochromatic Colors of #DBE130
Black with #DBE130
Text Example
Text Example
White with #DBE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE130; }
p { color: rgb(219,225,48); }
H1.HeaderClassName
{
color: #DBE130;
}
.AnyTagClassName
{
color: #DBE130;
}
</style>
background-color css
<style>
a { background-color: #DBE130; }
a { background-color: rgb(219,225,48); }
div.DivClassName
{
background-color: #DBE130;
}
.BgClassName
{
background-color: #DBE130;
}
</style>
border-color css
<style>
span { border-color: #DBE130; }
span { border-color: rgb(219,225,48); }
td.TdClassName
{
border-color: #DBE130;
}
.TagClassName
{
border-color: #DBE130;
}
</style>