Shades of Pear #DBFE29
Tints of Pear #DBFE29
RGB
CMYK
RGB Variations
Color information
#DBFE29 (or 0xDBFE29) is known color: Pear. HEX triplet: DB, FE and 29. RGB value is (219,254,41). Sum of RGB (Red+Green+Blue) = 219+254+41=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 41 (16.41% from 255 or 7.98% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE29 is #2401D6. Grayscale: #DCDCDC. Windows color (decimal): -2359767 or 2752219. OLE color: 2752219.
HSL color Cylindrical-coordinate representation of color #DBFE29: hue angle of 69.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBFE29 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 41 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.00 |
| HSL | 69.86º | 0.99% | 0.58% | - |
| HSV(B) | 69.86º | 0.84% | 1% | - |
| XYZ | 65.06 | 86.1 | 15.29 | - |
| YUV | 219.25 | 27.4 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 41 | 0.14 | 0 | 0.84 | 0.00 | 69.86 | 0.99 | 0.58 |
| Hex | DB | FE | 29 | E | 0 | 54 | 0 | 46 | 63 | 3A |
| Octal | 333 | 376 | 51 | 16 | 0 | 124 | 0 | 106 | 143 | 72 |
| Binary | 11011011 | 11111110 | 101001 | 1110 | 0 | 1010100 | 0 | 1000110 | 1100011 | 111010 |
Color Harmonies of #DBFE29
Complementary color
Monochromatic Colors of #DBFE29
Black with #DBFE29
Text Example
Text Example
White with #DBFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE29; }
p { color: rgb(219,254,41); }
H1.HeaderClassName
{
color: #DBFE29;
}
.AnyTagClassName
{
color: #DBFE29;
}
</style>
background-color css
<style>
a { background-color: #DBFE29; }
a { background-color: rgb(219,254,41); }
div.DivClassName
{
background-color: #DBFE29;
}
.BgClassName
{
background-color: #DBFE29;
}
</style>
border-color css
<style>
span { border-color: #DBFE29; }
span { border-color: rgb(219,254,41); }
td.TdClassName
{
border-color: #DBFE29;
}
.TagClassName
{
border-color: #DBFE29;
}
</style>