Shades of Pear #DBE72B
Tints of Pear #DBE72B
RGB
CMYK
RGB Variations
Color information
#DBE72B (or 0xDBE72B) is known color: Pear. HEX triplet: DB, E7 and 2B. RGB value is (219,231,43). Sum of RGB (Red+Green+Blue) = 219+231+43=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE72B is #2418D4. Grayscale: #CECECE. Windows color (decimal): -2365653 or 2877403. OLE color: 2877403.
HSL color Cylindrical-coordinate representation of color #DBE72B: hue angle of 63.83º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBE72B is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 43 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.09 |
| HSL | 63.83º | 0.8% | 0.54% | - |
| HSV(B) | 63.83º | 0.81% | 0.91% | - |
| XYZ | 58.23 | 72.39 | 13.19 | - |
| YUV | 205.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 43 | 0.05 | 0 | 0.81 | 0.09 | 63.83 | 0.8 | 0.54 |
| Hex | DB | E7 | 2B | 5 | 0 | 51 | 9 | 40 | 50 | 36 |
| Octal | 333 | 347 | 53 | 5 | 0 | 121 | 11 | 100 | 120 | 66 |
| Binary | 11011011 | 11100111 | 101011 | 101 | 0 | 1010001 | 1001 | 1000000 | 1010000 | 110110 |
Color Harmonies of #DBE72B
Complementary color
Monochromatic Colors of #DBE72B
Black with #DBE72B
Text Example
Text Example
White with #DBE72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE72B; }
p { color: rgb(219,231,43); }
H1.HeaderClassName
{
color: #DBE72B;
}
.AnyTagClassName
{
color: #DBE72B;
}
</style>
background-color css
<style>
a { background-color: #DBE72B; }
a { background-color: rgb(219,231,43); }
div.DivClassName
{
background-color: #DBE72B;
}
.BgClassName
{
background-color: #DBE72B;
}
</style>
border-color css
<style>
span { border-color: #DBE72B; }
span { border-color: rgb(219,231,43); }
td.TdClassName
{
border-color: #DBE72B;
}
.TagClassName
{
border-color: #DBE72B;
}
</style>