Shades of Pear #DBF037
Tints of Pear #DBF037
RGB
CMYK
RGB Variations
Color information
#DBF037 (or 0xDBF037) is known color: Pear. HEX triplet: DB, F0 and 37. RGB value is (219,240,55). Sum of RGB (Red+Green+Blue) = 219+240+55=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF037 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF037 is #240FC8. Grayscale: #D5D5D5. Windows color (decimal): -2363337 or 3666139. OLE color: 3666139.
HSL color Cylindrical-coordinate representation of color #DBF037: hue angle of 66.81º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBF037 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 55 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.06 |
| HSL | 66.81º | 0.86% | 0.58% | - |
| HSV(B) | 66.81º | 0.77% | 0.94% | - |
| XYZ | 61.06 | 77.66 | 15.39 | - |
| YUV | 212.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 55 | 0.09 | 0 | 0.77 | 0.06 | 66.81 | 0.86 | 0.58 |
| Hex | DB | F0 | 37 | 9 | 0 | 4D | 6 | 43 | 56 | 3A |
| Octal | 333 | 360 | 67 | 11 | 0 | 115 | 6 | 103 | 126 | 72 |
| Binary | 11011011 | 11110000 | 110111 | 1001 | 0 | 1001101 | 110 | 1000011 | 1010110 | 111010 |
Color Harmonies of #DBF037
Complementary color
Monochromatic Colors of #DBF037
Black with #DBF037
Text Example
Text Example
White with #DBF037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF037; }
p { color: rgb(219,240,55); }
H1.HeaderClassName
{
color: #DBF037;
}
.AnyTagClassName
{
color: #DBF037;
}
</style>
background-color css
<style>
a { background-color: #DBF037; }
a { background-color: rgb(219,240,55); }
div.DivClassName
{
background-color: #DBF037;
}
.BgClassName
{
background-color: #DBF037;
}
</style>
border-color css
<style>
span { border-color: #DBF037; }
span { border-color: rgb(219,240,55); }
td.TdClassName
{
border-color: #DBF037;
}
.TagClassName
{
border-color: #DBF037;
}
</style>