Shades of Pear #DBE225
Tints of Pear #DBE225
RGB
CMYK
RGB Variations
Color information
#DBE225 (or 0xDBE225) is known color: Pear. HEX triplet: DB, E2 and 25. RGB value is (219,226,37). Sum of RGB (Red+Green+Blue) = 219+226+37=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE225 is #241DDA. Grayscale: #CBCBCB. Windows color (decimal): -2366939 or 2482907. OLE color: 2482907.
HSL color Cylindrical-coordinate representation of color #DBE225: hue angle of 62.22º degrees, saturation: 0.77, 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 #DBE225 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 37 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.11 |
| HSL | 62.22º | 0.77% | 0.52% | - |
| HSV(B) | 62.22º | 0.84% | 0.89% | - |
| XYZ | 56.74 | 69.59 | 12.19 | - |
| YUV | 202.36 | 34.68 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 37 | 0.03 | 0 | 0.84 | 0.11 | 62.22 | 0.77 | 0.52 |
| Hex | DB | E2 | 25 | 3 | 0 | 54 | B | 3E | 4D | 34 |
| Octal | 333 | 342 | 45 | 3 | 0 | 124 | 13 | 76 | 115 | 64 |
| Binary | 11011011 | 11100010 | 100101 | 11 | 0 | 1010100 | 1011 | 111110 | 1001101 | 110100 |
Color Harmonies of #DBE225
Complementary color
Monochromatic Colors of #DBE225
Black with #DBE225
Text Example
Text Example
White with #DBE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE225; }
p { color: rgb(219,226,37); }
H1.HeaderClassName
{
color: #DBE225;
}
.AnyTagClassName
{
color: #DBE225;
}
</style>
background-color css
<style>
a { background-color: #DBE225; }
a { background-color: rgb(219,226,37); }
div.DivClassName
{
background-color: #DBE225;
}
.BgClassName
{
background-color: #DBE225;
}
</style>
border-color css
<style>
span { border-color: #DBE225; }
span { border-color: rgb(219,226,37); }
td.TdClassName
{
border-color: #DBE225;
}
.TagClassName
{
border-color: #DBE225;
}
</style>