Shades of Pear #DBF624
Tints of Pear #DBF624
RGB
CMYK
RGB Variations
Color information
#DBF624 (or 0xDBF624) is known color: Pear. HEX triplet: DB, F6 and 24. RGB value is (219,246,36). Sum of RGB (Red+Green+Blue) = 219+246+36=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 36 (14.45% from 255 or 7.19% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF624 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF624 is #2409DB. Grayscale: #D6D6D6. Windows color (decimal): -2361820 or 2422491. OLE color: 2422491.
HSL color Cylindrical-coordinate representation of color #DBF624: hue angle of 67.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF624 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 36 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.04 |
| HSL | 67.71º | 0.92% | 0.55% | - |
| HSV(B) | 67.71º | 0.85% | 0.96% | - |
| XYZ | 62.49 | 81.1 | 14.03 | - |
| YUV | 213.99 | 27.55 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 36 | 0.11 | 0 | 0.85 | 0.04 | 67.71 | 0.92 | 0.55 |
| Hex | DB | F6 | 24 | B | 0 | 55 | 4 | 44 | 5C | 37 |
| Octal | 333 | 366 | 44 | 13 | 0 | 125 | 4 | 104 | 134 | 67 |
| Binary | 11011011 | 11110110 | 100100 | 1011 | 0 | 1010101 | 100 | 1000100 | 1011100 | 110111 |
Color Harmonies of #DBF624
Complementary color
Monochromatic Colors of #DBF624
Black with #DBF624
Text Example
Text Example
White with #DBF624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF624; }
p { color: rgb(219,246,36); }
H1.HeaderClassName
{
color: #DBF624;
}
.AnyTagClassName
{
color: #DBF624;
}
</style>
background-color css
<style>
a { background-color: #DBF624; }
a { background-color: rgb(219,246,36); }
div.DivClassName
{
background-color: #DBF624;
}
.BgClassName
{
background-color: #DBF624;
}
</style>
border-color css
<style>
span { border-color: #DBF624; }
span { border-color: rgb(219,246,36); }
td.TdClassName
{
border-color: #DBF624;
}
.TagClassName
{
border-color: #DBF624;
}
</style>