Shades of Pear #DBFE49
Tints of Pear #DBFE49
RGB
CMYK
RGB Variations
Color information
#DBFE49 (or 0xDBFE49) is known color: Pear. HEX triplet: DB, FE and 49. RGB value is (219,254,73). Sum of RGB (Red+Green+Blue) = 219+254+73=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 73 (28.91% from 255 or 13.37% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE49 is #2401B6. Grayscale: #DFDFDF. Windows color (decimal): -2359735 or 4849371. OLE color: 4849371.
HSL color Cylindrical-coordinate representation of color #DBFE49: hue angle of 71.6º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBFE49 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 73 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.00 |
| HSL | 71.6º | 0.99% | 0.64% | - |
| HSV(B) | 71.6º | 0.71% | 1% | - |
| XYZ | 65.86 | 86.42 | 19.51 | - |
| YUV | 222.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 73 | 0.14 | 0 | 0.71 | 0.00 | 71.6 | 0.99 | 0.64 |
| Hex | DB | FE | 49 | E | 0 | 47 | 0 | 48 | 63 | 40 |
| Octal | 333 | 376 | 111 | 16 | 0 | 107 | 0 | 110 | 143 | 100 |
| Binary | 11011011 | 11111110 | 1001001 | 1110 | 0 | 1000111 | 0 | 1001000 | 1100011 | 1000000 |
Color Harmonies of #DBFE49
Complementary color
Monochromatic Colors of #DBFE49
Black with #DBFE49
Text Example
Text Example
White with #DBFE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE49; }
p { color: rgb(219,254,73); }
H1.HeaderClassName
{
color: #DBFE49;
}
.AnyTagClassName
{
color: #DBFE49;
}
</style>
background-color css
<style>
a { background-color: #DBFE49; }
a { background-color: rgb(219,254,73); }
div.DivClassName
{
background-color: #DBFE49;
}
.BgClassName
{
background-color: #DBFE49;
}
</style>
border-color css
<style>
span { border-color: #DBFE49; }
span { border-color: rgb(219,254,73); }
td.TdClassName
{
border-color: #DBFE49;
}
.TagClassName
{
border-color: #DBFE49;
}
</style>