Shades of Pear #DBE51A
Tints of Pear #DBE51A
RGB
CMYK
RGB Variations
Color information
#DBE51A (or 0xDBE51A) is known color: Pear. HEX triplet: DB, E5 and 1A. RGB value is (219,229,26). Sum of RGB (Red+Green+Blue) = 219+229+26=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE51A is #241AE5. Grayscale: #CBCBCB. Windows color (decimal): -2366182 or 1762779. OLE color: 1762779.
HSL color Cylindrical-coordinate representation of color #DBE51A: hue angle of 62.96º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBE51A is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 26 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.10 |
| HSL | 62.96º | 0.8% | 0.5% | - |
| HSV(B) | 62.96º | 0.89% | 0.9% | - |
| XYZ | 57.42 | 71.17 | 11.69 | - |
| YUV | 202.87 | 28.19 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 26 | 0.04 | 0 | 0.89 | 0.10 | 62.96 | 0.8 | 0.5 |
| Hex | DB | E5 | 1A | 4 | 0 | 59 | A | 3F | 50 | 32 |
| Octal | 333 | 345 | 32 | 4 | 0 | 131 | 12 | 77 | 120 | 62 |
| Binary | 11011011 | 11100101 | 11010 | 100 | 0 | 1011001 | 1010 | 111111 | 1010000 | 110010 |
Color Harmonies of #DBE51A
Complementary color
Monochromatic Colors of #DBE51A
Black with #DBE51A
Text Example
Text Example
White with #DBE51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE51A; }
p { color: rgb(219,229,26); }
H1.HeaderClassName
{
color: #DBE51A;
}
.AnyTagClassName
{
color: #DBE51A;
}
</style>
background-color css
<style>
a { background-color: #DBE51A; }
a { background-color: rgb(219,229,26); }
div.DivClassName
{
background-color: #DBE51A;
}
.BgClassName
{
background-color: #DBE51A;
}
</style>
border-color css
<style>
span { border-color: #DBE51A; }
span { border-color: rgb(219,229,26); }
td.TdClassName
{
border-color: #DBE51A;
}
.TagClassName
{
border-color: #DBE51A;
}
</style>