Shades of Pear #DBE425
Tints of Pear #DBE425
RGB
CMYK
RGB Variations
Color information
#DBE425 (or 0xDBE425) is known color: Pear. HEX triplet: DB, E4 and 25. RGB value is (219,228,37). Sum of RGB (Red+Green+Blue) = 219+228+37=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE425 is #241BDA. Grayscale: #CCCCCC. Windows color (decimal): -2366427 or 2483419. OLE color: 2483419.
HSL color Cylindrical-coordinate representation of color #DBE425: hue angle of 62.83º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE425 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 37 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.11 |
| HSL | 62.83º | 0.78% | 0.52% | - |
| HSV(B) | 62.83º | 0.84% | 0.89% | - |
| XYZ | 57.29 | 70.68 | 12.37 | - |
| YUV | 203.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 37 | 0.04 | 0 | 0.84 | 0.11 | 62.83 | 0.78 | 0.52 |
| Hex | DB | E4 | 25 | 4 | 0 | 54 | B | 3F | 4E | 34 |
| Octal | 333 | 344 | 45 | 4 | 0 | 124 | 13 | 77 | 116 | 64 |
| Binary | 11011011 | 11100100 | 100101 | 100 | 0 | 1010100 | 1011 | 111111 | 1001110 | 110100 |
Color Harmonies of #DBE425
Complementary color
Monochromatic Colors of #DBE425
Black with #DBE425
Text Example
Text Example
White with #DBE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE425; }
p { color: rgb(219,228,37); }
H1.HeaderClassName
{
color: #DBE425;
}
.AnyTagClassName
{
color: #DBE425;
}
</style>
background-color css
<style>
a { background-color: #DBE425; }
a { background-color: rgb(219,228,37); }
div.DivClassName
{
background-color: #DBE425;
}
.BgClassName
{
background-color: #DBE425;
}
</style>
border-color css
<style>
span { border-color: #DBE425; }
span { border-color: rgb(219,228,37); }
td.TdClassName
{
border-color: #DBE425;
}
.TagClassName
{
border-color: #DBE425;
}
</style>