Shades of Pear #DBFE24
Tints of Pear #DBFE24
RGB
CMYK
RGB Variations
Color information
#DBFE24 (or 0xDBFE24) is known color: Pear. HEX triplet: DB, FE and 24. RGB value is (219,254,36). Sum of RGB (Red+Green+Blue) = 219+254+36=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 36 (14.45% from 255 or 7.07% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE24 is #2401DB. Grayscale: #DBDBDB. Windows color (decimal): -2359772 or 2424539. OLE color: 2424539.
HSL color Cylindrical-coordinate representation of color #DBFE24: hue angle of 69.63º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBFE24 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 36 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.00 |
| HSL | 69.63º | 0.99% | 0.57% | - |
| HSV(B) | 69.63º | 0.86% | 1% | - |
| XYZ | 64.97 | 86.07 | 14.86 | - |
| YUV | 218.68 | 24.9 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 36 | 0.14 | 0 | 0.86 | 0.00 | 69.63 | 0.99 | 0.57 |
| Hex | DB | FE | 24 | E | 0 | 56 | 0 | 46 | 63 | 39 |
| Octal | 333 | 376 | 44 | 16 | 0 | 126 | 0 | 106 | 143 | 71 |
| Binary | 11011011 | 11111110 | 100100 | 1110 | 0 | 1010110 | 0 | 1000110 | 1100011 | 111001 |
Color Harmonies of #DBFE24
Complementary color
Monochromatic Colors of #DBFE24
Black with #DBFE24
Text Example
Text Example
White with #DBFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE24; }
p { color: rgb(219,254,36); }
H1.HeaderClassName
{
color: #DBFE24;
}
.AnyTagClassName
{
color: #DBFE24;
}
</style>
background-color css
<style>
a { background-color: #DBFE24; }
a { background-color: rgb(219,254,36); }
div.DivClassName
{
background-color: #DBFE24;
}
.BgClassName
{
background-color: #DBFE24;
}
</style>
border-color css
<style>
span { border-color: #DBFE24; }
span { border-color: rgb(219,254,36); }
td.TdClassName
{
border-color: #DBFE24;
}
.TagClassName
{
border-color: #DBFE24;
}
</style>