Shades of Bitter Lemon #DBE133
Tints of Bitter Lemon #DBE133
RGB
CMYK
RGB Variations
Color information
#DBE133 (or 0xDBE133) is known color: Bitter Lemon. HEX triplet: DB, E1 and 33. RGB value is (219,225,51). Sum of RGB (Red+Green+Blue) = 219+225+51=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE133 is #241ECC. Grayscale: #CCCCCC. Windows color (decimal): -2367181 or 3400155. OLE color: 3400155.
HSL color Cylindrical-coordinate representation of color #DBE133: hue angle of 62.07º 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 #DBE133 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 51 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.12 |
| HSL | 62.07º | 0.74% | 0.54% | - |
| HSV(B) | 62.07º | 0.77% | 0.88% | - |
| XYZ | 56.74 | 69.15 | 13.49 | - |
| YUV | 203.37 | 42.01 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 51 | 0.03 | 0 | 0.77 | 0.12 | 62.07 | 0.74 | 0.54 |
| Hex | DB | E1 | 33 | 3 | 0 | 4D | C | 3E | 4A | 36 |
| Octal | 333 | 341 | 63 | 3 | 0 | 115 | 14 | 76 | 112 | 66 |
| Binary | 11011011 | 11100001 | 110011 | 11 | 0 | 1001101 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DBE133
Complementary color
Monochromatic Colors of #DBE133
Black with #DBE133
Text Example
Text Example
White with #DBE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE133; }
p { color: rgb(219,225,51); }
H1.HeaderClassName
{
color: #DBE133;
}
.AnyTagClassName
{
color: #DBE133;
}
</style>
background-color css
<style>
a { background-color: #DBE133; }
a { background-color: rgb(219,225,51); }
div.DivClassName
{
background-color: #DBE133;
}
.BgClassName
{
background-color: #DBE133;
}
</style>
border-color css
<style>
span { border-color: #DBE133; }
span { border-color: rgb(219,225,51); }
td.TdClassName
{
border-color: #DBE133;
}
.TagClassName
{
border-color: #DBE133;
}
</style>