Shades of Pear #DBEF1F
Tints of Pear #DBEF1F
RGB
CMYK
RGB Variations
Color information
#DBEF1F (or 0xDBEF1F) is known color: Pear. HEX triplet: DB, EF and 1F. RGB value is (219,239,31). Sum of RGB (Red+Green+Blue) = 219+239+31=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF1F is #2410E0. Grayscale: #D2D2D2. Windows color (decimal): -2363617 or 2093019. OLE color: 2093019.
HSL color Cylindrical-coordinate representation of color #DBEF1F: hue angle of 65.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBEF1F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 31 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.06 |
| HSL | 65.77º | 0.87% | 0.53% | - |
| HSV(B) | 65.77º | 0.87% | 0.94% | - |
| XYZ | 60.33 | 76.89 | 12.96 | - |
| YUV | 209.31 | 27.37 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 31 | 0.08 | 0 | 0.87 | 0.06 | 65.77 | 0.87 | 0.53 |
| Hex | DB | EF | 1F | 8 | 0 | 57 | 6 | 42 | 57 | 35 |
| Octal | 333 | 357 | 37 | 10 | 0 | 127 | 6 | 102 | 127 | 65 |
| Binary | 11011011 | 11101111 | 11111 | 1000 | 0 | 1010111 | 110 | 1000010 | 1010111 | 110101 |
Color Harmonies of #DBEF1F
Complementary color
Monochromatic Colors of #DBEF1F
Black with #DBEF1F
Text Example
Text Example
White with #DBEF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF1F; }
p { color: rgb(219,239,31); }
H1.HeaderClassName
{
color: #DBEF1F;
}
.AnyTagClassName
{
color: #DBEF1F;
}
</style>
background-color css
<style>
a { background-color: #DBEF1F; }
a { background-color: rgb(219,239,31); }
div.DivClassName
{
background-color: #DBEF1F;
}
.BgClassName
{
background-color: #DBEF1F;
}
</style>
border-color css
<style>
span { border-color: #DBEF1F; }
span { border-color: rgb(219,239,31); }
td.TdClassName
{
border-color: #DBEF1F;
}
.TagClassName
{
border-color: #DBEF1F;
}
</style>