Shades of Pear #DBE42D
Tints of Pear #DBE42D
RGB
CMYK
RGB Variations
Color information
#DBE42D (or 0xDBE42D) is known color: Pear. HEX triplet: DB, E4 and 2D. RGB value is (219,228,45). Sum of RGB (Red+Green+Blue) = 219+228+45=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE42D is #241BD2. Grayscale: #CDCDCD. Windows color (decimal): -2366419 or 3007707. OLE color: 3007707.
HSL color Cylindrical-coordinate representation of color #DBE42D: hue angle of 62.95º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBE42D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 45 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.11 |
| HSL | 62.95º | 0.77% | 0.54% | - |
| HSV(B) | 62.95º | 0.8% | 0.89% | - |
| XYZ | 57.43 | 70.74 | 13.11 | - |
| YUV | 204.45 | 38.02 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 45 | 0.04 | 0 | 0.80 | 0.11 | 62.95 | 0.77 | 0.54 |
| Hex | DB | E4 | 2D | 4 | 0 | 50 | B | 3F | 4D | 36 |
| Octal | 333 | 344 | 55 | 4 | 0 | 120 | 13 | 77 | 115 | 66 |
| Binary | 11011011 | 11100100 | 101101 | 100 | 0 | 1010000 | 1011 | 111111 | 1001101 | 110110 |
Color Harmonies of #DBE42D
Complementary color
Monochromatic Colors of #DBE42D
Black with #DBE42D
Text Example
Text Example
White with #DBE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE42D; }
p { color: rgb(219,228,45); }
H1.HeaderClassName
{
color: #DBE42D;
}
.AnyTagClassName
{
color: #DBE42D;
}
</style>
background-color css
<style>
a { background-color: #DBE42D; }
a { background-color: rgb(219,228,45); }
div.DivClassName
{
background-color: #DBE42D;
}
.BgClassName
{
background-color: #DBE42D;
}
</style>
border-color css
<style>
span { border-color: #DBE42D; }
span { border-color: rgb(219,228,45); }
td.TdClassName
{
border-color: #DBE42D;
}
.TagClassName
{
border-color: #DBE42D;
}
</style>