Shades of Pear #DBFE31
Tints of Pear #DBFE31
RGB
CMYK
RGB Variations
Color information
#DBFE31 (or 0xDBFE31) is known color: Pear. HEX triplet: DB, FE and 31. RGB value is (219,254,49). Sum of RGB (Red+Green+Blue) = 219+254+49=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 49 (19.53% from 255 or 9.39% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE31 is #2401CE. Grayscale: #DCDCDC. Windows color (decimal): -2359759 or 3276507. OLE color: 3276507.
HSL color Cylindrical-coordinate representation of color #DBFE31: hue angle of 70.24º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBFE31 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 49 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.00 |
| HSL | 70.24º | 0.99% | 0.59% | - |
| HSV(B) | 70.24º | 0.81% | 1% | - |
| XYZ | 65.21 | 86.17 | 16.1 | - |
| YUV | 220.17 | 31.4 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 49 | 0.14 | 0 | 0.81 | 0.00 | 70.24 | 0.99 | 0.59 |
| Hex | DB | FE | 31 | E | 0 | 51 | 0 | 46 | 63 | 3B |
| Octal | 333 | 376 | 61 | 16 | 0 | 121 | 0 | 106 | 143 | 73 |
| Binary | 11011011 | 11111110 | 110001 | 1110 | 0 | 1010001 | 0 | 1000110 | 1100011 | 111011 |
Color Harmonies of #DBFE31
Complementary color
Monochromatic Colors of #DBFE31
Black with #DBFE31
Text Example
Text Example
White with #DBFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE31; }
p { color: rgb(219,254,49); }
H1.HeaderClassName
{
color: #DBFE31;
}
.AnyTagClassName
{
color: #DBFE31;
}
</style>
background-color css
<style>
a { background-color: #DBFE31; }
a { background-color: rgb(219,254,49); }
div.DivClassName
{
background-color: #DBFE31;
}
.BgClassName
{
background-color: #DBFE31;
}
</style>
border-color css
<style>
span { border-color: #DBFE31; }
span { border-color: rgb(219,254,49); }
td.TdClassName
{
border-color: #DBFE31;
}
.TagClassName
{
border-color: #DBFE31;
}
</style>