Shades of Pear #DBED37
Tints of Pear #DBED37
RGB
CMYK
RGB Variations
Color information
#DBED37 (or 0xDBED37) is known color: Pear. HEX triplet: DB, ED and 37. RGB value is (219,237,55). Sum of RGB (Red+Green+Blue) = 219+237+55=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED37 is #2412C8. Grayscale: #D3D3D3. Windows color (decimal): -2364105 or 3665371. OLE color: 3665371.
HSL color Cylindrical-coordinate representation of color #DBED37: hue angle of 65.93º degrees, saturation: 0.83, 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 #DBED37 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 55 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.07 |
| HSL | 65.93º | 0.83% | 0.57% | - |
| HSV(B) | 65.93º | 0.77% | 0.93% | - |
| XYZ | 60.19 | 75.9 | 15.09 | - |
| YUV | 210.87 | 40.04 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 55 | 0.08 | 0 | 0.77 | 0.07 | 65.93 | 0.83 | 0.57 |
| Hex | DB | ED | 37 | 8 | 0 | 4D | 7 | 42 | 53 | 39 |
| Octal | 333 | 355 | 67 | 10 | 0 | 115 | 7 | 102 | 123 | 71 |
| Binary | 11011011 | 11101101 | 110111 | 1000 | 0 | 1001101 | 111 | 1000010 | 1010011 | 111001 |
Color Harmonies of #DBED37
Complementary color
Monochromatic Colors of #DBED37
Black with #DBED37
Text Example
Text Example
White with #DBED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED37; }
p { color: rgb(219,237,55); }
H1.HeaderClassName
{
color: #DBED37;
}
.AnyTagClassName
{
color: #DBED37;
}
</style>
background-color css
<style>
a { background-color: #DBED37; }
a { background-color: rgb(219,237,55); }
div.DivClassName
{
background-color: #DBED37;
}
.BgClassName
{
background-color: #DBED37;
}
</style>
border-color css
<style>
span { border-color: #DBED37; }
span { border-color: rgb(219,237,55); }
td.TdClassName
{
border-color: #DBED37;
}
.TagClassName
{
border-color: #DBED37;
}
</style>