Shades of Pear #DBE524
Tints of Pear #DBE524
RGB
CMYK
RGB Variations
Color information
#DBE524 (or 0xDBE524) is known color: Pear. HEX triplet: DB, E5 and 24. RGB value is (219,229,36). Sum of RGB (Red+Green+Blue) = 219+229+36=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE524 is #241ADB. Grayscale: #CCCCCC. Windows color (decimal): -2366172 or 2418139. OLE color: 2418139.
HSL color Cylindrical-coordinate representation of color #DBE524: hue angle of 63.11º 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 #DBE524 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 36 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.10 |
| HSL | 63.11º | 0.79% | 0.52% | - |
| HSV(B) | 63.11º | 0.84% | 0.9% | - |
| XYZ | 57.55 | 71.23 | 12.38 | - |
| YUV | 204.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 36 | 0.04 | 0 | 0.84 | 0.10 | 63.11 | 0.79 | 0.52 |
| Hex | DB | E5 | 24 | 4 | 0 | 54 | A | 3F | 4F | 34 |
| Octal | 333 | 345 | 44 | 4 | 0 | 124 | 12 | 77 | 117 | 64 |
| Binary | 11011011 | 11100101 | 100100 | 100 | 0 | 1010100 | 1010 | 111111 | 1001111 | 110100 |
Color Harmonies of #DBE524
Complementary color
Monochromatic Colors of #DBE524
Black with #DBE524
Text Example
Text Example
White with #DBE524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE524; }
p { color: rgb(219,229,36); }
H1.HeaderClassName
{
color: #DBE524;
}
.AnyTagClassName
{
color: #DBE524;
}
</style>
background-color css
<style>
a { background-color: #DBE524; }
a { background-color: rgb(219,229,36); }
div.DivClassName
{
background-color: #DBE524;
}
.BgClassName
{
background-color: #DBE524;
}
</style>
border-color css
<style>
span { border-color: #DBE524; }
span { border-color: rgb(219,229,36); }
td.TdClassName
{
border-color: #DBE524;
}
.TagClassName
{
border-color: #DBE524;
}
</style>