Shades of Pear #DBFD28
Tints of Pear #DBFD28
RGB
CMYK
RGB Variations
Color information
#DBFD28 (or 0xDBFD28) is known color: Pear. HEX triplet: DB, FD and 28. RGB value is (219,253,40). Sum of RGB (Red+Green+Blue) = 219+253+40=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFD28 is #2402D7. Grayscale: #DBDBDB. Windows color (decimal): -2360024 or 2686427. OLE color: 2686427.
HSL color Cylindrical-coordinate representation of color #DBFD28: hue angle of 69.58º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBFD28 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 40 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.01 |
| HSL | 69.58º | 0.98% | 0.57% | - |
| HSV(B) | 69.58º | 0.84% | 0.99% | - |
| XYZ | 64.72 | 85.46 | 15.09 | - |
| YUV | 218.55 | 27.24 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 40 | 0.13 | 0 | 0.84 | 0.01 | 69.58 | 0.98 | 0.57 |
| Hex | DB | FD | 28 | D | 0 | 54 | 1 | 46 | 62 | 39 |
| Octal | 333 | 375 | 50 | 15 | 0 | 124 | 1 | 106 | 142 | 71 |
| Binary | 11011011 | 11111101 | 101000 | 1101 | 0 | 1010100 | 1 | 1000110 | 1100010 | 111001 |
Color Harmonies of #DBFD28
Complementary color
Monochromatic Colors of #DBFD28
Black with #DBFD28
Text Example
Text Example
White with #DBFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD28; }
p { color: rgb(219,253,40); }
H1.HeaderClassName
{
color: #DBFD28;
}
.AnyTagClassName
{
color: #DBFD28;
}
</style>
background-color css
<style>
a { background-color: #DBFD28; }
a { background-color: rgb(219,253,40); }
div.DivClassName
{
background-color: #DBFD28;
}
.BgClassName
{
background-color: #DBFD28;
}
</style>
border-color css
<style>
span { border-color: #DBFD28; }
span { border-color: rgb(219,253,40); }
td.TdClassName
{
border-color: #DBFD28;
}
.TagClassName
{
border-color: #DBFD28;
}
</style>