Shades of Pear #DBED36
Tints of Pear #DBED36
RGB
CMYK
RGB Variations
Color information
#DBED36 (or 0xDBED36) is known color: Pear. HEX triplet: DB, ED and 36. RGB value is (219,237,54). Sum of RGB (Red+Green+Blue) = 219+237+54=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 54 (21.48% from 255 or 10.59% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED36 is #2412C9. Grayscale: #D3D3D3. Windows color (decimal): -2364106 or 3599835. OLE color: 3599835.
HSL color Cylindrical-coordinate representation of color #DBED36: hue angle of 65.9º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBED36 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 54 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.07 |
| HSL | 65.9º | 0.84% | 0.57% | - |
| HSV(B) | 65.9º | 0.77% | 0.93% | - |
| XYZ | 60.16 | 75.89 | 14.97 | - |
| YUV | 210.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 54 | 0.08 | 0 | 0.77 | 0.07 | 65.9 | 0.84 | 0.57 |
| Hex | DB | ED | 36 | 8 | 0 | 4D | 7 | 42 | 54 | 39 |
| Octal | 333 | 355 | 66 | 10 | 0 | 115 | 7 | 102 | 124 | 71 |
| Binary | 11011011 | 11101101 | 110110 | 1000 | 0 | 1001101 | 111 | 1000010 | 1010100 | 111001 |
Color Harmonies of #DBED36
Complementary color
Monochromatic Colors of #DBED36
Black with #DBED36
Text Example
Text Example
White with #DBED36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED36; }
p { color: rgb(219,237,54); }
H1.HeaderClassName
{
color: #DBED36;
}
.AnyTagClassName
{
color: #DBED36;
}
</style>
background-color css
<style>
a { background-color: #DBED36; }
a { background-color: rgb(219,237,54); }
div.DivClassName
{
background-color: #DBED36;
}
.BgClassName
{
background-color: #DBED36;
}
</style>
border-color css
<style>
span { border-color: #DBED36; }
span { border-color: rgb(219,237,54); }
td.TdClassName
{
border-color: #DBED36;
}
.TagClassName
{
border-color: #DBED36;
}
</style>