Shades of Pear #DBEB18
Tints of Pear #DBEB18
RGB
CMYK
RGB Variations
Color information
#DBEB18 (or 0xDBEB18) is known color: Pear. HEX triplet: DB, EB and 18. RGB value is (219,235,24). Sum of RGB (Red+Green+Blue) = 219+235+24=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEB18 is #2414E7. Grayscale: #CECECE. Windows color (decimal): -2364648 or 1633243. OLE color: 1633243.
HSL color Cylindrical-coordinate representation of color #DBEB18: hue angle of 64.55º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBEB18 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 24 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.08 |
| HSL | 64.55º | 0.84% | 0.51% | - |
| HSV(B) | 64.55º | 0.9% | 0.92% | - |
| XYZ | 59.09 | 74.54 | 12.14 | - |
| YUV | 206.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 24 | 0.07 | 0 | 0.90 | 0.08 | 64.55 | 0.84 | 0.51 |
| Hex | DB | EB | 18 | 7 | 0 | 5A | 8 | 41 | 54 | 33 |
| Octal | 333 | 353 | 30 | 7 | 0 | 132 | 10 | 101 | 124 | 63 |
| Binary | 11011011 | 11101011 | 11000 | 111 | 0 | 1011010 | 1000 | 1000001 | 1010100 | 110011 |
Color Harmonies of #DBEB18
Complementary color
Monochromatic Colors of #DBEB18
Black with #DBEB18
Text Example
Text Example
White with #DBEB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB18; }
p { color: rgb(219,235,24); }
H1.HeaderClassName
{
color: #DBEB18;
}
.AnyTagClassName
{
color: #DBEB18;
}
</style>
background-color css
<style>
a { background-color: #DBEB18; }
a { background-color: rgb(219,235,24); }
div.DivClassName
{
background-color: #DBEB18;
}
.BgClassName
{
background-color: #DBEB18;
}
</style>
border-color css
<style>
span { border-color: #DBEB18; }
span { border-color: rgb(219,235,24); }
td.TdClassName
{
border-color: #DBEB18;
}
.TagClassName
{
border-color: #DBEB18;
}
</style>