Shades of Pear #DBF53D
Tints of Pear #DBF53D
RGB
CMYK
RGB Variations
Color information
#DBF53D (or 0xDBF53D) is known color: Pear. HEX triplet: DB, F5 and 3D. RGB value is (219,245,61). Sum of RGB (Red+Green+Blue) = 219+245+61=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF53D is #240AC2. Grayscale: #D8D8D8. Windows color (decimal): -2362051 or 4060635. OLE color: 4060635.
HSL color Cylindrical-coordinate representation of color #DBF53D: hue angle of 68.48º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBF53D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.04 |
| HSL | 68.48º | 0.9% | 0.6% | - |
| HSV(B) | 68.48º | 0.75% | 0.96% | - |
| XYZ | 62.71 | 80.7 | 16.69 | - |
| YUV | 216.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 61 | 0.11 | 0 | 0.75 | 0.04 | 68.48 | 0.9 | 0.6 |
| Hex | DB | F5 | 3D | B | 0 | 4B | 4 | 44 | 5A | 3C |
| Octal | 333 | 365 | 75 | 13 | 0 | 113 | 4 | 104 | 132 | 74 |
| Binary | 11011011 | 11110101 | 111101 | 1011 | 0 | 1001011 | 100 | 1000100 | 1011010 | 111100 |
Color Harmonies of #DBF53D
Complementary color
Monochromatic Colors of #DBF53D
Black with #DBF53D
Text Example
Text Example
White with #DBF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF53D; }
p { color: rgb(219,245,61); }
H1.HeaderClassName
{
color: #DBF53D;
}
.AnyTagClassName
{
color: #DBF53D;
}
</style>
background-color css
<style>
a { background-color: #DBF53D; }
a { background-color: rgb(219,245,61); }
div.DivClassName
{
background-color: #DBF53D;
}
.BgClassName
{
background-color: #DBF53D;
}
</style>
border-color css
<style>
span { border-color: #DBF53D; }
span { border-color: rgb(219,245,61); }
td.TdClassName
{
border-color: #DBF53D;
}
.TagClassName
{
border-color: #DBF53D;
}
</style>