Shades of Pear #DBFC48
Tints of Pear #DBFC48
RGB
CMYK
RGB Variations
Color information
#DBFC48 (or 0xDBFC48) is known color: Pear. HEX triplet: DB, FC and 48. RGB value is (219,252,72). Sum of RGB (Red+Green+Blue) = 219+252+72=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 72 (28.52% from 255 or 13.26% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC48 is #2403B7. Grayscale: #DEDEDE. Windows color (decimal): -2360248 or 4783323. OLE color: 4783323.
HSL color Cylindrical-coordinate representation of color #DBFC48: hue angle of 71º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBFC48 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 72 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.01 |
| HSL | 71º | 0.97% | 0.64% | - |
| HSV(B) | 71º | 0.71% | 0.99% | - |
| XYZ | 65.19 | 85.15 | 19.13 | - |
| YUV | 221.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 72 | 0.13 | 0 | 0.71 | 0.01 | 71 | 0.97 | 0.64 |
| Hex | DB | FC | 48 | D | 0 | 47 | 1 | 47 | 61 | 40 |
| Octal | 333 | 374 | 110 | 15 | 0 | 107 | 1 | 107 | 141 | 100 |
| Binary | 11011011 | 11111100 | 1001000 | 1101 | 0 | 1000111 | 1 | 1000111 | 1100001 | 1000000 |
Color Harmonies of #DBFC48
Complementary color
Monochromatic Colors of #DBFC48
Black with #DBFC48
Text Example
Text Example
White with #DBFC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC48; }
p { color: rgb(219,252,72); }
H1.HeaderClassName
{
color: #DBFC48;
}
.AnyTagClassName
{
color: #DBFC48;
}
</style>
background-color css
<style>
a { background-color: #DBFC48; }
a { background-color: rgb(219,252,72); }
div.DivClassName
{
background-color: #DBFC48;
}
.BgClassName
{
background-color: #DBFC48;
}
</style>
border-color css
<style>
span { border-color: #DBFC48; }
span { border-color: rgb(219,252,72); }
td.TdClassName
{
border-color: #DBFC48;
}
.TagClassName
{
border-color: #DBFC48;
}
</style>