Shades of Pear #DBF648
Tints of Pear #DBF648
RGB
CMYK
RGB Variations
Color information
#DBF648 (or 0xDBF648) is known color: Pear. HEX triplet: DB, F6 and 48. RGB value is (219,246,72). Sum of RGB (Red+Green+Blue) = 219+246+72=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF648 is #2409B7. Grayscale: #DADADA. Windows color (decimal): -2361784 or 4781787. OLE color: 4781787.
HSL color Cylindrical-coordinate representation of color #DBF648: hue angle of 69.31º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBF648 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 72 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.04 |
| HSL | 69.31º | 0.91% | 0.62% | - |
| HSV(B) | 69.31º | 0.71% | 0.96% | - |
| XYZ | 63.34 | 81.44 | 18.51 | - |
| YUV | 218.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 72 | 0.11 | 0 | 0.71 | 0.04 | 69.31 | 0.91 | 0.62 |
| Hex | DB | F6 | 48 | B | 0 | 47 | 4 | 45 | 5B | 3E |
| Octal | 333 | 366 | 110 | 13 | 0 | 107 | 4 | 105 | 133 | 76 |
| Binary | 11011011 | 11110110 | 1001000 | 1011 | 0 | 1000111 | 100 | 1000101 | 1011011 | 111110 |
Color Harmonies of #DBF648
Complementary color
Monochromatic Colors of #DBF648
Black with #DBF648
Text Example
Text Example
White with #DBF648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF648; }
p { color: rgb(219,246,72); }
H1.HeaderClassName
{
color: #DBF648;
}
.AnyTagClassName
{
color: #DBF648;
}
</style>
background-color css
<style>
a { background-color: #DBF648; }
a { background-color: rgb(219,246,72); }
div.DivClassName
{
background-color: #DBF648;
}
.BgClassName
{
background-color: #DBF648;
}
</style>
border-color css
<style>
span { border-color: #DBF648; }
span { border-color: rgb(219,246,72); }
td.TdClassName
{
border-color: #DBF648;
}
.TagClassName
{
border-color: #DBF648;
}
</style>