Shades of Pear #DBF146
Tints of Pear #DBF146
RGB
CMYK
RGB Variations
Color information
#DBF146 (or 0xDBF146) is known color: Pear. HEX triplet: DB, F1 and 46. RGB value is (219,241,70). Sum of RGB (Red+Green+Blue) = 219+241+70=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF146 is #240EB9. Grayscale: #D7D7D7. Windows color (decimal): -2363066 or 4649435. OLE color: 4649435.
HSL color Cylindrical-coordinate representation of color #DBF146: hue angle of 67.72º degrees, saturation: 0.86, 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 #DBF146 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 70 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.05 |
| HSL | 67.72º | 0.86% | 0.61% | - |
| HSV(B) | 67.72º | 0.71% | 0.95% | - |
| XYZ | 61.77 | 78.41 | 17.67 | - |
| YUV | 214.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 70 | 0.09 | 0 | 0.71 | 0.05 | 67.72 | 0.86 | 0.61 |
| Hex | DB | F1 | 46 | 9 | 0 | 47 | 5 | 44 | 56 | 3D |
| Octal | 333 | 361 | 106 | 11 | 0 | 107 | 5 | 104 | 126 | 75 |
| Binary | 11011011 | 11110001 | 1000110 | 1001 | 0 | 1000111 | 101 | 1000100 | 1010110 | 111101 |
Color Harmonies of #DBF146
Complementary color
Monochromatic Colors of #DBF146
Black with #DBF146
Text Example
Text Example
White with #DBF146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF146; }
p { color: rgb(219,241,70); }
H1.HeaderClassName
{
color: #DBF146;
}
.AnyTagClassName
{
color: #DBF146;
}
</style>
background-color css
<style>
a { background-color: #DBF146; }
a { background-color: rgb(219,241,70); }
div.DivClassName
{
background-color: #DBF146;
}
.BgClassName
{
background-color: #DBF146;
}
</style>
border-color css
<style>
span { border-color: #DBF146; }
span { border-color: rgb(219,241,70); }
td.TdClassName
{
border-color: #DBF146;
}
.TagClassName
{
border-color: #DBF146;
}
</style>