Shades of Pear #DBFE27
Tints of Pear #DBFE27
RGB
CMYK
RGB Variations
Color information
#DBFE27 (or 0xDBFE27) is known color: Pear. HEX triplet: DB, FE and 27. RGB value is (219,254,39). Sum of RGB (Red+Green+Blue) = 219+254+39=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 39 (15.62% from 255 or 7.62% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE27 is #2401D8. Grayscale: #DBDBDB. Windows color (decimal): -2359769 or 2621147. OLE color: 2621147.
HSL color Cylindrical-coordinate representation of color #DBFE27: hue angle of 69.77º 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 #DBFE27 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 39 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.00 |
| HSL | 69.77º | 0.99% | 0.57% | - |
| HSV(B) | 69.77º | 0.85% | 1% | - |
| XYZ | 65.02 | 86.09 | 15.11 | - |
| YUV | 219.03 | 26.4 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 39 | 0.14 | 0 | 0.85 | 0.00 | 69.77 | 0.99 | 0.57 |
| Hex | DB | FE | 27 | E | 0 | 55 | 0 | 46 | 63 | 39 |
| Octal | 333 | 376 | 47 | 16 | 0 | 125 | 0 | 106 | 143 | 71 |
| Binary | 11011011 | 11111110 | 100111 | 1110 | 0 | 1010101 | 0 | 1000110 | 1100011 | 111001 |
Color Harmonies of #DBFE27
Complementary color
Monochromatic Colors of #DBFE27
Black with #DBFE27
Text Example
Text Example
White with #DBFE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE27; }
p { color: rgb(219,254,39); }
H1.HeaderClassName
{
color: #DBFE27;
}
.AnyTagClassName
{
color: #DBFE27;
}
</style>
background-color css
<style>
a { background-color: #DBFE27; }
a { background-color: rgb(219,254,39); }
div.DivClassName
{
background-color: #DBFE27;
}
.BgClassName
{
background-color: #DBFE27;
}
</style>
border-color css
<style>
span { border-color: #DBFE27; }
span { border-color: rgb(219,254,39); }
td.TdClassName
{
border-color: #DBFE27;
}
.TagClassName
{
border-color: #DBFE27;
}
</style>