Shades of Pear #DBEC27
Tints of Pear #DBEC27
RGB
CMYK
RGB Variations
Color information
#DBEC27 (or 0xDBEC27) is known color: Pear. HEX triplet: DB, EC and 27. RGB value is (219,236,39). Sum of RGB (Red+Green+Blue) = 219+236+39=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 39 (15.62% from 255 or 7.89% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC27 is #2413D8. Grayscale: #D1D1D1. Windows color (decimal): -2364377 or 2616539. OLE color: 2616539.
HSL color Cylindrical-coordinate representation of color #DBEC27: hue angle of 65.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBEC27 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 39 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.07 |
| HSL | 65.18º | 0.84% | 0.54% | - |
| HSV(B) | 65.18º | 0.83% | 0.93% | - |
| XYZ | 59.58 | 75.2 | 13.29 | - |
| YUV | 208.46 | 32.37 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 39 | 0.07 | 0 | 0.83 | 0.07 | 65.18 | 0.84 | 0.54 |
| Hex | DB | EC | 27 | 7 | 0 | 53 | 7 | 41 | 54 | 36 |
| Octal | 333 | 354 | 47 | 7 | 0 | 123 | 7 | 101 | 124 | 66 |
| Binary | 11011011 | 11101100 | 100111 | 111 | 0 | 1010011 | 111 | 1000001 | 1010100 | 110110 |
Color Harmonies of #DBEC27
Complementary color
Monochromatic Colors of #DBEC27
Black with #DBEC27
Text Example
Text Example
White with #DBEC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC27; }
p { color: rgb(219,236,39); }
H1.HeaderClassName
{
color: #DBEC27;
}
.AnyTagClassName
{
color: #DBEC27;
}
</style>
background-color css
<style>
a { background-color: #DBEC27; }
a { background-color: rgb(219,236,39); }
div.DivClassName
{
background-color: #DBEC27;
}
.BgClassName
{
background-color: #DBEC27;
}
</style>
border-color css
<style>
span { border-color: #DBEC27; }
span { border-color: rgb(219,236,39); }
td.TdClassName
{
border-color: #DBEC27;
}
.TagClassName
{
border-color: #DBEC27;
}
</style>