Shades of Pear #DBF425
Tints of Pear #DBF425
RGB
CMYK
RGB Variations
Color information
#DBF425 (or 0xDBF425) is known color: Pear. HEX triplet: DB, F4 and 25. RGB value is (219,244,37). Sum of RGB (Red+Green+Blue) = 219+244+37=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF425 is #240BDA. Grayscale: #D5D5D5. Windows color (decimal): -2362331 or 2487515. OLE color: 2487515.
HSL color Cylindrical-coordinate representation of color #DBF425: hue angle of 67.25º degrees, saturation: 0.9, 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 #DBF425 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 37 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.04 |
| HSL | 67.25º | 0.9% | 0.55% | - |
| HSV(B) | 67.25º | 0.85% | 0.96% | - |
| XYZ | 61.9 | 79.9 | 13.91 | - |
| YUV | 212.93 | 28.72 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 37 | 0.10 | 0 | 0.85 | 0.04 | 67.25 | 0.9 | 0.55 |
| Hex | DB | F4 | 25 | A | 0 | 55 | 4 | 43 | 5A | 37 |
| Octal | 333 | 364 | 45 | 12 | 0 | 125 | 4 | 103 | 132 | 67 |
| Binary | 11011011 | 11110100 | 100101 | 1010 | 0 | 1010101 | 100 | 1000011 | 1011010 | 110111 |
Color Harmonies of #DBF425
Complementary color
Monochromatic Colors of #DBF425
Black with #DBF425
Text Example
Text Example
White with #DBF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF425; }
p { color: rgb(219,244,37); }
H1.HeaderClassName
{
color: #DBF425;
}
.AnyTagClassName
{
color: #DBF425;
}
</style>
background-color css
<style>
a { background-color: #DBF425; }
a { background-color: rgb(219,244,37); }
div.DivClassName
{
background-color: #DBF425;
}
.BgClassName
{
background-color: #DBF425;
}
</style>
border-color css
<style>
span { border-color: #DBF425; }
span { border-color: rgb(219,244,37); }
td.TdClassName
{
border-color: #DBF425;
}
.TagClassName
{
border-color: #DBF425;
}
</style>