Shades of Pear #DBED20
Tints of Pear #DBED20
RGB
CMYK
RGB Variations
Color information
#DBED20 (or 0xDBED20) is known color: Pear. HEX triplet: DB, ED and 20. RGB value is (219,237,32). Sum of RGB (Red+Green+Blue) = 219+237+32=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED20 is #2412DF. Grayscale: #D1D1D1. Windows color (decimal): -2364128 or 2158043. OLE color: 2158043.
HSL color Cylindrical-coordinate representation of color #DBED20: hue angle of 65.27º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBED20 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 32 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.07 |
| HSL | 65.27º | 0.85% | 0.53% | - |
| HSV(B) | 65.27º | 0.86% | 0.93% | - |
| XYZ | 59.76 | 75.73 | 12.83 | - |
| YUV | 208.25 | 28.54 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 32 | 0.08 | 0 | 0.86 | 0.07 | 65.27 | 0.85 | 0.53 |
| Hex | DB | ED | 20 | 8 | 0 | 56 | 7 | 41 | 55 | 35 |
| Octal | 333 | 355 | 40 | 10 | 0 | 126 | 7 | 101 | 125 | 65 |
| Binary | 11011011 | 11101101 | 100000 | 1000 | 0 | 1010110 | 111 | 1000001 | 1010101 | 110101 |
Color Harmonies of #DBED20
Complementary color
Monochromatic Colors of #DBED20
Black with #DBED20
Text Example
Text Example
White with #DBED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED20; }
p { color: rgb(219,237,32); }
H1.HeaderClassName
{
color: #DBED20;
}
.AnyTagClassName
{
color: #DBED20;
}
</style>
background-color css
<style>
a { background-color: #DBED20; }
a { background-color: rgb(219,237,32); }
div.DivClassName
{
background-color: #DBED20;
}
.BgClassName
{
background-color: #DBED20;
}
</style>
border-color css
<style>
span { border-color: #DBED20; }
span { border-color: rgb(219,237,32); }
td.TdClassName
{
border-color: #DBED20;
}
.TagClassName
{
border-color: #DBED20;
}
</style>