Shades of Pear #DBFB49
Tints of Pear #DBFB49
RGB
CMYK
RGB Variations
Color information
#DBFB49 (or 0xDBFB49) is known color: Pear. HEX triplet: DB, FB and 49. RGB value is (219,251,73). Sum of RGB (Red+Green+Blue) = 219+251+73=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB49 is #2404B6. Grayscale: #DDDDDD. Windows color (decimal): -2360503 or 4848603. OLE color: 4848603.
HSL color Cylindrical-coordinate representation of color #DBFB49: hue angle of 70.79º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBFB49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 73 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.02 |
| HSL | 70.79º | 0.96% | 0.64% | - |
| HSV(B) | 70.79º | 0.71% | 0.98% | - |
| XYZ | 64.91 | 84.54 | 19.2 | - |
| YUV | 221.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 73 | 0.13 | 0 | 0.71 | 0.02 | 70.79 | 0.96 | 0.64 |
| Hex | DB | FB | 49 | D | 0 | 47 | 2 | 47 | 60 | 40 |
| Octal | 333 | 373 | 111 | 15 | 0 | 107 | 2 | 107 | 140 | 100 |
| Binary | 11011011 | 11111011 | 1001001 | 1101 | 0 | 1000111 | 10 | 1000111 | 1100000 | 1000000 |
Color Harmonies of #DBFB49
Complementary color
Monochromatic Colors of #DBFB49
Black with #DBFB49
Text Example
Text Example
White with #DBFB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB49; }
p { color: rgb(219,251,73); }
H1.HeaderClassName
{
color: #DBFB49;
}
.AnyTagClassName
{
color: #DBFB49;
}
</style>
background-color css
<style>
a { background-color: #DBFB49; }
a { background-color: rgb(219,251,73); }
div.DivClassName
{
background-color: #DBFB49;
}
.BgClassName
{
background-color: #DBFB49;
}
</style>
border-color css
<style>
span { border-color: #DBFB49; }
span { border-color: rgb(219,251,73); }
td.TdClassName
{
border-color: #DBFB49;
}
.TagClassName
{
border-color: #DBFB49;
}
</style>