Shades of Pear #DBF63F
Tints of Pear #DBF63F
RGB
CMYK
RGB Variations
Color information
#DBF63F (or 0xDBF63F) is known color: Pear. HEX triplet: DB, F6 and 3F. RGB value is (219,246,63). Sum of RGB (Red+Green+Blue) = 219+246+63=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 63 (25% from 255 or 11.93% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF63F is #2409C0. Grayscale: #D9D9D9. Windows color (decimal): -2361793 or 4191963. OLE color: 4191963.
HSL color Cylindrical-coordinate representation of color #DBF63F: hue angle of 68.85º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBF63F is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 63 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.04 |
| HSL | 68.85º | 0.91% | 0.61% | - |
| HSV(B) | 68.85º | 0.74% | 0.96% | - |
| XYZ | 63.07 | 81.33 | 17.08 | - |
| YUV | 217.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 63 | 0.11 | 0 | 0.74 | 0.04 | 68.85 | 0.91 | 0.61 |
| Hex | DB | F6 | 3F | B | 0 | 4A | 4 | 45 | 5B | 3D |
| Octal | 333 | 366 | 77 | 13 | 0 | 112 | 4 | 105 | 133 | 75 |
| Binary | 11011011 | 11110110 | 111111 | 1011 | 0 | 1001010 | 100 | 1000101 | 1011011 | 111101 |
Color Harmonies of #DBF63F
Complementary color
Monochromatic Colors of #DBF63F
Black with #DBF63F
Text Example
Text Example
White with #DBF63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF63F; }
p { color: rgb(219,246,63); }
H1.HeaderClassName
{
color: #DBF63F;
}
.AnyTagClassName
{
color: #DBF63F;
}
</style>
background-color css
<style>
a { background-color: #DBF63F; }
a { background-color: rgb(219,246,63); }
div.DivClassName
{
background-color: #DBF63F;
}
.BgClassName
{
background-color: #DBF63F;
}
</style>
border-color css
<style>
span { border-color: #DBF63F; }
span { border-color: rgb(219,246,63); }
td.TdClassName
{
border-color: #DBF63F;
}
.TagClassName
{
border-color: #DBF63F;
}
</style>