Shades of Pear #DBEC36
Tints of Pear #DBEC36
RGB
CMYK
RGB Variations
Color information
#DBEC36 (or 0xDBEC36) is known color: Pear. HEX triplet: DB, EC and 36. RGB value is (219,236,54). Sum of RGB (Red+Green+Blue) = 219+236+54=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 54 (21.48% from 255 or 10.61% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC36 is #2413C9. Grayscale: #D2D2D2. Windows color (decimal): -2364362 or 3599579. OLE color: 3599579.
HSL color Cylindrical-coordinate representation of color #DBEC36: hue angle of 65.6º 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 #DBEC36 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 54 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.07 |
| HSL | 65.6º | 0.83% | 0.57% | - |
| HSV(B) | 65.6º | 0.77% | 0.93% | - |
| XYZ | 59.87 | 75.32 | 14.87 | - |
| YUV | 210.17 | 39.87 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 54 | 0.07 | 0 | 0.77 | 0.07 | 65.6 | 0.83 | 0.57 |
| Hex | DB | EC | 36 | 7 | 0 | 4D | 7 | 42 | 53 | 39 |
| Octal | 333 | 354 | 66 | 7 | 0 | 115 | 7 | 102 | 123 | 71 |
| Binary | 11011011 | 11101100 | 110110 | 111 | 0 | 1001101 | 111 | 1000010 | 1010011 | 111001 |
Color Harmonies of #DBEC36
Complementary color
Monochromatic Colors of #DBEC36
Black with #DBEC36
Text Example
Text Example
White with #DBEC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC36; }
p { color: rgb(219,236,54); }
H1.HeaderClassName
{
color: #DBEC36;
}
.AnyTagClassName
{
color: #DBEC36;
}
</style>
background-color css
<style>
a { background-color: #DBEC36; }
a { background-color: rgb(219,236,54); }
div.DivClassName
{
background-color: #DBEC36;
}
.BgClassName
{
background-color: #DBEC36;
}
</style>
border-color css
<style>
span { border-color: #DBEC36; }
span { border-color: rgb(219,236,54); }
td.TdClassName
{
border-color: #DBEC36;
}
.TagClassName
{
border-color: #DBEC36;
}
</style>