Shades of Pear #DBFD2B
Tints of Pear #DBFD2B
RGB
CMYK
RGB Variations
Color information
#DBFD2B (or 0xDBFD2B) is known color: Pear. HEX triplet: DB, FD and 2B. RGB value is (219,253,43). Sum of RGB (Red+Green+Blue) = 219+253+43=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFD2B is #2402D4. Grayscale: #DBDBDB. Windows color (decimal): -2360021 or 2883035. OLE color: 2883035.
HSL color Cylindrical-coordinate representation of color #DBFD2B: hue angle of 69.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBFD2B is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 43 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.01 |
| HSL | 69.71º | 0.98% | 0.58% | - |
| HSV(B) | 69.71º | 0.83% | 0.99% | - |
| XYZ | 64.77 | 85.49 | 15.37 | - |
| YUV | 218.89 | 28.74 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 43 | 0.13 | 0 | 0.83 | 0.01 | 69.71 | 0.98 | 0.58 |
| Hex | DB | FD | 2B | D | 0 | 53 | 1 | 46 | 62 | 3A |
| Octal | 333 | 375 | 53 | 15 | 0 | 123 | 1 | 106 | 142 | 72 |
| Binary | 11011011 | 11111101 | 101011 | 1101 | 0 | 1010011 | 1 | 1000110 | 1100010 | 111010 |
Color Harmonies of #DBFD2B
Complementary color
Monochromatic Colors of #DBFD2B
Black with #DBFD2B
Text Example
Text Example
White with #DBFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD2B; }
p { color: rgb(219,253,43); }
H1.HeaderClassName
{
color: #DBFD2B;
}
.AnyTagClassName
{
color: #DBFD2B;
}
</style>
background-color css
<style>
a { background-color: #DBFD2B; }
a { background-color: rgb(219,253,43); }
div.DivClassName
{
background-color: #DBFD2B;
}
.BgClassName
{
background-color: #DBFD2B;
}
</style>
border-color css
<style>
span { border-color: #DBFD2B; }
span { border-color: rgb(219,253,43); }
td.TdClassName
{
border-color: #DBFD2B;
}
.TagClassName
{
border-color: #DBFD2B;
}
</style>