Shades of Pear #DBF646
Tints of Pear #DBF646
RGB
CMYK
RGB Variations
Color information
#DBF646 (or 0xDBF646) is known color: Pear. HEX triplet: DB, F6 and 46. RGB value is (219,246,70). Sum of RGB (Red+Green+Blue) = 219+246+70=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 70 (27.73% from 255 or 13.08% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF646 is #2409B9. Grayscale: #DADADA. Windows color (decimal): -2361786 or 4650715. OLE color: 4650715.
HSL color Cylindrical-coordinate representation of color #DBF646: hue angle of 69.2º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBF646 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 70 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.04 |
| HSL | 69.2º | 0.91% | 0.62% | - |
| HSV(B) | 69.2º | 0.72% | 0.96% | - |
| XYZ | 63.27 | 81.41 | 18.17 | - |
| YUV | 217.86 | 44.55 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 70 | 0.11 | 0 | 0.72 | 0.04 | 69.2 | 0.91 | 0.62 |
| Hex | DB | F6 | 46 | B | 0 | 48 | 4 | 45 | 5B | 3E |
| Octal | 333 | 366 | 106 | 13 | 0 | 110 | 4 | 105 | 133 | 76 |
| Binary | 11011011 | 11110110 | 1000110 | 1011 | 0 | 1001000 | 100 | 1000101 | 1011011 | 111110 |
Color Harmonies of #DBF646
Complementary color
Monochromatic Colors of #DBF646
Black with #DBF646
Text Example
Text Example
White with #DBF646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF646; }
p { color: rgb(219,246,70); }
H1.HeaderClassName
{
color: #DBF646;
}
.AnyTagClassName
{
color: #DBF646;
}
</style>
background-color css
<style>
a { background-color: #DBF646; }
a { background-color: rgb(219,246,70); }
div.DivClassName
{
background-color: #DBF646;
}
.BgClassName
{
background-color: #DBF646;
}
</style>
border-color css
<style>
span { border-color: #DBF646; }
span { border-color: rgb(219,246,70); }
td.TdClassName
{
border-color: #DBF646;
}
.TagClassName
{
border-color: #DBF646;
}
</style>