Shades of Pear #DBEC37
Tints of Pear #DBEC37
RGB
CMYK
RGB Variations
Color information
#DBEC37 (or 0xDBEC37) is known color: Pear. HEX triplet: DB, EC and 37. RGB value is (219,236,55). Sum of RGB (Red+Green+Blue) = 219+236+55=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC37 is #2413C8. Grayscale: #D2D2D2. Windows color (decimal): -2364361 or 3665115. OLE color: 3665115.
HSL color Cylindrical-coordinate representation of color #DBEC37: hue angle of 65.64º 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 #DBEC37 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 55 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.07 |
| HSL | 65.64º | 0.83% | 0.57% | - |
| HSV(B) | 65.64º | 0.77% | 0.93% | - |
| XYZ | 59.9 | 75.33 | 15 | - |
| YUV | 210.28 | 40.37 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 55 | 0.07 | 0 | 0.77 | 0.07 | 65.64 | 0.83 | 0.57 |
| Hex | DB | EC | 37 | 7 | 0 | 4D | 7 | 42 | 53 | 39 |
| Octal | 333 | 354 | 67 | 7 | 0 | 115 | 7 | 102 | 123 | 71 |
| Binary | 11011011 | 11101100 | 110111 | 111 | 0 | 1001101 | 111 | 1000010 | 1010011 | 111001 |
Color Harmonies of #DBEC37
Complementary color
Monochromatic Colors of #DBEC37
Black with #DBEC37
Text Example
Text Example
White with #DBEC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC37; }
p { color: rgb(219,236,55); }
H1.HeaderClassName
{
color: #DBEC37;
}
.AnyTagClassName
{
color: #DBEC37;
}
</style>
background-color css
<style>
a { background-color: #DBEC37; }
a { background-color: rgb(219,236,55); }
div.DivClassName
{
background-color: #DBEC37;
}
.BgClassName
{
background-color: #DBEC37;
}
</style>
border-color css
<style>
span { border-color: #DBEC37; }
span { border-color: rgb(219,236,55); }
td.TdClassName
{
border-color: #DBEC37;
}
.TagClassName
{
border-color: #DBEC37;
}
</style>