Shades of Pear #DBF346
Tints of Pear #DBF346
RGB
CMYK
RGB Variations
Color information
#DBF346 (or 0xDBF346) is known color: Pear. HEX triplet: DB, F3 and 46. RGB value is (219,243,70). Sum of RGB (Red+Green+Blue) = 219+243+70=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF346 is #240CB9. Grayscale: #D8D8D8. Windows color (decimal): -2362554 or 4649947. OLE color: 4649947.
HSL color Cylindrical-coordinate representation of color #DBF346: hue angle of 68.32º degrees, saturation: 0.88, 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 #DBF346 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 70 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.05 |
| HSL | 68.32º | 0.88% | 0.61% | - |
| HSV(B) | 68.32º | 0.71% | 0.95% | - |
| XYZ | 62.37 | 79.6 | 17.87 | - |
| YUV | 216.1 | 45.55 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 70 | 0.10 | 0 | 0.71 | 0.05 | 68.32 | 0.88 | 0.61 |
| Hex | DB | F3 | 46 | A | 0 | 47 | 5 | 44 | 58 | 3D |
| Octal | 333 | 363 | 106 | 12 | 0 | 107 | 5 | 104 | 130 | 75 |
| Binary | 11011011 | 11110011 | 1000110 | 1010 | 0 | 1000111 | 101 | 1000100 | 1011000 | 111101 |
Color Harmonies of #DBF346
Complementary color
Monochromatic Colors of #DBF346
Black with #DBF346
Text Example
Text Example
White with #DBF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF346; }
p { color: rgb(219,243,70); }
H1.HeaderClassName
{
color: #DBF346;
}
.AnyTagClassName
{
color: #DBF346;
}
</style>
background-color css
<style>
a { background-color: #DBF346; }
a { background-color: rgb(219,243,70); }
div.DivClassName
{
background-color: #DBF346;
}
.BgClassName
{
background-color: #DBF346;
}
</style>
border-color css
<style>
span { border-color: #DBF346; }
span { border-color: rgb(219,243,70); }
td.TdClassName
{
border-color: #DBF346;
}
.TagClassName
{
border-color: #DBF346;
}
</style>