Shades of Pear #DBEC2B
Tints of Pear #DBEC2B
RGB
CMYK
RGB Variations
Color information
#DBEC2B (or 0xDBEC2B) is known color: Pear. HEX triplet: DB, EC and 2B. RGB value is (219,236,43). Sum of RGB (Red+Green+Blue) = 219+236+43=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 43 (17.19% from 255 or 8.63% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC2B is #2413D4. Grayscale: #D1D1D1. Windows color (decimal): -2364373 or 2878683. OLE color: 2878683.
HSL color Cylindrical-coordinate representation of color #DBEC2B: hue angle of 65.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBEC2B is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 43 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.07 |
| HSL | 65.28º | 0.84% | 0.55% | - |
| HSV(B) | 65.28º | 0.82% | 0.93% | - |
| XYZ | 59.64 | 75.23 | 13.66 | - |
| YUV | 208.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 43 | 0.07 | 0 | 0.82 | 0.07 | 65.28 | 0.84 | 0.55 |
| Hex | DB | EC | 2B | 7 | 0 | 52 | 7 | 41 | 54 | 37 |
| Octal | 333 | 354 | 53 | 7 | 0 | 122 | 7 | 101 | 124 | 67 |
| Binary | 11011011 | 11101100 | 101011 | 111 | 0 | 1010010 | 111 | 1000001 | 1010100 | 110111 |
Color Harmonies of #DBEC2B
Complementary color
Monochromatic Colors of #DBEC2B
Black with #DBEC2B
Text Example
Text Example
White with #DBEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC2B; }
p { color: rgb(219,236,43); }
H1.HeaderClassName
{
color: #DBEC2B;
}
.AnyTagClassName
{
color: #DBEC2B;
}
</style>
background-color css
<style>
a { background-color: #DBEC2B; }
a { background-color: rgb(219,236,43); }
div.DivClassName
{
background-color: #DBEC2B;
}
.BgClassName
{
background-color: #DBEC2B;
}
</style>
border-color css
<style>
span { border-color: #DBEC2B; }
span { border-color: rgb(219,236,43); }
td.TdClassName
{
border-color: #DBEC2B;
}
.TagClassName
{
border-color: #DBEC2B;
}
</style>