Shades of Pear #DBF246
Tints of Pear #DBF246
RGB
CMYK
RGB Variations
Color information
#DBF246 (or 0xDBF246) is known color: Pear. HEX triplet: DB, F2 and 46. RGB value is (219,242,70). Sum of RGB (Red+Green+Blue) = 219+242+70=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF246 is #240DB9. Grayscale: #D8D8D8. Windows color (decimal): -2362810 or 4649691. OLE color: 4649691.
HSL color Cylindrical-coordinate representation of color #DBF246: hue angle of 68.02º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBF246 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 70 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.05 |
| HSL | 68.02º | 0.87% | 0.61% | - |
| HSV(B) | 68.02º | 0.71% | 0.95% | - |
| XYZ | 62.07 | 79.01 | 17.77 | - |
| YUV | 215.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 70 | 0.10 | 0 | 0.71 | 0.05 | 68.02 | 0.87 | 0.61 |
| Hex | DB | F2 | 46 | A | 0 | 47 | 5 | 44 | 57 | 3D |
| Octal | 333 | 362 | 106 | 12 | 0 | 107 | 5 | 104 | 127 | 75 |
| Binary | 11011011 | 11110010 | 1000110 | 1010 | 0 | 1000111 | 101 | 1000100 | 1010111 | 111101 |
Color Harmonies of #DBF246
Complementary color
Monochromatic Colors of #DBF246
Black with #DBF246
Text Example
Text Example
White with #DBF246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF246; }
p { color: rgb(219,242,70); }
H1.HeaderClassName
{
color: #DBF246;
}
.AnyTagClassName
{
color: #DBF246;
}
</style>
background-color css
<style>
a { background-color: #DBF246; }
a { background-color: rgb(219,242,70); }
div.DivClassName
{
background-color: #DBF246;
}
.BgClassName
{
background-color: #DBF246;
}
</style>
border-color css
<style>
span { border-color: #DBF246; }
span { border-color: rgb(219,242,70); }
td.TdClassName
{
border-color: #DBF246;
}
.TagClassName
{
border-color: #DBF246;
}
</style>