Shades of Pear #DBE525
Tints of Pear #DBE525
RGB
CMYK
RGB Variations
Color information
#DBE525 (or 0xDBE525) is known color: Pear. HEX triplet: DB, E5 and 25. RGB value is (219,229,37). Sum of RGB (Red+Green+Blue) = 219+229+37=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE525 is #241ADA. Grayscale: #CCCCCC. Windows color (decimal): -2366171 or 2483675. OLE color: 2483675.
HSL color Cylindrical-coordinate representation of color #DBE525: hue angle of 63.12º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE525 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 37 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.10 |
| HSL | 63.13º | 0.79% | 0.52% | - |
| HSV(B) | 63.13º | 0.84% | 0.9% | - |
| XYZ | 57.57 | 71.23 | 12.47 | - |
| YUV | 204.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 37 | 0.04 | 0 | 0.84 | 0.10 | 63.13 | 0.79 | 0.52 |
| Hex | DB | E5 | 25 | 4 | 0 | 54 | A | 3F | 4F | 34 |
| Octal | 333 | 345 | 45 | 4 | 0 | 124 | 12 | 77 | 117 | 64 |
| Binary | 11011011 | 11100101 | 100101 | 100 | 0 | 1010100 | 1010 | 111111 | 1001111 | 110100 |
Color Harmonies of #DBE525
Complementary color
Monochromatic Colors of #DBE525
Black with #DBE525
Text Example
Text Example
White with #DBE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE525; }
p { color: rgb(219,229,37); }
H1.HeaderClassName
{
color: #DBE525;
}
.AnyTagClassName
{
color: #DBE525;
}
</style>
background-color css
<style>
a { background-color: #DBE525; }
a { background-color: rgb(219,229,37); }
div.DivClassName
{
background-color: #DBE525;
}
.BgClassName
{
background-color: #DBE525;
}
</style>
border-color css
<style>
span { border-color: #DBE525; }
span { border-color: rgb(219,229,37); }
td.TdClassName
{
border-color: #DBE525;
}
.TagClassName
{
border-color: #DBE525;
}
</style>