Shades of Pear #DBE825
Tints of Pear #DBE825
RGB
CMYK
RGB Variations
Color information
#DBE825 (or 0xDBE825) is known color: Pear. HEX triplet: DB, E8 and 25. RGB value is (219,232,37). Sum of RGB (Red+Green+Blue) = 219+232+37=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE825 is #2417DA. Grayscale: #CECECE. Windows color (decimal): -2365403 or 2484443. OLE color: 2484443.
HSL color Cylindrical-coordinate representation of color #DBE825: hue angle of 64º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE825 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 37 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.09 |
| HSL | 64º | 0.81% | 0.53% | - |
| HSV(B) | 64º | 0.84% | 0.91% | - |
| XYZ | 58.4 | 72.91 | 12.74 | - |
| YUV | 205.88 | 32.69 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 37 | 0.06 | 0 | 0.84 | 0.09 | 64 | 0.81 | 0.53 |
| Hex | DB | E8 | 25 | 6 | 0 | 54 | 9 | 40 | 51 | 35 |
| Octal | 333 | 350 | 45 | 6 | 0 | 124 | 11 | 100 | 121 | 65 |
| Binary | 11011011 | 11101000 | 100101 | 110 | 0 | 1010100 | 1001 | 1000000 | 1010001 | 110101 |
Color Harmonies of #DBE825
Complementary color
Monochromatic Colors of #DBE825
Black with #DBE825
Text Example
Text Example
White with #DBE825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE825; }
p { color: rgb(219,232,37); }
H1.HeaderClassName
{
color: #DBE825;
}
.AnyTagClassName
{
color: #DBE825;
}
</style>
background-color css
<style>
a { background-color: #DBE825; }
a { background-color: rgb(219,232,37); }
div.DivClassName
{
background-color: #DBE825;
}
.BgClassName
{
background-color: #DBE825;
}
</style>
border-color css
<style>
span { border-color: #DBE825; }
span { border-color: rgb(219,232,37); }
td.TdClassName
{
border-color: #DBE825;
}
.TagClassName
{
border-color: #DBE825;
}
</style>