Shades of Pear #DBEF19
Tints of Pear #DBEF19
RGB
CMYK
RGB Variations
Color information
#DBEF19 (or 0xDBEF19) is known color: Pear. HEX triplet: DB, EF and 19. RGB value is (219,239,25). Sum of RGB (Red+Green+Blue) = 219+239+25=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 25 (10.16% from 255 or 5.18% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF19 is #2410E6. Grayscale: #D1D1D1. Windows color (decimal): -2363623 or 1699803. OLE color: 1699803.
HSL color Cylindrical-coordinate representation of color #DBEF19: hue angle of 65.61º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBEF19 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 25 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.06 |
| HSL | 65.61º | 0.87% | 0.52% | - |
| HSV(B) | 65.61º | 0.9% | 0.94% | - |
| XYZ | 60.26 | 76.86 | 12.58 | - |
| YUV | 208.62 | 24.37 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 25 | 0.08 | 0 | 0.90 | 0.06 | 65.61 | 0.87 | 0.52 |
| Hex | DB | EF | 19 | 8 | 0 | 5A | 6 | 42 | 57 | 34 |
| Octal | 333 | 357 | 31 | 10 | 0 | 132 | 6 | 102 | 127 | 64 |
| Binary | 11011011 | 11101111 | 11001 | 1000 | 0 | 1011010 | 110 | 1000010 | 1010111 | 110100 |
Color Harmonies of #DBEF19
Complementary color
Monochromatic Colors of #DBEF19
Black with #DBEF19
Text Example
Text Example
White with #DBEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF19; }
p { color: rgb(219,239,25); }
H1.HeaderClassName
{
color: #DBEF19;
}
.AnyTagClassName
{
color: #DBEF19;
}
</style>
background-color css
<style>
a { background-color: #DBEF19; }
a { background-color: rgb(219,239,25); }
div.DivClassName
{
background-color: #DBEF19;
}
.BgClassName
{
background-color: #DBEF19;
}
</style>
border-color css
<style>
span { border-color: #DBEF19; }
span { border-color: rgb(219,239,25); }
td.TdClassName
{
border-color: #DBEF19;
}
.TagClassName
{
border-color: #DBEF19;
}
</style>