Shades of Pear #DBFB47
Tints of Pear #DBFB47
RGB
CMYK
RGB Variations
Color information
#DBFB47 (or 0xDBFB47) is known color: Pear. HEX triplet: DB, FB and 47. RGB value is (219,251,71). Sum of RGB (Red+Green+Blue) = 219+251+71=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 71 (28.12% from 255 or 13.12% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB47 is #2404B8. Grayscale: #DDDDDD. Windows color (decimal): -2360505 or 4717531. OLE color: 4717531.
HSL color Cylindrical-coordinate representation of color #DBFB47: hue angle of 70.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBFB47 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 71 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.02 |
| HSL | 70.67º | 0.96% | 0.63% | - |
| HSV(B) | 70.67º | 0.72% | 0.98% | - |
| XYZ | 64.85 | 84.51 | 18.86 | - |
| YUV | 220.91 | 43.4 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 71 | 0.13 | 0 | 0.72 | 0.02 | 70.67 | 0.96 | 0.63 |
| Hex | DB | FB | 47 | D | 0 | 48 | 2 | 47 | 60 | 3F |
| Octal | 333 | 373 | 107 | 15 | 0 | 110 | 2 | 107 | 140 | 77 |
| Binary | 11011011 | 11111011 | 1000111 | 1101 | 0 | 1001000 | 10 | 1000111 | 1100000 | 111111 |
Color Harmonies of #DBFB47
Complementary color
Monochromatic Colors of #DBFB47
Black with #DBFB47
Text Example
Text Example
White with #DBFB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB47; }
p { color: rgb(219,251,71); }
H1.HeaderClassName
{
color: #DBFB47;
}
.AnyTagClassName
{
color: #DBFB47;
}
</style>
background-color css
<style>
a { background-color: #DBFB47; }
a { background-color: rgb(219,251,71); }
div.DivClassName
{
background-color: #DBFB47;
}
.BgClassName
{
background-color: #DBFB47;
}
</style>
border-color css
<style>
span { border-color: #DBFB47; }
span { border-color: rgb(219,251,71); }
td.TdClassName
{
border-color: #DBFB47;
}
.TagClassName
{
border-color: #DBFB47;
}
</style>