Shades of Pear #DBFC31
Tints of Pear #DBFC31
RGB
CMYK
RGB Variations
Color information
#DBFC31 (or 0xDBFC31) is known color: Pear. HEX triplet: DB, FC and 31. RGB value is (219,252,49). Sum of RGB (Red+Green+Blue) = 219+252+49=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC31 is #2403CE. Grayscale: #DBDBDB. Windows color (decimal): -2360271 or 3275995. OLE color: 3275995.
HSL color Cylindrical-coordinate representation of color #DBFC31: hue angle of 69.75º degrees, saturation: 0.97, 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 #DBFC31 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 49 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.01 |
| HSL | 69.75º | 0.97% | 0.59% | - |
| HSV(B) | 69.75º | 0.81% | 0.99% | - |
| XYZ | 64.58 | 84.9 | 15.89 | - |
| YUV | 218.99 | 32.07 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 49 | 0.13 | 0 | 0.81 | 0.01 | 69.75 | 0.97 | 0.59 |
| Hex | DB | FC | 31 | D | 0 | 51 | 1 | 46 | 61 | 3B |
| Octal | 333 | 374 | 61 | 15 | 0 | 121 | 1 | 106 | 141 | 73 |
| Binary | 11011011 | 11111100 | 110001 | 1101 | 0 | 1010001 | 1 | 1000110 | 1100001 | 111011 |
Color Harmonies of #DBFC31
Complementary color
Monochromatic Colors of #DBFC31
Black with #DBFC31
Text Example
Text Example
White with #DBFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC31; }
p { color: rgb(219,252,49); }
H1.HeaderClassName
{
color: #DBFC31;
}
.AnyTagClassName
{
color: #DBFC31;
}
</style>
background-color css
<style>
a { background-color: #DBFC31; }
a { background-color: rgb(219,252,49); }
div.DivClassName
{
background-color: #DBFC31;
}
.BgClassName
{
background-color: #DBFC31;
}
</style>
border-color css
<style>
span { border-color: #DBFC31; }
span { border-color: rgb(219,252,49); }
td.TdClassName
{
border-color: #DBFC31;
}
.TagClassName
{
border-color: #DBFC31;
}
</style>