Shades of Pear #DBE52E
Tints of Pear #DBE52E
RGB
CMYK
RGB Variations
Color information
#DBE52E (or 0xDBE52E) is known color: Pear. HEX triplet: DB, E5 and 2E. RGB value is (219,229,46). Sum of RGB (Red+Green+Blue) = 219+229+46=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE52E is #241AD1. Grayscale: #CDCDCD. Windows color (decimal): -2366162 or 3073499. OLE color: 3073499.
HSL color Cylindrical-coordinate representation of color #DBE52E: hue angle of 63.28º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBE52E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.10 |
| HSL | 63.28º | 0.78% | 0.54% | - |
| HSV(B) | 63.28º | 0.8% | 0.9% | - |
| XYZ | 57.73 | 71.3 | 13.3 | - |
| YUV | 205.15 | 38.19 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 46 | 0.04 | 0 | 0.80 | 0.10 | 63.28 | 0.78 | 0.54 |
| Hex | DB | E5 | 2E | 4 | 0 | 50 | A | 3F | 4E | 36 |
| Octal | 333 | 345 | 56 | 4 | 0 | 120 | 12 | 77 | 116 | 66 |
| Binary | 11011011 | 11100101 | 101110 | 100 | 0 | 1010000 | 1010 | 111111 | 1001110 | 110110 |
Color Harmonies of #DBE52E
Complementary color
Monochromatic Colors of #DBE52E
Black with #DBE52E
Text Example
Text Example
White with #DBE52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE52E; }
p { color: rgb(219,229,46); }
H1.HeaderClassName
{
color: #DBE52E;
}
.AnyTagClassName
{
color: #DBE52E;
}
</style>
background-color css
<style>
a { background-color: #DBE52E; }
a { background-color: rgb(219,229,46); }
div.DivClassName
{
background-color: #DBE52E;
}
.BgClassName
{
background-color: #DBE52E;
}
</style>
border-color css
<style>
span { border-color: #DBE52E; }
span { border-color: rgb(219,229,46); }
td.TdClassName
{
border-color: #DBE52E;
}
.TagClassName
{
border-color: #DBE52E;
}
</style>