Shades of Pear #DBFE3E
Tints of Pear #DBFE3E
RGB
CMYK
RGB Variations
Color information
#DBFE3E (or 0xDBFE3E) is known color: Pear. HEX triplet: DB, FE and 3E. RGB value is (219,254,62). Sum of RGB (Red+Green+Blue) = 219+254+62=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 62 (24.61% from 255 or 11.59% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE3E is #2401C1. Grayscale: #DEDEDE. Windows color (decimal): -2359746 or 4128475. OLE color: 4128475.
HSL color Cylindrical-coordinate representation of color #DBFE3E: hue angle of 70.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBFE3E is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 62 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.00 |
| HSL | 70.94º | 0.99% | 0.62% | - |
| HSV(B) | 70.94º | 0.76% | 1% | - |
| XYZ | 65.52 | 86.29 | 17.76 | - |
| YUV | 221.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 62 | 0.14 | 0 | 0.76 | 0.00 | 70.94 | 0.99 | 0.62 |
| Hex | DB | FE | 3E | E | 0 | 4C | 0 | 47 | 63 | 3E |
| Octal | 333 | 376 | 76 | 16 | 0 | 114 | 0 | 107 | 143 | 76 |
| Binary | 11011011 | 11111110 | 111110 | 1110 | 0 | 1001100 | 0 | 1000111 | 1100011 | 111110 |
Color Harmonies of #DBFE3E
Complementary color
Monochromatic Colors of #DBFE3E
Black with #DBFE3E
Text Example
Text Example
White with #DBFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE3E; }
p { color: rgb(219,254,62); }
H1.HeaderClassName
{
color: #DBFE3E;
}
.AnyTagClassName
{
color: #DBFE3E;
}
</style>
background-color css
<style>
a { background-color: #DBFE3E; }
a { background-color: rgb(219,254,62); }
div.DivClassName
{
background-color: #DBFE3E;
}
.BgClassName
{
background-color: #DBFE3E;
}
</style>
border-color css
<style>
span { border-color: #DBFE3E; }
span { border-color: rgb(219,254,62); }
td.TdClassName
{
border-color: #DBFE3E;
}
.TagClassName
{
border-color: #DBFE3E;
}
</style>