Shades of Pear #DBFF37
Tints of Pear #DBFF37
RGB
CMYK
RGB Variations
Color information
#DBFF37 (or 0xDBFF37) is known color: Pear. HEX triplet: DB, FF and 37. RGB value is (219,255,55). Sum of RGB (Red+Green+Blue) = 219+255+55=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 55 (21.88% from 255 or 10.40% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF37 is #2400C8. Grayscale: #DEDEDE. Windows color (decimal): -2359497 or 3669979. OLE color: 3669979.
HSL color Cylindrical-coordinate representation of color #DBFF37: hue angle of 70.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBFF37 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 55 | - |
| CMYK | 0.14 | 0 | 0.78 | 0 |
| HSL | 70.8º | 1% | 0.61% | - |
| HSV(B) | 70.8º | 0.78% | 1% | - |
| XYZ | 65.66 | 86.86 | 16.92 | - |
| YUV | 221.44 | 34.07 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 55 | 0.14 | 0 | 0.78 | 0 | 70.8 | 1 | 0.61 |
| Hex | DB | FF | 37 | E | 0 | 4E | 0 | 47 | 64 | 3D |
| Octal | 333 | 377 | 67 | 16 | 0 | 116 | 0 | 107 | 144 | 75 |
| Binary | 11011011 | 11111111 | 110111 | 1110 | 0 | 1001110 | 0 | 1000111 | 1100100 | 111101 |
Color Harmonies of #DBFF37
Complementary color
Monochromatic Colors of #DBFF37
Black with #DBFF37
Text Example
Text Example
White with #DBFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF37; }
p { color: rgb(219,255,55); }
H1.HeaderClassName
{
color: #DBFF37;
}
.AnyTagClassName
{
color: #DBFF37;
}
</style>
background-color css
<style>
a { background-color: #DBFF37; }
a { background-color: rgb(219,255,55); }
div.DivClassName
{
background-color: #DBFF37;
}
.BgClassName
{
background-color: #DBFF37;
}
</style>
border-color css
<style>
span { border-color: #DBFF37; }
span { border-color: rgb(219,255,55); }
td.TdClassName
{
border-color: #DBFF37;
}
.TagClassName
{
border-color: #DBFF37;
}
</style>