Shades of Pear #DBE72E
Tints of Pear #DBE72E
RGB
CMYK
RGB Variations
Color information
#DBE72E (or 0xDBE72E) is known color: Pear. HEX triplet: DB, E7 and 2E. RGB value is (219,231,46). Sum of RGB (Red+Green+Blue) = 219+231+46=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE72E is #2418D1. Grayscale: #CFCFCF. Windows color (decimal): -2365650 or 3074011. OLE color: 3074011.
HSL color Cylindrical-coordinate representation of color #DBE72E: hue angle of 63.89º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBE72E is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 46 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.09 |
| HSL | 63.89º | 0.79% | 0.54% | - |
| HSV(B) | 63.89º | 0.8% | 0.91% | - |
| XYZ | 58.28 | 72.41 | 13.49 | - |
| YUV | 206.32 | 37.52 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 46 | 0.05 | 0 | 0.80 | 0.09 | 63.89 | 0.79 | 0.54 |
| Hex | DB | E7 | 2E | 5 | 0 | 50 | 9 | 40 | 4F | 36 |
| Octal | 333 | 347 | 56 | 5 | 0 | 120 | 11 | 100 | 117 | 66 |
| Binary | 11011011 | 11100111 | 101110 | 101 | 0 | 1010000 | 1001 | 1000000 | 1001111 | 110110 |
Color Harmonies of #DBE72E
Complementary color
Monochromatic Colors of #DBE72E
Black with #DBE72E
Text Example
Text Example
White with #DBE72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE72E; }
p { color: rgb(219,231,46); }
H1.HeaderClassName
{
color: #DBE72E;
}
.AnyTagClassName
{
color: #DBE72E;
}
</style>
background-color css
<style>
a { background-color: #DBE72E; }
a { background-color: rgb(219,231,46); }
div.DivClassName
{
background-color: #DBE72E;
}
.BgClassName
{
background-color: #DBE72E;
}
</style>
border-color css
<style>
span { border-color: #DBE72E; }
span { border-color: rgb(219,231,46); }
td.TdClassName
{
border-color: #DBE72E;
}
.TagClassName
{
border-color: #DBE72E;
}
</style>