Shades of Pear #DBF131
Tints of Pear #DBF131
RGB
CMYK
RGB Variations
Color information
#DBF131 (or 0xDBF131) is known color: Pear. HEX triplet: DB, F1 and 31. RGB value is (219,241,49). Sum of RGB (Red+Green+Blue) = 219+241+49=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF131 is #240ECE. Grayscale: #D5D5D5. Windows color (decimal): -2363087 or 3273179. OLE color: 3273179.
HSL color Cylindrical-coordinate representation of color #DBF131: hue angle of 66.87º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBF131 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 49 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.05 |
| HSL | 66.87º | 0.87% | 0.57% | - |
| HSV(B) | 66.87º | 0.8% | 0.95% | - |
| XYZ | 61.22 | 78.19 | 14.77 | - |
| YUV | 212.53 | 35.71 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 49 | 0.09 | 0 | 0.80 | 0.05 | 66.87 | 0.87 | 0.57 |
| Hex | DB | F1 | 31 | 9 | 0 | 50 | 5 | 43 | 57 | 39 |
| Octal | 333 | 361 | 61 | 11 | 0 | 120 | 5 | 103 | 127 | 71 |
| Binary | 11011011 | 11110001 | 110001 | 1001 | 0 | 1010000 | 101 | 1000011 | 1010111 | 111001 |
Color Harmonies of #DBF131
Complementary color
Monochromatic Colors of #DBF131
Black with #DBF131
Text Example
Text Example
White with #DBF131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF131; }
p { color: rgb(219,241,49); }
H1.HeaderClassName
{
color: #DBF131;
}
.AnyTagClassName
{
color: #DBF131;
}
</style>
background-color css
<style>
a { background-color: #DBF131; }
a { background-color: rgb(219,241,49); }
div.DivClassName
{
background-color: #DBF131;
}
.BgClassName
{
background-color: #DBF131;
}
</style>
border-color css
<style>
span { border-color: #DBF131; }
span { border-color: rgb(219,241,49); }
td.TdClassName
{
border-color: #DBF131;
}
.TagClassName
{
border-color: #DBF131;
}
</style>