Shades of Pear #DBEE1F
Tints of Pear #DBEE1F
RGB
CMYK
RGB Variations
Color information
#DBEE1F (or 0xDBEE1F) is known color: Pear. HEX triplet: DB, EE and 1F. RGB value is (219,238,31). Sum of RGB (Red+Green+Blue) = 219+238+31=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 31 (12.5% from 255 or 6.35% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE1F is #2411E0. Grayscale: #D1D1D1. Windows color (decimal): -2363873 or 2092763. OLE color: 2092763.
HSL color Cylindrical-coordinate representation of color #DBEE1F: hue angle of 65.51º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBEE1F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 31 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.07 |
| HSL | 65.51º | 0.86% | 0.53% | - |
| HSV(B) | 65.51º | 0.87% | 0.93% | - |
| XYZ | 60.04 | 76.31 | 12.86 | - |
| YUV | 208.72 | 27.71 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 31 | 0.08 | 0 | 0.87 | 0.07 | 65.51 | 0.86 | 0.53 |
| Hex | DB | EE | 1F | 8 | 0 | 57 | 7 | 42 | 56 | 35 |
| Octal | 333 | 356 | 37 | 10 | 0 | 127 | 7 | 102 | 126 | 65 |
| Binary | 11011011 | 11101110 | 11111 | 1000 | 0 | 1010111 | 111 | 1000010 | 1010110 | 110101 |
Color Harmonies of #DBEE1F
Complementary color
Monochromatic Colors of #DBEE1F
Black with #DBEE1F
Text Example
Text Example
White with #DBEE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE1F; }
p { color: rgb(219,238,31); }
H1.HeaderClassName
{
color: #DBEE1F;
}
.AnyTagClassName
{
color: #DBEE1F;
}
</style>
background-color css
<style>
a { background-color: #DBEE1F; }
a { background-color: rgb(219,238,31); }
div.DivClassName
{
background-color: #DBEE1F;
}
.BgClassName
{
background-color: #DBEE1F;
}
</style>
border-color css
<style>
span { border-color: #DBEE1F; }
span { border-color: rgb(219,238,31); }
td.TdClassName
{
border-color: #DBEE1F;
}
.TagClassName
{
border-color: #DBEE1F;
}
</style>