Shades of Pear #DBFD2F
Tints of Pear #DBFD2F
RGB
CMYK
RGB Variations
Color information
#DBFD2F (or 0xDBFD2F) is known color: Pear. HEX triplet: DB, FD and 2F. RGB value is (219,253,47). Sum of RGB (Red+Green+Blue) = 219+253+47=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFD2F is #2402D0. Grayscale: #DCDCDC. Windows color (decimal): -2360017 or 3145179. OLE color: 3145179.
HSL color Cylindrical-coordinate representation of color #DBFD2F: hue angle of 69.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBFD2F is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 47 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.01 |
| HSL | 69.9º | 0.98% | 0.59% | - |
| HSV(B) | 69.9º | 0.81% | 0.99% | - |
| XYZ | 64.85 | 85.52 | 15.78 | - |
| YUV | 219.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 47 | 0.13 | 0 | 0.81 | 0.01 | 69.9 | 0.98 | 0.59 |
| Hex | DB | FD | 2F | D | 0 | 51 | 1 | 46 | 62 | 3B |
| Octal | 333 | 375 | 57 | 15 | 0 | 121 | 1 | 106 | 142 | 73 |
| Binary | 11011011 | 11111101 | 101111 | 1101 | 0 | 1010001 | 1 | 1000110 | 1100010 | 111011 |
Color Harmonies of #DBFD2F
Complementary color
Monochromatic Colors of #DBFD2F
Black with #DBFD2F
Text Example
Text Example
White with #DBFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD2F; }
p { color: rgb(219,253,47); }
H1.HeaderClassName
{
color: #DBFD2F;
}
.AnyTagClassName
{
color: #DBFD2F;
}
</style>
background-color css
<style>
a { background-color: #DBFD2F; }
a { background-color: rgb(219,253,47); }
div.DivClassName
{
background-color: #DBFD2F;
}
.BgClassName
{
background-color: #DBFD2F;
}
</style>
border-color css
<style>
span { border-color: #DBFD2F; }
span { border-color: rgb(219,253,47); }
td.TdClassName
{
border-color: #DBFD2F;
}
.TagClassName
{
border-color: #DBFD2F;
}
</style>