Shades of Pear #DBEE2C
Tints of Pear #DBEE2C
RGB
CMYK
RGB Variations
Color information
#DBEE2C (or 0xDBEE2C) is known color: Pear. HEX triplet: DB, EE and 2C. RGB value is (219,238,44). Sum of RGB (Red+Green+Blue) = 219+238+44=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE2C is #2411D3. Grayscale: #D2D2D2. Windows color (decimal): -2363860 or 2944731. OLE color: 2944731.
HSL color Cylindrical-coordinate representation of color #DBEE2C: hue angle of 65.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBEE2C is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 44 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.07 |
| HSL | 65.88º | 0.85% | 0.55% | - |
| HSV(B) | 65.88º | 0.82% | 0.93% | - |
| XYZ | 60.24 | 76.39 | 13.95 | - |
| YUV | 210.2 | 34.21 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 44 | 0.08 | 0 | 0.82 | 0.07 | 65.88 | 0.85 | 0.55 |
| Hex | DB | EE | 2C | 8 | 0 | 52 | 7 | 42 | 55 | 37 |
| Octal | 333 | 356 | 54 | 10 | 0 | 122 | 7 | 102 | 125 | 67 |
| Binary | 11011011 | 11101110 | 101100 | 1000 | 0 | 1010010 | 111 | 1000010 | 1010101 | 110111 |
Color Harmonies of #DBEE2C
Complementary color
Monochromatic Colors of #DBEE2C
Black with #DBEE2C
Text Example
Text Example
White with #DBEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE2C; }
p { color: rgb(219,238,44); }
H1.HeaderClassName
{
color: #DBEE2C;
}
.AnyTagClassName
{
color: #DBEE2C;
}
</style>
background-color css
<style>
a { background-color: #DBEE2C; }
a { background-color: rgb(219,238,44); }
div.DivClassName
{
background-color: #DBEE2C;
}
.BgClassName
{
background-color: #DBEE2C;
}
</style>
border-color css
<style>
span { border-color: #DBEE2C; }
span { border-color: rgb(219,238,44); }
td.TdClassName
{
border-color: #DBEE2C;
}
.TagClassName
{
border-color: #DBEE2C;
}
</style>