Shades of Pear #DBF625
Tints of Pear #DBF625
RGB
CMYK
RGB Variations
Color information
#DBF625 (or 0xDBF625) is known color: Pear. HEX triplet: DB, F6 and 25. RGB value is (219,246,37). Sum of RGB (Red+Green+Blue) = 219+246+37=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF625 is #2409DA. Grayscale: #D6D6D6. Windows color (decimal): -2361819 or 2488027. OLE color: 2488027.
HSL color Cylindrical-coordinate representation of color #DBF625: hue angle of 67.75º 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 #DBF625 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 37 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.04 |
| HSL | 67.75º | 0.92% | 0.55% | - |
| HSV(B) | 67.75º | 0.85% | 0.96% | - |
| XYZ | 62.5 | 81.11 | 14.11 | - |
| YUV | 214.1 | 28.05 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 37 | 0.11 | 0 | 0.85 | 0.04 | 67.75 | 0.92 | 0.55 |
| Hex | DB | F6 | 25 | B | 0 | 55 | 4 | 44 | 5C | 37 |
| Octal | 333 | 366 | 45 | 13 | 0 | 125 | 4 | 104 | 134 | 67 |
| Binary | 11011011 | 11110110 | 100101 | 1011 | 0 | 1010101 | 100 | 1000100 | 1011100 | 110111 |
Color Harmonies of #DBF625
Complementary color
Monochromatic Colors of #DBF625
Black with #DBF625
Text Example
Text Example
White with #DBF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF625; }
p { color: rgb(219,246,37); }
H1.HeaderClassName
{
color: #DBF625;
}
.AnyTagClassName
{
color: #DBF625;
}
</style>
background-color css
<style>
a { background-color: #DBF625; }
a { background-color: rgb(219,246,37); }
div.DivClassName
{
background-color: #DBF625;
}
.BgClassName
{
background-color: #DBF625;
}
</style>
border-color css
<style>
span { border-color: #DBF625; }
span { border-color: rgb(219,246,37); }
td.TdClassName
{
border-color: #DBF625;
}
.TagClassName
{
border-color: #DBF625;
}
</style>