Shades of Pear #DBEF1D
Tints of Pear #DBEF1D
RGB
CMYK
RGB Variations
Color information
#DBEF1D (or 0xDBEF1D) is known color: Pear. HEX triplet: DB, EF and 1D. RGB value is (219,239,29). Sum of RGB (Red+Green+Blue) = 219+239+29=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF1D is #2410E2. Grayscale: #D1D1D1. Windows color (decimal): -2363619 or 1961947. OLE color: 1961947.
HSL color Cylindrical-coordinate representation of color #DBEF1D: hue angle of 65.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBEF1D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 29 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.06 |
| HSL | 65.71º | 0.87% | 0.53% | - |
| HSV(B) | 65.71º | 0.88% | 0.94% | - |
| XYZ | 60.3 | 76.88 | 12.82 | - |
| YUV | 209.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 29 | 0.08 | 0 | 0.88 | 0.06 | 65.71 | 0.87 | 0.53 |
| Hex | DB | EF | 1D | 8 | 0 | 58 | 6 | 42 | 57 | 35 |
| Octal | 333 | 357 | 35 | 10 | 0 | 130 | 6 | 102 | 127 | 65 |
| Binary | 11011011 | 11101111 | 11101 | 1000 | 0 | 1011000 | 110 | 1000010 | 1010111 | 110101 |
Color Harmonies of #DBEF1D
Complementary color
Monochromatic Colors of #DBEF1D
Black with #DBEF1D
Text Example
Text Example
White with #DBEF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF1D; }
p { color: rgb(219,239,29); }
H1.HeaderClassName
{
color: #DBEF1D;
}
.AnyTagClassName
{
color: #DBEF1D;
}
</style>
background-color css
<style>
a { background-color: #DBEF1D; }
a { background-color: rgb(219,239,29); }
div.DivClassName
{
background-color: #DBEF1D;
}
.BgClassName
{
background-color: #DBEF1D;
}
</style>
border-color css
<style>
span { border-color: #DBEF1D; }
span { border-color: rgb(219,239,29); }
td.TdClassName
{
border-color: #DBEF1D;
}
.TagClassName
{
border-color: #DBEF1D;
}
</style>