Shades of Pear #DBEE18
Tints of Pear #DBEE18
RGB
CMYK
RGB Variations
Color information
#DBEE18 (or 0xDBEE18) is known color: Pear. HEX triplet: DB, EE and 18. RGB value is (219,238,24). Sum of RGB (Red+Green+Blue) = 219+238+24=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEE18 is #2411E7. Grayscale: #D0D0D0. Windows color (decimal): -2363880 or 1634011. OLE color: 1634011.
HSL color Cylindrical-coordinate representation of color #DBEE18: hue angle of 65.33º 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 #DBEE18 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 24 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.07 |
| HSL | 65.33º | 0.86% | 0.51% | - |
| HSV(B) | 65.33º | 0.9% | 0.93% | - |
| XYZ | 59.95 | 76.28 | 12.43 | - |
| YUV | 207.92 | 24.21 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 24 | 0.08 | 0 | 0.90 | 0.07 | 65.33 | 0.86 | 0.51 |
| Hex | DB | EE | 18 | 8 | 0 | 5A | 7 | 41 | 56 | 33 |
| Octal | 333 | 356 | 30 | 10 | 0 | 132 | 7 | 101 | 126 | 63 |
| Binary | 11011011 | 11101110 | 11000 | 1000 | 0 | 1011010 | 111 | 1000001 | 1010110 | 110011 |
Color Harmonies of #DBEE18
Complementary color
Monochromatic Colors of #DBEE18
Black with #DBEE18
Text Example
Text Example
White with #DBEE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE18; }
p { color: rgb(219,238,24); }
H1.HeaderClassName
{
color: #DBEE18;
}
.AnyTagClassName
{
color: #DBEE18;
}
</style>
background-color css
<style>
a { background-color: #DBEE18; }
a { background-color: rgb(219,238,24); }
div.DivClassName
{
background-color: #DBEE18;
}
.BgClassName
{
background-color: #DBEE18;
}
</style>
border-color css
<style>
span { border-color: #DBEE18; }
span { border-color: rgb(219,238,24); }
td.TdClassName
{
border-color: #DBEE18;
}
.TagClassName
{
border-color: #DBEE18;
}
</style>