Shades of Pear #DBFE3F
Tints of Pear #DBFE3F
RGB
CMYK
RGB Variations
Color information
#DBFE3F (or 0xDBFE3F) is known color: Pear. HEX triplet: DB, FE and 3F. RGB value is (219,254,63). Sum of RGB (Red+Green+Blue) = 219+254+63=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 63 (25% from 255 or 11.75% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE3F is #2401C0. Grayscale: #DEDEDE. Windows color (decimal): -2359745 or 4194011. OLE color: 4194011.
HSL color Cylindrical-coordinate representation of color #DBFE3F: hue angle of 70.99º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBFE3F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 63 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.00 |
| HSL | 70.99º | 0.99% | 0.62% | - |
| HSV(B) | 70.99º | 0.75% | 1% | - |
| XYZ | 65.55 | 86.3 | 17.91 | - |
| YUV | 221.76 | 38.4 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 63 | 0.14 | 0 | 0.75 | 0.00 | 70.99 | 0.99 | 0.62 |
| Hex | DB | FE | 3F | E | 0 | 4B | 0 | 47 | 63 | 3E |
| Octal | 333 | 376 | 77 | 16 | 0 | 113 | 0 | 107 | 143 | 76 |
| Binary | 11011011 | 11111110 | 111111 | 1110 | 0 | 1001011 | 0 | 1000111 | 1100011 | 111110 |
Color Harmonies of #DBFE3F
Complementary color
Monochromatic Colors of #DBFE3F
Black with #DBFE3F
Text Example
Text Example
White with #DBFE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE3F; }
p { color: rgb(219,254,63); }
H1.HeaderClassName
{
color: #DBFE3F;
}
.AnyTagClassName
{
color: #DBFE3F;
}
</style>
background-color css
<style>
a { background-color: #DBFE3F; }
a { background-color: rgb(219,254,63); }
div.DivClassName
{
background-color: #DBFE3F;
}
.BgClassName
{
background-color: #DBFE3F;
}
</style>
border-color css
<style>
span { border-color: #DBFE3F; }
span { border-color: rgb(219,254,63); }
td.TdClassName
{
border-color: #DBFE3F;
}
.TagClassName
{
border-color: #DBFE3F;
}
</style>