Shades of Pear #DBFF31
Tints of Pear #DBFF31
RGB
CMYK
RGB Variations
Color information
#DBFF31 (or 0xDBFF31) is known color: Pear. HEX triplet: DB, FF and 31. RGB value is (219,255,49). Sum of RGB (Red+Green+Blue) = 219+255+49=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF31 is #2400CE. Grayscale: #DDDDDD. Windows color (decimal): -2359503 or 3276763. OLE color: 3276763.
HSL color Cylindrical-coordinate representation of color #DBFF31: hue angle of 70.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBFF31 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 49 | - |
| CMYK | 0.14 | 0 | 0.81 | 0 |
| HSL | 70.49º | 1% | 0.6% | - |
| HSV(B) | 70.49º | 0.81% | 1% | - |
| XYZ | 65.53 | 86.8 | 16.21 | - |
| YUV | 220.75 | 31.07 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 49 | 0.14 | 0 | 0.81 | 0 | 70.49 | 1 | 0.6 |
| Hex | DB | FF | 31 | E | 0 | 51 | 0 | 46 | 64 | 3C |
| Octal | 333 | 377 | 61 | 16 | 0 | 121 | 0 | 106 | 144 | 74 |
| Binary | 11011011 | 11111111 | 110001 | 1110 | 0 | 1010001 | 0 | 1000110 | 1100100 | 111100 |
Color Harmonies of #DBFF31
Complementary color
Monochromatic Colors of #DBFF31
Black with #DBFF31
Text Example
Text Example
White with #DBFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF31; }
p { color: rgb(219,255,49); }
H1.HeaderClassName
{
color: #DBFF31;
}
.AnyTagClassName
{
color: #DBFF31;
}
</style>
background-color css
<style>
a { background-color: #DBFF31; }
a { background-color: rgb(219,255,49); }
div.DivClassName
{
background-color: #DBFF31;
}
.BgClassName
{
background-color: #DBFF31;
}
</style>
border-color css
<style>
span { border-color: #DBFF31; }
span { border-color: rgb(219,255,49); }
td.TdClassName
{
border-color: #DBFF31;
}
.TagClassName
{
border-color: #DBFF31;
}
</style>