Shades of Pear #DBFB32
Tints of Pear #DBFB32
RGB
CMYK
RGB Variations
Color information
#DBFB32 (or 0xDBFB32) is known color: Pear. HEX triplet: DB, FB and 32. RGB value is (219,251,50). Sum of RGB (Red+Green+Blue) = 219+251+50=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB32 is #2404CD. Grayscale: #DBDBDB. Windows color (decimal): -2360526 or 3341275. OLE color: 3341275.
HSL color Cylindrical-coordinate representation of color #DBFB32: hue angle of 69.55º 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 #DBFB32 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 50 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.02 |
| HSL | 69.55º | 0.96% | 0.59% | - |
| HSV(B) | 69.55º | 0.8% | 0.98% | - |
| XYZ | 64.29 | 84.28 | 15.9 | - |
| YUV | 218.52 | 32.9 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 50 | 0.13 | 0 | 0.80 | 0.02 | 69.55 | 0.96 | 0.59 |
| Hex | DB | FB | 32 | D | 0 | 50 | 2 | 46 | 60 | 3B |
| Octal | 333 | 373 | 62 | 15 | 0 | 120 | 2 | 106 | 140 | 73 |
| Binary | 11011011 | 11111011 | 110010 | 1101 | 0 | 1010000 | 10 | 1000110 | 1100000 | 111011 |
Color Harmonies of #DBFB32
Complementary color
Monochromatic Colors of #DBFB32
Black with #DBFB32
Text Example
Text Example
White with #DBFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB32; }
p { color: rgb(219,251,50); }
H1.HeaderClassName
{
color: #DBFB32;
}
.AnyTagClassName
{
color: #DBFB32;
}
</style>
background-color css
<style>
a { background-color: #DBFB32; }
a { background-color: rgb(219,251,50); }
div.DivClassName
{
background-color: #DBFB32;
}
.BgClassName
{
background-color: #DBFB32;
}
</style>
border-color css
<style>
span { border-color: #DBFB32; }
span { border-color: rgb(219,251,50); }
td.TdClassName
{
border-color: #DBFB32;
}
.TagClassName
{
border-color: #DBFB32;
}
</style>