Shades of Pear #DBFF40
Tints of Pear #DBFF40
RGB
CMYK
RGB Variations
Color information
#DBFF40 (or 0xDBFF40) is known color: Pear. HEX triplet: DB, FF and 40. RGB value is (219,255,64). Sum of RGB (Red+Green+Blue) = 219+255+64=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF40 is #2400BF. Grayscale: #DFDFDF. Windows color (decimal): -2359488 or 4259803. OLE color: 4259803.
HSL color Cylindrical-coordinate representation of color #DBFF40: hue angle of 71.31º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBFF40 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 64 | - |
| CMYK | 0.14 | 0 | 0.75 | 0 |
| HSL | 71.31º | 1% | 0.63% | - |
| HSV(B) | 71.31º | 0.75% | 1% | - |
| XYZ | 65.9 | 86.95 | 18.16 | - |
| YUV | 222.46 | 38.57 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 64 | 0.14 | 0 | 0.75 | 0 | 71.31 | 1 | 0.63 |
| Hex | DB | FF | 40 | E | 0 | 4B | 0 | 47 | 64 | 3F |
| Octal | 333 | 377 | 100 | 16 | 0 | 113 | 0 | 107 | 144 | 77 |
| Binary | 11011011 | 11111111 | 1000000 | 1110 | 0 | 1001011 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DBFF40
Complementary color
Monochromatic Colors of #DBFF40
Black with #DBFF40
Text Example
Text Example
White with #DBFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF40; }
p { color: rgb(219,255,64); }
H1.HeaderClassName
{
color: #DBFF40;
}
.AnyTagClassName
{
color: #DBFF40;
}
</style>
background-color css
<style>
a { background-color: #DBFF40; }
a { background-color: rgb(219,255,64); }
div.DivClassName
{
background-color: #DBFF40;
}
.BgClassName
{
background-color: #DBFF40;
}
</style>
border-color css
<style>
span { border-color: #DBFF40; }
span { border-color: rgb(219,255,64); }
td.TdClassName
{
border-color: #DBFF40;
}
.TagClassName
{
border-color: #DBFF40;
}
</style>