Shades of Pear #DBF62D
Tints of Pear #DBF62D
RGB
CMYK
RGB Variations
Color information
#DBF62D (or 0xDBF62D) is known color: Pear. HEX triplet: DB, F6 and 2D. RGB value is (219,246,45). Sum of RGB (Red+Green+Blue) = 219+246+45=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF62D is #2409D2. Grayscale: #D7D7D7. Windows color (decimal): -2361811 or 3012315. OLE color: 3012315.
HSL color Cylindrical-coordinate representation of color #DBF62D: hue angle of 68.06º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBF62D is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 45 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.04 |
| HSL | 68.06º | 0.92% | 0.57% | - |
| HSV(B) | 68.06º | 0.82% | 0.96% | - |
| XYZ | 62.64 | 81.16 | 14.85 | - |
| YUV | 215.01 | 32.05 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 45 | 0.11 | 0 | 0.82 | 0.04 | 68.06 | 0.92 | 0.57 |
| Hex | DB | F6 | 2D | B | 0 | 52 | 4 | 44 | 5C | 39 |
| Octal | 333 | 366 | 55 | 13 | 0 | 122 | 4 | 104 | 134 | 71 |
| Binary | 11011011 | 11110110 | 101101 | 1011 | 0 | 1010010 | 100 | 1000100 | 1011100 | 111001 |
Color Harmonies of #DBF62D
Complementary color
Monochromatic Colors of #DBF62D
Black with #DBF62D
Text Example
Text Example
White with #DBF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF62D; }
p { color: rgb(219,246,45); }
H1.HeaderClassName
{
color: #DBF62D;
}
.AnyTagClassName
{
color: #DBF62D;
}
</style>
background-color css
<style>
a { background-color: #DBF62D; }
a { background-color: rgb(219,246,45); }
div.DivClassName
{
background-color: #DBF62D;
}
.BgClassName
{
background-color: #DBF62D;
}
</style>
border-color css
<style>
span { border-color: #DBF62D; }
span { border-color: rgb(219,246,45); }
td.TdClassName
{
border-color: #DBF62D;
}
.TagClassName
{
border-color: #DBF62D;
}
</style>