Shades of Pear #DBF825
Tints of Pear #DBF825
RGB
CMYK
RGB Variations
Color information
#DBF825 (or 0xDBF825) is known color: Pear. HEX triplet: DB, F8 and 25. RGB value is (219,248,37). Sum of RGB (Red+Green+Blue) = 219+248+37=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF825 is #2407DA. Grayscale: #D8D8D8. Windows color (decimal): -2361307 or 2488539. OLE color: 2488539.
HSL color Cylindrical-coordinate representation of color #DBF825: hue angle of 68.25º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF825 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.03 |
| HSL | 68.25º | 0.94% | 0.56% | - |
| HSV(B) | 68.25º | 0.85% | 0.97% | - |
| XYZ | 63.11 | 82.33 | 14.31 | - |
| YUV | 215.28 | 27.39 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 37 | 0.12 | 0 | 0.85 | 0.03 | 68.25 | 0.94 | 0.56 |
| Hex | DB | F8 | 25 | C | 0 | 55 | 3 | 44 | 5E | 38 |
| Octal | 333 | 370 | 45 | 14 | 0 | 125 | 3 | 104 | 136 | 70 |
| Binary | 11011011 | 11111000 | 100101 | 1100 | 0 | 1010101 | 11 | 1000100 | 1011110 | 111000 |
Color Harmonies of #DBF825
Complementary color
Monochromatic Colors of #DBF825
Black with #DBF825
Text Example
Text Example
White with #DBF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF825; }
p { color: rgb(219,248,37); }
H1.HeaderClassName
{
color: #DBF825;
}
.AnyTagClassName
{
color: #DBF825;
}
</style>
background-color css
<style>
a { background-color: #DBF825; }
a { background-color: rgb(219,248,37); }
div.DivClassName
{
background-color: #DBF825;
}
.BgClassName
{
background-color: #DBF825;
}
</style>
border-color css
<style>
span { border-color: #DBF825; }
span { border-color: rgb(219,248,37); }
td.TdClassName
{
border-color: #DBF825;
}
.TagClassName
{
border-color: #DBF825;
}
</style>