Shades of Pear #DBF41D
Tints of Pear #DBF41D
RGB
CMYK
RGB Variations
Color information
#DBF41D (or 0xDBF41D) is known color: Pear. HEX triplet: DB, F4 and 1D. RGB value is (219,244,29). Sum of RGB (Red+Green+Blue) = 219+244+29=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF41D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF41D is #240BE2. Grayscale: #D4D4D4. Windows color (decimal): -2362339 or 1963227. OLE color: 1963227.
HSL color Cylindrical-coordinate representation of color #DBF41D: hue angle of 66.98º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBF41D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 29 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.04 |
| HSL | 66.98º | 0.91% | 0.54% | - |
| HSV(B) | 66.98º | 0.88% | 0.96% | - |
| XYZ | 61.79 | 79.85 | 13.32 | - |
| YUV | 212.02 | 24.72 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 29 | 0.10 | 0 | 0.88 | 0.04 | 66.98 | 0.91 | 0.54 |
| Hex | DB | F4 | 1D | A | 0 | 58 | 4 | 43 | 5B | 36 |
| Octal | 333 | 364 | 35 | 12 | 0 | 130 | 4 | 103 | 133 | 66 |
| Binary | 11011011 | 11110100 | 11101 | 1010 | 0 | 1011000 | 100 | 1000011 | 1011011 | 110110 |
Color Harmonies of #DBF41D
Complementary color
Monochromatic Colors of #DBF41D
Black with #DBF41D
Text Example
Text Example
White with #DBF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF41D; }
p { color: rgb(219,244,29); }
H1.HeaderClassName
{
color: #DBF41D;
}
.AnyTagClassName
{
color: #DBF41D;
}
</style>
background-color css
<style>
a { background-color: #DBF41D; }
a { background-color: rgb(219,244,29); }
div.DivClassName
{
background-color: #DBF41D;
}
.BgClassName
{
background-color: #DBF41D;
}
</style>
border-color css
<style>
span { border-color: #DBF41D; }
span { border-color: rgb(219,244,29); }
td.TdClassName
{
border-color: #DBF41D;
}
.TagClassName
{
border-color: #DBF41D;
}
</style>