Shades of Pear #DBF031
Tints of Pear #DBF031
RGB
CMYK
RGB Variations
Color information
#DBF031 (or 0xDBF031) is known color: Pear. HEX triplet: DB, F0 and 31. RGB value is (219,240,49). Sum of RGB (Red+Green+Blue) = 219+240+49=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF031 is #240FCE. Grayscale: #D4D4D4. Windows color (decimal): -2363343 or 3272923. OLE color: 3272923.
HSL color Cylindrical-coordinate representation of color #DBF031: hue angle of 66.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBF031 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 49 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.06 |
| HSL | 66.6º | 0.86% | 0.57% | - |
| HSV(B) | 66.6º | 0.8% | 0.94% | - |
| XYZ | 60.93 | 77.6 | 14.67 | - |
| YUV | 211.95 | 36.04 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 49 | 0.09 | 0 | 0.80 | 0.06 | 66.6 | 0.86 | 0.57 |
| Hex | DB | F0 | 31 | 9 | 0 | 50 | 6 | 43 | 56 | 39 |
| Octal | 333 | 360 | 61 | 11 | 0 | 120 | 6 | 103 | 126 | 71 |
| Binary | 11011011 | 11110000 | 110001 | 1001 | 0 | 1010000 | 110 | 1000011 | 1010110 | 111001 |
Color Harmonies of #DBF031
Complementary color
Monochromatic Colors of #DBF031
Black with #DBF031
Text Example
Text Example
White with #DBF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF031; }
p { color: rgb(219,240,49); }
H1.HeaderClassName
{
color: #DBF031;
}
.AnyTagClassName
{
color: #DBF031;
}
</style>
background-color css
<style>
a { background-color: #DBF031; }
a { background-color: rgb(219,240,49); }
div.DivClassName
{
background-color: #DBF031;
}
.BgClassName
{
background-color: #DBF031;
}
</style>
border-color css
<style>
span { border-color: #DBF031; }
span { border-color: rgb(219,240,49); }
td.TdClassName
{
border-color: #DBF031;
}
.TagClassName
{
border-color: #DBF031;
}
</style>