Shades of Pear #DBFB31
Tints of Pear #DBFB31
RGB
CMYK
RGB Variations
Color information
#DBFB31 (or 0xDBFB31) is known color: Pear. HEX triplet: DB, FB and 31. RGB value is (219,251,49). Sum of RGB (Red+Green+Blue) = 219+251+49=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB31 is #2404CE. Grayscale: #DBDBDB. Windows color (decimal): -2360527 or 3275739. OLE color: 3275739.
HSL color Cylindrical-coordinate representation of color #DBFB31: hue angle of 69.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBFB31 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 49 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.02 |
| HSL | 69.5º | 0.96% | 0.59% | - |
| HSV(B) | 69.5º | 0.8% | 0.98% | - |
| XYZ | 64.26 | 84.28 | 15.79 | - |
| YUV | 218.4 | 32.4 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 49 | 0.13 | 0 | 0.80 | 0.02 | 69.5 | 0.96 | 0.59 |
| Hex | DB | FB | 31 | D | 0 | 50 | 2 | 46 | 60 | 3B |
| Octal | 333 | 373 | 61 | 15 | 0 | 120 | 2 | 106 | 140 | 73 |
| Binary | 11011011 | 11111011 | 110001 | 1101 | 0 | 1010000 | 10 | 1000110 | 1100000 | 111011 |
Color Harmonies of #DBFB31
Complementary color
Monochromatic Colors of #DBFB31
Black with #DBFB31
Text Example
Text Example
White with #DBFB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB31; }
p { color: rgb(219,251,49); }
H1.HeaderClassName
{
color: #DBFB31;
}
.AnyTagClassName
{
color: #DBFB31;
}
</style>
background-color css
<style>
a { background-color: #DBFB31; }
a { background-color: rgb(219,251,49); }
div.DivClassName
{
background-color: #DBFB31;
}
.BgClassName
{
background-color: #DBFB31;
}
</style>
border-color css
<style>
span { border-color: #DBFB31; }
span { border-color: rgb(219,251,49); }
td.TdClassName
{
border-color: #DBFB31;
}
.TagClassName
{
border-color: #DBFB31;
}
</style>