Shades of Pear #DBF441
Tints of Pear #DBF441
RGB
CMYK
RGB Variations
Color information
#DBF441 (or 0xDBF441) is known color: Pear. HEX triplet: DB, F4 and 41. RGB value is (219,244,65). Sum of RGB (Red+Green+Blue) = 219+244+65=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF441 is #240BBE. Grayscale: #D8D8D8. Windows color (decimal): -2362303 or 4322523. OLE color: 4322523.
HSL color Cylindrical-coordinate representation of color #DBF441: hue angle of 68.38º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBF441 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 65 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.04 |
| HSL | 68.38º | 0.89% | 0.61% | - |
| HSV(B) | 68.38º | 0.73% | 0.96% | - |
| XYZ | 62.52 | 80.14 | 17.18 | - |
| YUV | 216.12 | 42.72 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 65 | 0.10 | 0 | 0.73 | 0.04 | 68.38 | 0.89 | 0.61 |
| Hex | DB | F4 | 41 | A | 0 | 49 | 4 | 44 | 59 | 3D |
| Octal | 333 | 364 | 101 | 12 | 0 | 111 | 4 | 104 | 131 | 75 |
| Binary | 11011011 | 11110100 | 1000001 | 1010 | 0 | 1001001 | 100 | 1000100 | 1011001 | 111101 |
Color Harmonies of #DBF441
Complementary color
Monochromatic Colors of #DBF441
Black with #DBF441
Text Example
Text Example
White with #DBF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF441; }
p { color: rgb(219,244,65); }
H1.HeaderClassName
{
color: #DBF441;
}
.AnyTagClassName
{
color: #DBF441;
}
</style>
background-color css
<style>
a { background-color: #DBF441; }
a { background-color: rgb(219,244,65); }
div.DivClassName
{
background-color: #DBF441;
}
.BgClassName
{
background-color: #DBF441;
}
</style>
border-color css
<style>
span { border-color: #DBF441; }
span { border-color: rgb(219,244,65); }
td.TdClassName
{
border-color: #DBF441;
}
.TagClassName
{
border-color: #DBF441;
}
</style>