Shades of Pear #DBFE2C
Tints of Pear #DBFE2C
RGB
CMYK
RGB Variations
Color information
#DBFE2C (or 0xDBFE2C) is known color: Pear. HEX triplet: DB, FE and 2C. RGB value is (219,254,44). Sum of RGB (Red+Green+Blue) = 219+254+44=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE2C is #2401D3. Grayscale: #DCDCDC. Windows color (decimal): -2359764 or 2948827. OLE color: 2948827.
HSL color Cylindrical-coordinate representation of color #DBFE2C: hue angle of 70º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBFE2C is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 44 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.00 |
| HSL | 70º | 0.99% | 0.58% | - |
| HSV(B) | 70º | 0.83% | 1% | - |
| XYZ | 65.11 | 86.13 | 15.58 | - |
| YUV | 219.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 44 | 0.14 | 0 | 0.83 | 0.00 | 70 | 0.99 | 0.58 |
| Hex | DB | FE | 2C | E | 0 | 53 | 0 | 46 | 63 | 3A |
| Octal | 333 | 376 | 54 | 16 | 0 | 123 | 0 | 106 | 143 | 72 |
| Binary | 11011011 | 11111110 | 101100 | 1110 | 0 | 1010011 | 0 | 1000110 | 1100011 | 111010 |
Color Harmonies of #DBFE2C
Complementary color
Monochromatic Colors of #DBFE2C
Black with #DBFE2C
Text Example
Text Example
White with #DBFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE2C; }
p { color: rgb(219,254,44); }
H1.HeaderClassName
{
color: #DBFE2C;
}
.AnyTagClassName
{
color: #DBFE2C;
}
</style>
background-color css
<style>
a { background-color: #DBFE2C; }
a { background-color: rgb(219,254,44); }
div.DivClassName
{
background-color: #DBFE2C;
}
.BgClassName
{
background-color: #DBFE2C;
}
</style>
border-color css
<style>
span { border-color: #DBFE2C; }
span { border-color: rgb(219,254,44); }
td.TdClassName
{
border-color: #DBFE2C;
}
.TagClassName
{
border-color: #DBFE2C;
}
</style>