Shades of Pear #DBE52C
Tints of Pear #DBE52C
RGB
CMYK
RGB Variations
Color information
#DBE52C (or 0xDBE52C) is known color: Pear. HEX triplet: DB, E5 and 2C. RGB value is (219,229,44). Sum of RGB (Red+Green+Blue) = 219+229+44=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE52C is #241AD3. Grayscale: #CDCDCD. Windows color (decimal): -2366164 or 2942427. OLE color: 2942427.
HSL color Cylindrical-coordinate representation of color #DBE52C: hue angle of 63.24º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBE52C is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 44 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.10 |
| HSL | 63.24º | 0.78% | 0.54% | - |
| HSV(B) | 63.24º | 0.81% | 0.9% | - |
| XYZ | 57.69 | 71.28 | 13.1 | - |
| YUV | 204.92 | 37.19 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 44 | 0.04 | 0 | 0.81 | 0.10 | 63.24 | 0.78 | 0.54 |
| Hex | DB | E5 | 2C | 4 | 0 | 51 | A | 3F | 4E | 36 |
| Octal | 333 | 345 | 54 | 4 | 0 | 121 | 12 | 77 | 116 | 66 |
| Binary | 11011011 | 11100101 | 101100 | 100 | 0 | 1010001 | 1010 | 111111 | 1001110 | 110110 |
Color Harmonies of #DBE52C
Complementary color
Monochromatic Colors of #DBE52C
Black with #DBE52C
Text Example
Text Example
White with #DBE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE52C; }
p { color: rgb(219,229,44); }
H1.HeaderClassName
{
color: #DBE52C;
}
.AnyTagClassName
{
color: #DBE52C;
}
</style>
background-color css
<style>
a { background-color: #DBE52C; }
a { background-color: rgb(219,229,44); }
div.DivClassName
{
background-color: #DBE52C;
}
.BgClassName
{
background-color: #DBE52C;
}
</style>
border-color css
<style>
span { border-color: #DBE52C; }
span { border-color: rgb(219,229,44); }
td.TdClassName
{
border-color: #DBE52C;
}
.TagClassName
{
border-color: #DBE52C;
}
</style>