Shades of Pear #DBEE29
Tints of Pear #DBEE29
RGB
CMYK
RGB Variations
Color information
#DBEE29 (or 0xDBEE29) is known color: Pear. HEX triplet: DB, EE and 29. RGB value is (219,238,41). Sum of RGB (Red+Green+Blue) = 219+238+41=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE29 is #2411D6. Grayscale: #D2D2D2. Windows color (decimal): -2363863 or 2748123. OLE color: 2748123.
HSL color Cylindrical-coordinate representation of color #DBEE29: hue angle of 65.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBEE29 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 41 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.07 |
| HSL | 65.79º | 0.85% | 0.55% | - |
| HSV(B) | 65.79º | 0.83% | 0.93% | - |
| XYZ | 60.19 | 76.37 | 13.67 | - |
| YUV | 209.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 41 | 0.08 | 0 | 0.83 | 0.07 | 65.79 | 0.85 | 0.55 |
| Hex | DB | EE | 29 | 8 | 0 | 53 | 7 | 42 | 55 | 37 |
| Octal | 333 | 356 | 51 | 10 | 0 | 123 | 7 | 102 | 125 | 67 |
| Binary | 11011011 | 11101110 | 101001 | 1000 | 0 | 1010011 | 111 | 1000010 | 1010101 | 110111 |
Color Harmonies of #DBEE29
Complementary color
Monochromatic Colors of #DBEE29
Black with #DBEE29
Text Example
Text Example
White with #DBEE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE29; }
p { color: rgb(219,238,41); }
H1.HeaderClassName
{
color: #DBEE29;
}
.AnyTagClassName
{
color: #DBEE29;
}
</style>
background-color css
<style>
a { background-color: #DBEE29; }
a { background-color: rgb(219,238,41); }
div.DivClassName
{
background-color: #DBEE29;
}
.BgClassName
{
background-color: #DBEE29;
}
</style>
border-color css
<style>
span { border-color: #DBEE29; }
span { border-color: rgb(219,238,41); }
td.TdClassName
{
border-color: #DBEE29;
}
.TagClassName
{
border-color: #DBEE29;
}
</style>