Shades of Pear #DBE518
Tints of Pear #DBE518
RGB
CMYK
RGB Variations
Color information
#DBE518 (or 0xDBE518) is known color: Pear. HEX triplet: DB, E5 and 18. RGB value is (219,229,24). Sum of RGB (Red+Green+Blue) = 219+229+24=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE518 is #241AE7. Grayscale: #CBCBCB. Windows color (decimal): -2366184 or 1631707. OLE color: 1631707.
HSL color Cylindrical-coordinate representation of color #DBE518: hue angle of 62.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE518 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 24 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.10 |
| HSL | 62.93º | 0.81% | 0.5% | - |
| HSV(B) | 62.93º | 0.9% | 0.9% | - |
| XYZ | 57.4 | 71.16 | 11.58 | - |
| YUV | 202.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 24 | 0.04 | 0 | 0.90 | 0.10 | 62.93 | 0.81 | 0.5 |
| Hex | DB | E5 | 18 | 4 | 0 | 5A | A | 3F | 51 | 32 |
| Octal | 333 | 345 | 30 | 4 | 0 | 132 | 12 | 77 | 121 | 62 |
| Binary | 11011011 | 11100101 | 11000 | 100 | 0 | 1011010 | 1010 | 111111 | 1010001 | 110010 |
Color Harmonies of #DBE518
Complementary color
Monochromatic Colors of #DBE518
Black with #DBE518
Text Example
Text Example
White with #DBE518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE518; }
p { color: rgb(219,229,24); }
H1.HeaderClassName
{
color: #DBE518;
}
.AnyTagClassName
{
color: #DBE518;
}
</style>
background-color css
<style>
a { background-color: #DBE518; }
a { background-color: rgb(219,229,24); }
div.DivClassName
{
background-color: #DBE518;
}
.BgClassName
{
background-color: #DBE518;
}
</style>
border-color css
<style>
span { border-color: #DBE518; }
span { border-color: rgb(219,229,24); }
td.TdClassName
{
border-color: #DBE518;
}
.TagClassName
{
border-color: #DBE518;
}
</style>