Shades of Pear #DBF731
Tints of Pear #DBF731
RGB
CMYK
RGB Variations
Color information
#DBF731 (or 0xDBF731) is known color: Pear. HEX triplet: DB, F7 and 31. RGB value is (219,247,49). Sum of RGB (Red+Green+Blue) = 219+247+49=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF731 is #2408CE. Grayscale: #D8D8D8. Windows color (decimal): -2361551 or 3274715. OLE color: 3274715.
HSL color Cylindrical-coordinate representation of color #DBF731: hue angle of 68.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBF731 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 49 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.03 |
| HSL | 68.48º | 0.93% | 0.58% | - |
| HSV(B) | 68.48º | 0.8% | 0.97% | - |
| XYZ | 63.03 | 81.8 | 15.37 | - |
| YUV | 216.06 | 33.72 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 49 | 0.11 | 0 | 0.80 | 0.03 | 68.48 | 0.93 | 0.58 |
| Hex | DB | F7 | 31 | B | 0 | 50 | 3 | 44 | 5D | 3A |
| Octal | 333 | 367 | 61 | 13 | 0 | 120 | 3 | 104 | 135 | 72 |
| Binary | 11011011 | 11110111 | 110001 | 1011 | 0 | 1010000 | 11 | 1000100 | 1011101 | 111010 |
Color Harmonies of #DBF731
Complementary color
Monochromatic Colors of #DBF731
Black with #DBF731
Text Example
Text Example
White with #DBF731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF731; }
p { color: rgb(219,247,49); }
H1.HeaderClassName
{
color: #DBF731;
}
.AnyTagClassName
{
color: #DBF731;
}
</style>
background-color css
<style>
a { background-color: #DBF731; }
a { background-color: rgb(219,247,49); }
div.DivClassName
{
background-color: #DBF731;
}
.BgClassName
{
background-color: #DBF731;
}
</style>
border-color css
<style>
span { border-color: #DBF731; }
span { border-color: rgb(219,247,49); }
td.TdClassName
{
border-color: #DBF731;
}
.TagClassName
{
border-color: #DBF731;
}
</style>