Shades of Pear #DBED18
Tints of Pear #DBED18
RGB
CMYK
RGB Variations
Color information
#DBED18 (or 0xDBED18) is known color: Pear. HEX triplet: DB, ED and 18. RGB value is (219,237,24). Sum of RGB (Red+Green+Blue) = 219+237+24=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBED18 is #2412E7. Grayscale: #D0D0D0. Windows color (decimal): -2364136 or 1633755. OLE color: 1633755.
HSL color Cylindrical-coordinate representation of color #DBED18: hue angle of 65.07º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBED18 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 24 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.07 |
| HSL | 65.07º | 0.86% | 0.51% | - |
| HSV(B) | 65.07º | 0.9% | 0.93% | - |
| XYZ | 59.66 | 75.69 | 12.33 | - |
| YUV | 207.34 | 24.54 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 24 | 0.08 | 0 | 0.90 | 0.07 | 65.07 | 0.86 | 0.51 |
| Hex | DB | ED | 18 | 8 | 0 | 5A | 7 | 41 | 56 | 33 |
| Octal | 333 | 355 | 30 | 10 | 0 | 132 | 7 | 101 | 126 | 63 |
| Binary | 11011011 | 11101101 | 11000 | 1000 | 0 | 1011010 | 111 | 1000001 | 1010110 | 110011 |
Color Harmonies of #DBED18
Complementary color
Monochromatic Colors of #DBED18
Black with #DBED18
Text Example
Text Example
White with #DBED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED18; }
p { color: rgb(219,237,24); }
H1.HeaderClassName
{
color: #DBED18;
}
.AnyTagClassName
{
color: #DBED18;
}
</style>
background-color css
<style>
a { background-color: #DBED18; }
a { background-color: rgb(219,237,24); }
div.DivClassName
{
background-color: #DBED18;
}
.BgClassName
{
background-color: #DBED18;
}
</style>
border-color css
<style>
span { border-color: #DBED18; }
span { border-color: rgb(219,237,24); }
td.TdClassName
{
border-color: #DBED18;
}
.TagClassName
{
border-color: #DBED18;
}
</style>