Shades of Pear #DBF51D
Tints of Pear #DBF51D
RGB
CMYK
RGB Variations
Color information
#DBF51D (or 0xDBF51D) is known color: Pear. HEX triplet: DB, F5 and 1D. RGB value is (219,245,29). Sum of RGB (Red+Green+Blue) = 219+245+29=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF51D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF51D is #240AE2. Grayscale: #D5D5D5. Windows color (decimal): -2362083 or 1963483. OLE color: 1963483.
HSL color Cylindrical-coordinate representation of color #DBF51D: hue angle of 67.22º degrees, saturation: 0.92, 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 #DBF51D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 29 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.04 |
| HSL | 67.22º | 0.92% | 0.54% | - |
| HSV(B) | 67.22º | 0.88% | 0.96% | - |
| XYZ | 62.09 | 80.45 | 13.42 | - |
| YUV | 212.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 29 | 0.11 | 0 | 0.88 | 0.04 | 67.22 | 0.92 | 0.54 |
| Hex | DB | F5 | 1D | B | 0 | 58 | 4 | 43 | 5C | 36 |
| Octal | 333 | 365 | 35 | 13 | 0 | 130 | 4 | 103 | 134 | 66 |
| Binary | 11011011 | 11110101 | 11101 | 1011 | 0 | 1011000 | 100 | 1000011 | 1011100 | 110110 |
Color Harmonies of #DBF51D
Complementary color
Monochromatic Colors of #DBF51D
Black with #DBF51D
Text Example
Text Example
White with #DBF51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF51D; }
p { color: rgb(219,245,29); }
H1.HeaderClassName
{
color: #DBF51D;
}
.AnyTagClassName
{
color: #DBF51D;
}
</style>
background-color css
<style>
a { background-color: #DBF51D; }
a { background-color: rgb(219,245,29); }
div.DivClassName
{
background-color: #DBF51D;
}
.BgClassName
{
background-color: #DBF51D;
}
</style>
border-color css
<style>
span { border-color: #DBF51D; }
span { border-color: rgb(219,245,29); }
td.TdClassName
{
border-color: #DBF51D;
}
.TagClassName
{
border-color: #DBF51D;
}
</style>