Shades of Pear #DBF145
Tints of Pear #DBF145
RGB
CMYK
RGB Variations
Color information
#DBF145 (or 0xDBF145) is known color: Pear. HEX triplet: DB, F1 and 45. RGB value is (219,241,69). Sum of RGB (Red+Green+Blue) = 219+241+69=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF145 is #240EBA. Grayscale: #D7D7D7. Windows color (decimal): -2363067 or 4583899. OLE color: 4583899.
HSL color Cylindrical-coordinate representation of color #DBF145: hue angle of 67.67º 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 #DBF145 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 69 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.05 |
| HSL | 67.67º | 0.86% | 0.61% | - |
| HSV(B) | 67.67º | 0.71% | 0.95% | - |
| XYZ | 61.74 | 78.4 | 17.51 | - |
| YUV | 214.81 | 45.71 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 69 | 0.09 | 0 | 0.71 | 0.05 | 67.67 | 0.86 | 0.61 |
| Hex | DB | F1 | 45 | 9 | 0 | 47 | 5 | 44 | 56 | 3D |
| Octal | 333 | 361 | 105 | 11 | 0 | 107 | 5 | 104 | 126 | 75 |
| Binary | 11011011 | 11110001 | 1000101 | 1001 | 0 | 1000111 | 101 | 1000100 | 1010110 | 111101 |
Color Harmonies of #DBF145
Complementary color
Monochromatic Colors of #DBF145
Black with #DBF145
Text Example
Text Example
White with #DBF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF145; }
p { color: rgb(219,241,69); }
H1.HeaderClassName
{
color: #DBF145;
}
.AnyTagClassName
{
color: #DBF145;
}
</style>
background-color css
<style>
a { background-color: #DBF145; }
a { background-color: rgb(219,241,69); }
div.DivClassName
{
background-color: #DBF145;
}
.BgClassName
{
background-color: #DBF145;
}
</style>
border-color css
<style>
span { border-color: #DBF145; }
span { border-color: rgb(219,241,69); }
td.TdClassName
{
border-color: #DBF145;
}
.TagClassName
{
border-color: #DBF145;
}
</style>