Shades of Pear #DBF149
Tints of Pear #DBF149
RGB
CMYK
RGB Variations
Color information
#DBF149 (or 0xDBF149) is known color: Pear. HEX triplet: DB, F1 and 49. RGB value is (219,241,73). Sum of RGB (Red+Green+Blue) = 219+241+73=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF149 is #240EB6. Grayscale: #D7D7D7. Windows color (decimal): -2363063 or 4846043. OLE color: 4846043.
HSL color Cylindrical-coordinate representation of color #DBF149: hue angle of 67.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF149 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 73 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.05 |
| HSL | 67.86º | 0.86% | 0.62% | - |
| HSV(B) | 67.86º | 0.7% | 0.95% | - |
| XYZ | 61.87 | 78.45 | 18.19 | - |
| YUV | 215.27 | 47.71 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 73 | 0.09 | 0 | 0.70 | 0.05 | 67.86 | 0.86 | 0.62 |
| Hex | DB | F1 | 49 | 9 | 0 | 46 | 5 | 44 | 56 | 3E |
| Octal | 333 | 361 | 111 | 11 | 0 | 106 | 5 | 104 | 126 | 76 |
| Binary | 11011011 | 11110001 | 1001001 | 1001 | 0 | 1000110 | 101 | 1000100 | 1010110 | 111110 |
Color Harmonies of #DBF149
Complementary color
Monochromatic Colors of #DBF149
Black with #DBF149
Text Example
Text Example
White with #DBF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF149; }
p { color: rgb(219,241,73); }
H1.HeaderClassName
{
color: #DBF149;
}
.AnyTagClassName
{
color: #DBF149;
}
</style>
background-color css
<style>
a { background-color: #DBF149; }
a { background-color: rgb(219,241,73); }
div.DivClassName
{
background-color: #DBF149;
}
.BgClassName
{
background-color: #DBF149;
}
</style>
border-color css
<style>
span { border-color: #DBF149; }
span { border-color: rgb(219,241,73); }
td.TdClassName
{
border-color: #DBF149;
}
.TagClassName
{
border-color: #DBF149;
}
</style>