Shades of Pear #DBEE2B
Tints of Pear #DBEE2B
RGB
CMYK
RGB Variations
Color information
#DBEE2B (or 0xDBEE2B) is known color: Pear. HEX triplet: DB, EE and 2B. RGB value is (219,238,43). Sum of RGB (Red+Green+Blue) = 219+238+43=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE2B is #2411D4. Grayscale: #D2D2D2. Windows color (decimal): -2363861 or 2879195. OLE color: 2879195.
HSL color Cylindrical-coordinate representation of color #DBEE2B: hue angle of 65.85º 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 #DBEE2B is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 43 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.07 |
| HSL | 65.85º | 0.85% | 0.55% | - |
| HSV(B) | 65.85º | 0.82% | 0.93% | - |
| XYZ | 60.22 | 76.38 | 13.85 | - |
| YUV | 210.09 | 33.71 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 43 | 0.08 | 0 | 0.82 | 0.07 | 65.85 | 0.85 | 0.55 |
| Hex | DB | EE | 2B | 8 | 0 | 52 | 7 | 42 | 55 | 37 |
| Octal | 333 | 356 | 53 | 10 | 0 | 122 | 7 | 102 | 125 | 67 |
| Binary | 11011011 | 11101110 | 101011 | 1000 | 0 | 1010010 | 111 | 1000010 | 1010101 | 110111 |
Color Harmonies of #DBEE2B
Complementary color
Monochromatic Colors of #DBEE2B
Black with #DBEE2B
Text Example
Text Example
White with #DBEE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE2B; }
p { color: rgb(219,238,43); }
H1.HeaderClassName
{
color: #DBEE2B;
}
.AnyTagClassName
{
color: #DBEE2B;
}
</style>
background-color css
<style>
a { background-color: #DBEE2B; }
a { background-color: rgb(219,238,43); }
div.DivClassName
{
background-color: #DBEE2B;
}
.BgClassName
{
background-color: #DBEE2B;
}
</style>
border-color css
<style>
span { border-color: #DBEE2B; }
span { border-color: rgb(219,238,43); }
td.TdClassName
{
border-color: #DBEE2B;
}
.TagClassName
{
border-color: #DBEE2B;
}
</style>