Shades of Pear #DBFE3B
Tints of Pear #DBFE3B
RGB
CMYK
RGB Variations
Color information
#DBFE3B (or 0xDBFE3B) is known color: Pear. HEX triplet: DB, FE and 3B. RGB value is (219,254,59). Sum of RGB (Red+Green+Blue) = 219+254+59=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 59 (23.44% from 255 or 11.09% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE3B is #2401C4. Grayscale: #DEDEDE. Windows color (decimal): -2359749 or 3931867. OLE color: 3931867.
HSL color Cylindrical-coordinate representation of color #DBFE3B: hue angle of 70.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBFE3B is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 59 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.00 |
| HSL | 70.77º | 0.99% | 0.61% | - |
| HSV(B) | 70.77º | 0.77% | 1% | - |
| XYZ | 65.44 | 86.26 | 17.34 | - |
| YUV | 221.31 | 36.4 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 59 | 0.14 | 0 | 0.77 | 0.00 | 70.77 | 0.99 | 0.61 |
| Hex | DB | FE | 3B | E | 0 | 4D | 0 | 47 | 63 | 3D |
| Octal | 333 | 376 | 73 | 16 | 0 | 115 | 0 | 107 | 143 | 75 |
| Binary | 11011011 | 11111110 | 111011 | 1110 | 0 | 1001101 | 0 | 1000111 | 1100011 | 111101 |
Color Harmonies of #DBFE3B
Complementary color
Monochromatic Colors of #DBFE3B
Black with #DBFE3B
Text Example
Text Example
White with #DBFE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE3B; }
p { color: rgb(219,254,59); }
H1.HeaderClassName
{
color: #DBFE3B;
}
.AnyTagClassName
{
color: #DBFE3B;
}
</style>
background-color css
<style>
a { background-color: #DBFE3B; }
a { background-color: rgb(219,254,59); }
div.DivClassName
{
background-color: #DBFE3B;
}
.BgClassName
{
background-color: #DBFE3B;
}
</style>
border-color css
<style>
span { border-color: #DBFE3B; }
span { border-color: rgb(219,254,59); }
td.TdClassName
{
border-color: #DBFE3B;
}
.TagClassName
{
border-color: #DBFE3B;
}
</style>