Shades of Pear #DBEC24
Tints of Pear #DBEC24
RGB
CMYK
RGB Variations
Color information
#DBEC24 (or 0xDBEC24) is known color: Pear. HEX triplet: DB, EC and 24. RGB value is (219,236,36). Sum of RGB (Red+Green+Blue) = 219+236+36=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC24 is #2413DB. Grayscale: #D0D0D0. Windows color (decimal): -2364380 or 2419931. OLE color: 2419931.
HSL color Cylindrical-coordinate representation of color #DBEC24: hue angle of 65.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBEC24 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 36 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.07 |
| HSL | 65.1º | 0.84% | 0.53% | - |
| HSV(B) | 65.1º | 0.85% | 0.93% | - |
| XYZ | 59.53 | 75.18 | 13.04 | - |
| YUV | 208.12 | 30.87 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 36 | 0.07 | 0 | 0.85 | 0.07 | 65.1 | 0.84 | 0.53 |
| Hex | DB | EC | 24 | 7 | 0 | 55 | 7 | 41 | 54 | 35 |
| Octal | 333 | 354 | 44 | 7 | 0 | 125 | 7 | 101 | 124 | 65 |
| Binary | 11011011 | 11101100 | 100100 | 111 | 0 | 1010101 | 111 | 1000001 | 1010100 | 110101 |
Color Harmonies of #DBEC24
Complementary color
Monochromatic Colors of #DBEC24
Black with #DBEC24
Text Example
Text Example
White with #DBEC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC24; }
p { color: rgb(219,236,36); }
H1.HeaderClassName
{
color: #DBEC24;
}
.AnyTagClassName
{
color: #DBEC24;
}
</style>
background-color css
<style>
a { background-color: #DBEC24; }
a { background-color: rgb(219,236,36); }
div.DivClassName
{
background-color: #DBEC24;
}
.BgClassName
{
background-color: #DBEC24;
}
</style>
border-color css
<style>
span { border-color: #DBEC24; }
span { border-color: rgb(219,236,36); }
td.TdClassName
{
border-color: #DBEC24;
}
.TagClassName
{
border-color: #DBEC24;
}
</style>