Shades of Pear #DBFE26
Tints of Pear #DBFE26
RGB
CMYK
RGB Variations
Color information
#DBFE26 (or 0xDBFE26) is known color: Pear. HEX triplet: DB, FE and 26. RGB value is (219,254,38). Sum of RGB (Red+Green+Blue) = 219+254+38=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 38 (15.23% from 255 or 7.44% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE26 is #2401D9. Grayscale: #DBDBDB. Windows color (decimal): -2359770 or 2555611. OLE color: 2555611.
HSL color Cylindrical-coordinate representation of color #DBFE26: hue angle of 69.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBFE26 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 38 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.00 |
| HSL | 69.72º | 0.99% | 0.57% | - |
| HSV(B) | 69.72º | 0.85% | 1% | - |
| XYZ | 65.01 | 86.08 | 15.02 | - |
| YUV | 218.91 | 25.9 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 38 | 0.14 | 0 | 0.85 | 0.00 | 69.72 | 0.99 | 0.57 |
| Hex | DB | FE | 26 | E | 0 | 55 | 0 | 46 | 63 | 39 |
| Octal | 333 | 376 | 46 | 16 | 0 | 125 | 0 | 106 | 143 | 71 |
| Binary | 11011011 | 11111110 | 100110 | 1110 | 0 | 1010101 | 0 | 1000110 | 1100011 | 111001 |
Color Harmonies of #DBFE26
Complementary color
Monochromatic Colors of #DBFE26
Black with #DBFE26
Text Example
Text Example
White with #DBFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE26; }
p { color: rgb(219,254,38); }
H1.HeaderClassName
{
color: #DBFE26;
}
.AnyTagClassName
{
color: #DBFE26;
}
</style>
background-color css
<style>
a { background-color: #DBFE26; }
a { background-color: rgb(219,254,38); }
div.DivClassName
{
background-color: #DBFE26;
}
.BgClassName
{
background-color: #DBFE26;
}
</style>
border-color css
<style>
span { border-color: #DBFE26; }
span { border-color: rgb(219,254,38); }
td.TdClassName
{
border-color: #DBFE26;
}
.TagClassName
{
border-color: #DBFE26;
}
</style>