Shades of Pear #DBFE32
Tints of Pear #DBFE32
RGB
CMYK
RGB Variations
Color information
#DBFE32 (or 0xDBFE32) is known color: Pear. HEX triplet: DB, FE and 32. RGB value is (219,254,50). Sum of RGB (Red+Green+Blue) = 219+254+50=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE32 is #2401CD. Grayscale: #DDDDDD. Windows color (decimal): -2359758 or 3342043. OLE color: 3342043.
HSL color Cylindrical-coordinate representation of color #DBFE32: hue angle of 70.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBFE32 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 50 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.00 |
| HSL | 70.29º | 0.99% | 0.6% | - |
| HSV(B) | 70.29º | 0.8% | 1% | - |
| XYZ | 65.23 | 86.17 | 16.21 | - |
| YUV | 220.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 50 | 0.14 | 0 | 0.80 | 0.00 | 70.29 | 0.99 | 0.6 |
| Hex | DB | FE | 32 | E | 0 | 50 | 0 | 46 | 63 | 3C |
| Octal | 333 | 376 | 62 | 16 | 0 | 120 | 0 | 106 | 143 | 74 |
| Binary | 11011011 | 11111110 | 110010 | 1110 | 0 | 1010000 | 0 | 1000110 | 1100011 | 111100 |
Color Harmonies of #DBFE32
Complementary color
Monochromatic Colors of #DBFE32
Black with #DBFE32
Text Example
Text Example
White with #DBFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE32; }
p { color: rgb(219,254,50); }
H1.HeaderClassName
{
color: #DBFE32;
}
.AnyTagClassName
{
color: #DBFE32;
}
</style>
background-color css
<style>
a { background-color: #DBFE32; }
a { background-color: rgb(219,254,50); }
div.DivClassName
{
background-color: #DBFE32;
}
.BgClassName
{
background-color: #DBFE32;
}
</style>
border-color css
<style>
span { border-color: #DBFE32; }
span { border-color: rgb(219,254,50); }
td.TdClassName
{
border-color: #DBFE32;
}
.TagClassName
{
border-color: #DBFE32;
}
</style>