Shades of Pear #DBF82D
Tints of Pear #DBF82D
RGB
CMYK
RGB Variations
Color information
#DBF82D (or 0xDBF82D) is known color: Pear. HEX triplet: DB, F8 and 2D. RGB value is (219,248,45). Sum of RGB (Red+Green+Blue) = 219+248+45=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF82D is #2407D2. Grayscale: #D8D8D8. Windows color (decimal): -2361299 or 3012827. OLE color: 3012827.
HSL color Cylindrical-coordinate representation of color #DBF82D: hue angle of 68.57º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBF82D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 45 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.03 |
| HSL | 68.57º | 0.94% | 0.57% | - |
| HSV(B) | 68.57º | 0.82% | 0.97% | - |
| XYZ | 63.25 | 82.38 | 15.05 | - |
| YUV | 216.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 45 | 0.12 | 0 | 0.82 | 0.03 | 68.57 | 0.94 | 0.57 |
| Hex | DB | F8 | 2D | C | 0 | 52 | 3 | 45 | 5E | 39 |
| Octal | 333 | 370 | 55 | 14 | 0 | 122 | 3 | 105 | 136 | 71 |
| Binary | 11011011 | 11111000 | 101101 | 1100 | 0 | 1010010 | 11 | 1000101 | 1011110 | 111001 |
Color Harmonies of #DBF82D
Complementary color
Monochromatic Colors of #DBF82D
Black with #DBF82D
Text Example
Text Example
White with #DBF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF82D; }
p { color: rgb(219,248,45); }
H1.HeaderClassName
{
color: #DBF82D;
}
.AnyTagClassName
{
color: #DBF82D;
}
</style>
background-color css
<style>
a { background-color: #DBF82D; }
a { background-color: rgb(219,248,45); }
div.DivClassName
{
background-color: #DBF82D;
}
.BgClassName
{
background-color: #DBF82D;
}
</style>
border-color css
<style>
span { border-color: #DBF82D; }
span { border-color: rgb(219,248,45); }
td.TdClassName
{
border-color: #DBF82D;
}
.TagClassName
{
border-color: #DBF82D;
}
</style>