Shades of Pear #DBE124
Tints of Pear #DBE124
RGB
CMYK
RGB Variations
Color information
#DBE124 (or 0xDBE124) is known color: Pear. HEX triplet: DB, E1 and 24. RGB value is (219,225,36). Sum of RGB (Red+Green+Blue) = 219+225+36=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 36 (14.45% from 255 or 7.5% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE124 is #241EDB. Grayscale: #CACACA. Windows color (decimal): -2367196 or 2417115. OLE color: 2417115.
HSL color Cylindrical-coordinate representation of color #DBE124: hue angle of 61.9º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE124 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 36 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.12 |
| HSL | 61.9º | 0.76% | 0.51% | - |
| HSV(B) | 61.9º | 0.84% | 0.88% | - |
| XYZ | 56.46 | 69.04 | 12.02 | - |
| YUV | 201.66 | 34.51 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 36 | 0.03 | 0 | 0.84 | 0.12 | 61.9 | 0.76 | 0.51 |
| Hex | DB | E1 | 24 | 3 | 0 | 54 | C | 3E | 4C | 33 |
| Octal | 333 | 341 | 44 | 3 | 0 | 124 | 14 | 76 | 114 | 63 |
| Binary | 11011011 | 11100001 | 100100 | 11 | 0 | 1010100 | 1100 | 111110 | 1001100 | 110011 |
Color Harmonies of #DBE124
Complementary color
Monochromatic Colors of #DBE124
Black with #DBE124
Text Example
Text Example
White with #DBE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE124; }
p { color: rgb(219,225,36); }
H1.HeaderClassName
{
color: #DBE124;
}
.AnyTagClassName
{
color: #DBE124;
}
</style>
background-color css
<style>
a { background-color: #DBE124; }
a { background-color: rgb(219,225,36); }
div.DivClassName
{
background-color: #DBE124;
}
.BgClassName
{
background-color: #DBE124;
}
</style>
border-color css
<style>
span { border-color: #DBE124; }
span { border-color: rgb(219,225,36); }
td.TdClassName
{
border-color: #DBE124;
}
.TagClassName
{
border-color: #DBE124;
}
</style>