Shades of Pear #DBFB3B
Tints of Pear #DBFB3B
RGB
CMYK
RGB Variations
Color information
#DBFB3B (or 0xDBFB3B) is known color: Pear. HEX triplet: DB, FB and 3B. RGB value is (219,251,59). Sum of RGB (Red+Green+Blue) = 219+251+59=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 59 (23.44% from 255 or 11.15% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB3B is #2404C4. Grayscale: #DCDCDC. Windows color (decimal): -2360517 or 3931099. OLE color: 3931099.
HSL color Cylindrical-coordinate representation of color #DBFB3B: hue angle of 70º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBFB3B is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 59 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.02 |
| HSL | 70º | 0.96% | 0.61% | - |
| HSV(B) | 70º | 0.76% | 0.98% | - |
| XYZ | 64.5 | 84.37 | 17.02 | - |
| YUV | 219.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 59 | 0.13 | 0 | 0.76 | 0.02 | 70 | 0.96 | 0.61 |
| Hex | DB | FB | 3B | D | 0 | 4C | 2 | 46 | 60 | 3D |
| Octal | 333 | 373 | 73 | 15 | 0 | 114 | 2 | 106 | 140 | 75 |
| Binary | 11011011 | 11111011 | 111011 | 1101 | 0 | 1001100 | 10 | 1000110 | 1100000 | 111101 |
Color Harmonies of #DBFB3B
Complementary color
Monochromatic Colors of #DBFB3B
Black with #DBFB3B
Text Example
Text Example
White with #DBFB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB3B; }
p { color: rgb(219,251,59); }
H1.HeaderClassName
{
color: #DBFB3B;
}
.AnyTagClassName
{
color: #DBFB3B;
}
</style>
background-color css
<style>
a { background-color: #DBFB3B; }
a { background-color: rgb(219,251,59); }
div.DivClassName
{
background-color: #DBFB3B;
}
.BgClassName
{
background-color: #DBFB3B;
}
</style>
border-color css
<style>
span { border-color: #DBFB3B; }
span { border-color: rgb(219,251,59); }
td.TdClassName
{
border-color: #DBFB3B;
}
.TagClassName
{
border-color: #DBFB3B;
}
</style>