Shades of Pear #DBFC44
Tints of Pear #DBFC44
RGB
CMYK
RGB Variations
Color information
#DBFC44 (or 0xDBFC44) is known color: Pear. HEX triplet: DB, FC and 44. RGB value is (219,252,68). Sum of RGB (Red+Green+Blue) = 219+252+68=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 68 (26.95% from 255 or 12.62% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC44 is #2403BB. Grayscale: #DDDDDD. Windows color (decimal): -2360252 or 4521179. OLE color: 4521179.
HSL color Cylindrical-coordinate representation of color #DBFC44: hue angle of 70.76º 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 #DBFC44 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 68 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.01 |
| HSL | 70.76º | 0.97% | 0.63% | - |
| HSV(B) | 70.76º | 0.73% | 0.99% | - |
| XYZ | 65.07 | 85.1 | 18.47 | - |
| YUV | 221.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 68 | 0.13 | 0 | 0.73 | 0.01 | 70.76 | 0.97 | 0.63 |
| Hex | DB | FC | 44 | D | 0 | 49 | 1 | 47 | 61 | 3F |
| Octal | 333 | 374 | 104 | 15 | 0 | 111 | 1 | 107 | 141 | 77 |
| Binary | 11011011 | 11111100 | 1000100 | 1101 | 0 | 1001001 | 1 | 1000111 | 1100001 | 111111 |
Color Harmonies of #DBFC44
Complementary color
Monochromatic Colors of #DBFC44
Black with #DBFC44
Text Example
Text Example
White with #DBFC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC44; }
p { color: rgb(219,252,68); }
H1.HeaderClassName
{
color: #DBFC44;
}
.AnyTagClassName
{
color: #DBFC44;
}
</style>
background-color css
<style>
a { background-color: #DBFC44; }
a { background-color: rgb(219,252,68); }
div.DivClassName
{
background-color: #DBFC44;
}
.BgClassName
{
background-color: #DBFC44;
}
</style>
border-color css
<style>
span { border-color: #DBFC44; }
span { border-color: rgb(219,252,68); }
td.TdClassName
{
border-color: #DBFC44;
}
.TagClassName
{
border-color: #DBFC44;
}
</style>