Shades of Pear #DBF047
Tints of Pear #DBF047
RGB
CMYK
RGB Variations
Color information
#DBF047 (or 0xDBF047) is known color: Pear. HEX triplet: DB, F0 and 47. RGB value is (219,240,71). Sum of RGB (Red+Green+Blue) = 219+240+71=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF047 is #240FB8. Grayscale: #D7D7D7. Windows color (decimal): -2363321 or 4714715. OLE color: 4714715.
HSL color Cylindrical-coordinate representation of color #DBF047: hue angle of 67.46º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF047 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 71 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.06 |
| HSL | 67.46º | 0.85% | 0.61% | - |
| HSV(B) | 67.46º | 0.7% | 0.94% | - |
| XYZ | 61.51 | 77.84 | 17.74 | - |
| YUV | 214.46 | 47.04 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 71 | 0.09 | 0 | 0.70 | 0.06 | 67.46 | 0.85 | 0.61 |
| Hex | DB | F0 | 47 | 9 | 0 | 46 | 6 | 43 | 55 | 3D |
| Octal | 333 | 360 | 107 | 11 | 0 | 106 | 6 | 103 | 125 | 75 |
| Binary | 11011011 | 11110000 | 1000111 | 1001 | 0 | 1000110 | 110 | 1000011 | 1010101 | 111101 |
Color Harmonies of #DBF047
Complementary color
Monochromatic Colors of #DBF047
Black with #DBF047
Text Example
Text Example
White with #DBF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF047; }
p { color: rgb(219,240,71); }
H1.HeaderClassName
{
color: #DBF047;
}
.AnyTagClassName
{
color: #DBF047;
}
</style>
background-color css
<style>
a { background-color: #DBF047; }
a { background-color: rgb(219,240,71); }
div.DivClassName
{
background-color: #DBF047;
}
.BgClassName
{
background-color: #DBF047;
}
</style>
border-color css
<style>
span { border-color: #DBF047; }
span { border-color: rgb(219,240,71); }
td.TdClassName
{
border-color: #DBF047;
}
.TagClassName
{
border-color: #DBF047;
}
</style>