Shades of Pear #DBE51B
Tints of Pear #DBE51B
RGB
CMYK
RGB Variations
Color information
#DBE51B (or 0xDBE51B) is known color: Pear. HEX triplet: DB, E5 and 1B. RGB value is (219,229,27). Sum of RGB (Red+Green+Blue) = 219+229+27=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE51B is #241AE4. Grayscale: #CBCBCB. Windows color (decimal): -2366181 or 1828315. OLE color: 1828315.
HSL color Cylindrical-coordinate representation of color #DBE51B: hue angle of 62.97º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBE51B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 27 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.10 |
| HSL | 62.97º | 0.8% | 0.5% | - |
| HSV(B) | 62.97º | 0.88% | 0.9% | - |
| XYZ | 57.43 | 71.18 | 11.75 | - |
| YUV | 202.98 | 28.69 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 27 | 0.04 | 0 | 0.88 | 0.10 | 62.97 | 0.8 | 0.5 |
| Hex | DB | E5 | 1B | 4 | 0 | 58 | A | 3F | 50 | 32 |
| Octal | 333 | 345 | 33 | 4 | 0 | 130 | 12 | 77 | 120 | 62 |
| Binary | 11011011 | 11100101 | 11011 | 100 | 0 | 1011000 | 1010 | 111111 | 1010000 | 110010 |
Color Harmonies of #DBE51B
Complementary color
Monochromatic Colors of #DBE51B
Black with #DBE51B
Text Example
Text Example
White with #DBE51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE51B; }
p { color: rgb(219,229,27); }
H1.HeaderClassName
{
color: #DBE51B;
}
.AnyTagClassName
{
color: #DBE51B;
}
</style>
background-color css
<style>
a { background-color: #DBE51B; }
a { background-color: rgb(219,229,27); }
div.DivClassName
{
background-color: #DBE51B;
}
.BgClassName
{
background-color: #DBE51B;
}
</style>
border-color css
<style>
span { border-color: #DBE51B; }
span { border-color: rgb(219,229,27); }
td.TdClassName
{
border-color: #DBE51B;
}
.TagClassName
{
border-color: #DBE51B;
}
</style>