Shades of Pear #DBE51E
Tints of Pear #DBE51E
RGB
CMYK
RGB Variations
Color information
#DBE51E (or 0xDBE51E) is known color: Pear. HEX triplet: DB, E5 and 1E. RGB value is (219,229,30). Sum of RGB (Red+Green+Blue) = 219+229+30=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE51E is #241AE1. Grayscale: #CCCCCC. Windows color (decimal): -2366178 or 2024923. OLE color: 2024923.
HSL color Cylindrical-coordinate representation of color #DBE51E: hue angle of 63.02º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBE51E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 30 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.10 |
| HSL | 63.02º | 0.79% | 0.51% | - |
| HSV(B) | 63.02º | 0.87% | 0.9% | - |
| XYZ | 57.47 | 71.19 | 11.94 | - |
| YUV | 203.32 | 30.19 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 30 | 0.04 | 0 | 0.87 | 0.10 | 63.02 | 0.79 | 0.51 |
| Hex | DB | E5 | 1E | 4 | 0 | 57 | A | 3F | 4F | 33 |
| Octal | 333 | 345 | 36 | 4 | 0 | 127 | 12 | 77 | 117 | 63 |
| Binary | 11011011 | 11100101 | 11110 | 100 | 0 | 1010111 | 1010 | 111111 | 1001111 | 110011 |
Color Harmonies of #DBE51E
Complementary color
Monochromatic Colors of #DBE51E
Black with #DBE51E
Text Example
Text Example
White with #DBE51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE51E; }
p { color: rgb(219,229,30); }
H1.HeaderClassName
{
color: #DBE51E;
}
.AnyTagClassName
{
color: #DBE51E;
}
</style>
background-color css
<style>
a { background-color: #DBE51E; }
a { background-color: rgb(219,229,30); }
div.DivClassName
{
background-color: #DBE51E;
}
.BgClassName
{
background-color: #DBE51E;
}
</style>
border-color css
<style>
span { border-color: #DBE51E; }
span { border-color: rgb(219,229,30); }
td.TdClassName
{
border-color: #DBE51E;
}
.TagClassName
{
border-color: #DBE51E;
}
</style>