Shades of Pear #DBEE28
Tints of Pear #DBEE28
RGB
CMYK
RGB Variations
Color information
#DBEE28 (or 0xDBEE28) is known color: Pear. HEX triplet: DB, EE and 28. RGB value is (219,238,40). Sum of RGB (Red+Green+Blue) = 219+238+40=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE28 is #2411D7. Grayscale: #D2D2D2. Windows color (decimal): -2363864 or 2682587. OLE color: 2682587.
HSL color Cylindrical-coordinate representation of color #DBEE28: hue angle of 65.76º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBEE28 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 40 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.07 |
| HSL | 65.76º | 0.85% | 0.55% | - |
| HSV(B) | 65.76º | 0.83% | 0.93% | - |
| XYZ | 60.17 | 76.36 | 13.58 | - |
| YUV | 209.75 | 32.21 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 40 | 0.08 | 0 | 0.83 | 0.07 | 65.76 | 0.85 | 0.55 |
| Hex | DB | EE | 28 | 8 | 0 | 53 | 7 | 42 | 55 | 37 |
| Octal | 333 | 356 | 50 | 10 | 0 | 123 | 7 | 102 | 125 | 67 |
| Binary | 11011011 | 11101110 | 101000 | 1000 | 0 | 1010011 | 111 | 1000010 | 1010101 | 110111 |
Color Harmonies of #DBEE28
Complementary color
Monochromatic Colors of #DBEE28
Black with #DBEE28
Text Example
Text Example
White with #DBEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE28; }
p { color: rgb(219,238,40); }
H1.HeaderClassName
{
color: #DBEE28;
}
.AnyTagClassName
{
color: #DBEE28;
}
</style>
background-color css
<style>
a { background-color: #DBEE28; }
a { background-color: rgb(219,238,40); }
div.DivClassName
{
background-color: #DBEE28;
}
.BgClassName
{
background-color: #DBEE28;
}
</style>
border-color css
<style>
span { border-color: #DBEE28; }
span { border-color: rgb(219,238,40); }
td.TdClassName
{
border-color: #DBEE28;
}
.TagClassName
{
border-color: #DBEE28;
}
</style>