Shades of Pear #DBFE40
Tints of Pear #DBFE40
RGB
CMYK
RGB Variations
Color information
#DBFE40 (or 0xDBFE40) is known color: Pear. HEX triplet: DB, FE and 40. RGB value is (219,254,64). Sum of RGB (Red+Green+Blue) = 219+254+64=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE40 is #2401BF. Grayscale: #DEDEDE. Windows color (decimal): -2359744 or 4259547. OLE color: 4259547.
HSL color Cylindrical-coordinate representation of color #DBFE40: hue angle of 71.05º 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 #DBFE40 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 64 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.00 |
| HSL | 71.05º | 0.99% | 0.62% | - |
| HSV(B) | 71.05º | 0.75% | 1% | - |
| XYZ | 65.58 | 86.31 | 18.05 | - |
| YUV | 221.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 64 | 0.14 | 0 | 0.75 | 0.00 | 71.05 | 0.99 | 0.62 |
| Hex | DB | FE | 40 | E | 0 | 4B | 0 | 47 | 63 | 3E |
| Octal | 333 | 376 | 100 | 16 | 0 | 113 | 0 | 107 | 143 | 76 |
| Binary | 11011011 | 11111110 | 1000000 | 1110 | 0 | 1001011 | 0 | 1000111 | 1100011 | 111110 |
Color Harmonies of #DBFE40
Complementary color
Monochromatic Colors of #DBFE40
Black with #DBFE40
Text Example
Text Example
White with #DBFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE40; }
p { color: rgb(219,254,64); }
H1.HeaderClassName
{
color: #DBFE40;
}
.AnyTagClassName
{
color: #DBFE40;
}
</style>
background-color css
<style>
a { background-color: #DBFE40; }
a { background-color: rgb(219,254,64); }
div.DivClassName
{
background-color: #DBFE40;
}
.BgClassName
{
background-color: #DBFE40;
}
</style>
border-color css
<style>
span { border-color: #DBFE40; }
span { border-color: rgb(219,254,64); }
td.TdClassName
{
border-color: #DBFE40;
}
.TagClassName
{
border-color: #DBFE40;
}
</style>