Shades of Pear #DBF137
Tints of Pear #DBF137
RGB
CMYK
RGB Variations
Color information
#DBF137 (or 0xDBF137) is known color: Pear. HEX triplet: DB, F1 and 37. RGB value is (219,241,55). Sum of RGB (Red+Green+Blue) = 219+241+55=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF137 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF137 is #240EC8. Grayscale: #D5D5D5. Windows color (decimal): -2363081 or 3666395. OLE color: 3666395.
HSL color Cylindrical-coordinate representation of color #DBF137: hue angle of 67.1º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBF137 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 55 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.05 |
| HSL | 67.1º | 0.87% | 0.58% | - |
| HSV(B) | 67.1º | 0.77% | 0.95% | - |
| XYZ | 61.36 | 78.25 | 15.48 | - |
| YUV | 213.22 | 38.71 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 55 | 0.09 | 0 | 0.77 | 0.05 | 67.1 | 0.87 | 0.58 |
| Hex | DB | F1 | 37 | 9 | 0 | 4D | 5 | 43 | 57 | 3A |
| Octal | 333 | 361 | 67 | 11 | 0 | 115 | 5 | 103 | 127 | 72 |
| Binary | 11011011 | 11110001 | 110111 | 1001 | 0 | 1001101 | 101 | 1000011 | 1010111 | 111010 |
Color Harmonies of #DBF137
Complementary color
Monochromatic Colors of #DBF137
Black with #DBF137
Text Example
Text Example
White with #DBF137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF137; }
p { color: rgb(219,241,55); }
H1.HeaderClassName
{
color: #DBF137;
}
.AnyTagClassName
{
color: #DBF137;
}
</style>
background-color css
<style>
a { background-color: #DBF137; }
a { background-color: rgb(219,241,55); }
div.DivClassName
{
background-color: #DBF137;
}
.BgClassName
{
background-color: #DBF137;
}
</style>
border-color css
<style>
span { border-color: #DBF137; }
span { border-color: rgb(219,241,55); }
td.TdClassName
{
border-color: #DBF137;
}
.TagClassName
{
border-color: #DBF137;
}
</style>