Shades of Bitter Lemon #DBDF25
Tints of Bitter Lemon #DBDF25
RGB
CMYK
RGB Variations
Color information
#DBDF25 (or 0xDBDF25) is known color: Bitter Lemon. HEX triplet: DB, DF and 25. RGB value is (219,223,37). Sum of RGB (Red+Green+Blue) = 219+223+37=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF25 is #2420DA. Grayscale: #C9C9C9. Windows color (decimal): -2367707 or 2482139. OLE color: 2482139.
HSL color Cylindrical-coordinate representation of color #DBDF25: hue angle of 61.29º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBDF25 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 37 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.13 |
| HSL | 61.29º | 0.74% | 0.51% | - |
| HSV(B) | 61.29º | 0.83% | 0.87% | - |
| XYZ | 55.94 | 67.97 | 11.92 | - |
| YUV | 200.6 | 35.67 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 37 | 0.02 | 0 | 0.83 | 0.13 | 61.29 | 0.74 | 0.51 |
| Hex | DB | DF | 25 | 2 | 0 | 53 | D | 3D | 4A | 33 |
| Octal | 333 | 337 | 45 | 2 | 0 | 123 | 15 | 75 | 112 | 63 |
| Binary | 11011011 | 11011111 | 100101 | 10 | 0 | 1010011 | 1101 | 111101 | 1001010 | 110011 |
Color Harmonies of #DBDF25
Complementary color
Monochromatic Colors of #DBDF25
Black with #DBDF25
Text Example
Text Example
White with #DBDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF25; }
p { color: rgb(219,223,37); }
H1.HeaderClassName
{
color: #DBDF25;
}
.AnyTagClassName
{
color: #DBDF25;
}
</style>
background-color css
<style>
a { background-color: #DBDF25; }
a { background-color: rgb(219,223,37); }
div.DivClassName
{
background-color: #DBDF25;
}
.BgClassName
{
background-color: #DBDF25;
}
</style>
border-color css
<style>
span { border-color: #DBDF25; }
span { border-color: rgb(219,223,37); }
td.TdClassName
{
border-color: #DBDF25;
}
.TagClassName
{
border-color: #DBDF25;
}
</style>