Shades of Pear #DBFF47
Tints of Pear #DBFF47
RGB
CMYK
RGB Variations
Color information
#DBFF47 (or 0xDBFF47) is known color: Pear. HEX triplet: DB, FF and 47. RGB value is (219,255,71). Sum of RGB (Red+Green+Blue) = 219+255+71=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 71 (28.12% from 255 or 13.03% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF47 is #2400B8. Grayscale: #DFDFDF. Windows color (decimal): -2359481 or 4718555. OLE color: 4718555.
HSL color Cylindrical-coordinate representation of color #DBFF47: hue angle of 71.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBFF47 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 71 | - |
| CMYK | 0.14 | 0 | 0.72 | 0 |
| HSL | 71.74º | 1% | 0.64% | - |
| HSV(B) | 71.74º | 0.72% | 1% | - |
| XYZ | 66.11 | 87.04 | 19.28 | - |
| YUV | 223.26 | 42.07 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 71 | 0.14 | 0 | 0.72 | 0 | 71.74 | 1 | 0.64 |
| Hex | DB | FF | 47 | E | 0 | 48 | 0 | 48 | 64 | 40 |
| Octal | 333 | 377 | 107 | 16 | 0 | 110 | 0 | 110 | 144 | 100 |
| Binary | 11011011 | 11111111 | 1000111 | 1110 | 0 | 1001000 | 0 | 1001000 | 1100100 | 1000000 |
Color Harmonies of #DBFF47
Complementary color
Monochromatic Colors of #DBFF47
Black with #DBFF47
Text Example
Text Example
White with #DBFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF47; }
p { color: rgb(219,255,71); }
H1.HeaderClassName
{
color: #DBFF47;
}
.AnyTagClassName
{
color: #DBFF47;
}
</style>
background-color css
<style>
a { background-color: #DBFF47; }
a { background-color: rgb(219,255,71); }
div.DivClassName
{
background-color: #DBFF47;
}
.BgClassName
{
background-color: #DBFF47;
}
</style>
border-color css
<style>
span { border-color: #DBFF47; }
span { border-color: rgb(219,255,71); }
td.TdClassName
{
border-color: #DBFF47;
}
.TagClassName
{
border-color: #DBFF47;
}
</style>