Shades of Pear #DBEF1E
Tints of Pear #DBEF1E
RGB
CMYK
RGB Variations
Color information
#DBEF1E (or 0xDBEF1E) is known color: Pear. HEX triplet: DB, EF and 1E. RGB value is (219,239,30). Sum of RGB (Red+Green+Blue) = 219+239+30=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF1E is #2410E1. Grayscale: #D2D2D2. Windows color (decimal): -2363618 or 2027483. OLE color: 2027483.
HSL color Cylindrical-coordinate representation of color #DBEF1E: hue angle of 65.74º 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 #DBEF1E is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 30 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.06 |
| HSL | 65.74º | 0.87% | 0.53% | - |
| HSV(B) | 65.74º | 0.87% | 0.94% | - |
| XYZ | 60.31 | 76.89 | 12.89 | - |
| YUV | 209.19 | 26.87 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 30 | 0.08 | 0 | 0.87 | 0.06 | 65.74 | 0.87 | 0.53 |
| Hex | DB | EF | 1E | 8 | 0 | 57 | 6 | 42 | 57 | 35 |
| Octal | 333 | 357 | 36 | 10 | 0 | 127 | 6 | 102 | 127 | 65 |
| Binary | 11011011 | 11101111 | 11110 | 1000 | 0 | 1010111 | 110 | 1000010 | 1010111 | 110101 |
Color Harmonies of #DBEF1E
Complementary color
Monochromatic Colors of #DBEF1E
Black with #DBEF1E
Text Example
Text Example
White with #DBEF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF1E; }
p { color: rgb(219,239,30); }
H1.HeaderClassName
{
color: #DBEF1E;
}
.AnyTagClassName
{
color: #DBEF1E;
}
</style>
background-color css
<style>
a { background-color: #DBEF1E; }
a { background-color: rgb(219,239,30); }
div.DivClassName
{
background-color: #DBEF1E;
}
.BgClassName
{
background-color: #DBEF1E;
}
</style>
border-color css
<style>
span { border-color: #DBEF1E; }
span { border-color: rgb(219,239,30); }
td.TdClassName
{
border-color: #DBEF1E;
}
.TagClassName
{
border-color: #DBEF1E;
}
</style>