Shades of Pear #DBFC43
Tints of Pear #DBFC43
RGB
CMYK
RGB Variations
Color information
#DBFC43 (or 0xDBFC43) is known color: Pear. HEX triplet: DB, FC and 43. RGB value is (219,252,67). Sum of RGB (Red+Green+Blue) = 219+252+67=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 67 (26.56% from 255 or 12.45% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC43 is #2403BC. Grayscale: #DDDDDD. Windows color (decimal): -2360253 or 4455643. OLE color: 4455643.
HSL color Cylindrical-coordinate representation of color #DBFC43: hue angle of 70.7º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBFC43 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 67 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.01 |
| HSL | 70.7º | 0.97% | 0.63% | - |
| HSV(B) | 70.7º | 0.73% | 0.99% | - |
| XYZ | 65.04 | 85.09 | 18.31 | - |
| YUV | 221.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 67 | 0.13 | 0 | 0.73 | 0.01 | 70.7 | 0.97 | 0.63 |
| Hex | DB | FC | 43 | D | 0 | 49 | 1 | 47 | 61 | 3F |
| Octal | 333 | 374 | 103 | 15 | 0 | 111 | 1 | 107 | 141 | 77 |
| Binary | 11011011 | 11111100 | 1000011 | 1101 | 0 | 1001001 | 1 | 1000111 | 1100001 | 111111 |
Color Harmonies of #DBFC43
Complementary color
Monochromatic Colors of #DBFC43
Black with #DBFC43
Text Example
Text Example
White with #DBFC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC43; }
p { color: rgb(219,252,67); }
H1.HeaderClassName
{
color: #DBFC43;
}
.AnyTagClassName
{
color: #DBFC43;
}
</style>
background-color css
<style>
a { background-color: #DBFC43; }
a { background-color: rgb(219,252,67); }
div.DivClassName
{
background-color: #DBFC43;
}
.BgClassName
{
background-color: #DBFC43;
}
</style>
border-color css
<style>
span { border-color: #DBFC43; }
span { border-color: rgb(219,252,67); }
td.TdClassName
{
border-color: #DBFC43;
}
.TagClassName
{
border-color: #DBFC43;
}
</style>