Shades of Pear #DBF444
Tints of Pear #DBF444
RGB
CMYK
RGB Variations
Color information
#DBF444 (or 0xDBF444) is known color: Pear. HEX triplet: DB, F4 and 44. RGB value is (219,244,68). Sum of RGB (Red+Green+Blue) = 219+244+68=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF444 is #240BBB. Grayscale: #D9D9D9. Windows color (decimal): -2362300 or 4519131. OLE color: 4519131.
HSL color Cylindrical-coordinate representation of color #DBF444: hue angle of 68.52º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBF444 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 68 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.04 |
| HSL | 68.52º | 0.89% | 0.61% | - |
| HSV(B) | 68.52º | 0.72% | 0.96% | - |
| XYZ | 62.61 | 80.18 | 17.65 | - |
| YUV | 216.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 68 | 0.10 | 0 | 0.72 | 0.04 | 68.52 | 0.89 | 0.61 |
| Hex | DB | F4 | 44 | A | 0 | 48 | 4 | 45 | 59 | 3D |
| Octal | 333 | 364 | 104 | 12 | 0 | 110 | 4 | 105 | 131 | 75 |
| Binary | 11011011 | 11110100 | 1000100 | 1010 | 0 | 1001000 | 100 | 1000101 | 1011001 | 111101 |
Color Harmonies of #DBF444
Complementary color
Monochromatic Colors of #DBF444
Black with #DBF444
Text Example
Text Example
White with #DBF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF444; }
p { color: rgb(219,244,68); }
H1.HeaderClassName
{
color: #DBF444;
}
.AnyTagClassName
{
color: #DBF444;
}
</style>
background-color css
<style>
a { background-color: #DBF444; }
a { background-color: rgb(219,244,68); }
div.DivClassName
{
background-color: #DBF444;
}
.BgClassName
{
background-color: #DBF444;
}
</style>
border-color css
<style>
span { border-color: #DBF444; }
span { border-color: rgb(219,244,68); }
td.TdClassName
{
border-color: #DBF444;
}
.TagClassName
{
border-color: #DBF444;
}
</style>