Shades of Pear #DBEC1E
Tints of Pear #DBEC1E
RGB
CMYK
RGB Variations
Color information
#DBEC1E (or 0xDBEC1E) is known color: Pear. HEX triplet: DB, EC and 1E. RGB value is (219,236,30). Sum of RGB (Red+Green+Blue) = 219+236+30=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 30 (12.11% from 255 or 6.19% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC1E is #2413E1. Grayscale: #D0D0D0. Windows color (decimal): -2364386 or 2026715. OLE color: 2026715.
HSL color Cylindrical-coordinate representation of color #DBEC1E: hue angle of 64.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBEC1E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 30 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.07 |
| HSL | 64.95º | 0.84% | 0.52% | - |
| HSV(B) | 64.95º | 0.87% | 0.93% | - |
| XYZ | 59.44 | 75.14 | 12.6 | - |
| YUV | 207.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 30 | 0.07 | 0 | 0.87 | 0.07 | 64.95 | 0.84 | 0.52 |
| Hex | DB | EC | 1E | 7 | 0 | 57 | 7 | 41 | 54 | 34 |
| Octal | 333 | 354 | 36 | 7 | 0 | 127 | 7 | 101 | 124 | 64 |
| Binary | 11011011 | 11101100 | 11110 | 111 | 0 | 1010111 | 111 | 1000001 | 1010100 | 110100 |
Color Harmonies of #DBEC1E
Complementary color
Monochromatic Colors of #DBEC1E
Black with #DBEC1E
Text Example
Text Example
White with #DBEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC1E; }
p { color: rgb(219,236,30); }
H1.HeaderClassName
{
color: #DBEC1E;
}
.AnyTagClassName
{
color: #DBEC1E;
}
</style>
background-color css
<style>
a { background-color: #DBEC1E; }
a { background-color: rgb(219,236,30); }
div.DivClassName
{
background-color: #DBEC1E;
}
.BgClassName
{
background-color: #DBEC1E;
}
</style>
border-color css
<style>
span { border-color: #DBEC1E; }
span { border-color: rgb(219,236,30); }
td.TdClassName
{
border-color: #DBEC1E;
}
.TagClassName
{
border-color: #DBEC1E;
}
</style>