Shades of Pear #DBE534
Tints of Pear #DBE534
RGB
CMYK
RGB Variations
Color information
#DBE534 (or 0xDBE534) is known color: Pear. HEX triplet: DB, E5 and 34. RGB value is (219,229,52). Sum of RGB (Red+Green+Blue) = 219+229+52=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE534 is #241ACB. Grayscale: #CECECE. Windows color (decimal): -2366156 or 3466715. OLE color: 3466715.
HSL color Cylindrical-coordinate representation of color #DBE534: hue angle of 63.39º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBE534 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 52 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.10 |
| HSL | 63.39º | 0.77% | 0.55% | - |
| HSV(B) | 63.39º | 0.77% | 0.9% | - |
| XYZ | 57.85 | 71.35 | 13.97 | - |
| YUV | 205.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 52 | 0.04 | 0 | 0.77 | 0.10 | 63.39 | 0.77 | 0.55 |
| Hex | DB | E5 | 34 | 4 | 0 | 4D | A | 3F | 4D | 37 |
| Octal | 333 | 345 | 64 | 4 | 0 | 115 | 12 | 77 | 115 | 67 |
| Binary | 11011011 | 11100101 | 110100 | 100 | 0 | 1001101 | 1010 | 111111 | 1001101 | 110111 |
Color Harmonies of #DBE534
Complementary color
Monochromatic Colors of #DBE534
Black with #DBE534
Text Example
Text Example
White with #DBE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE534; }
p { color: rgb(219,229,52); }
H1.HeaderClassName
{
color: #DBE534;
}
.AnyTagClassName
{
color: #DBE534;
}
</style>
background-color css
<style>
a { background-color: #DBE534; }
a { background-color: rgb(219,229,52); }
div.DivClassName
{
background-color: #DBE534;
}
.BgClassName
{
background-color: #DBE534;
}
</style>
border-color css
<style>
span { border-color: #DBE534; }
span { border-color: rgb(219,229,52); }
td.TdClassName
{
border-color: #DBE534;
}
.TagClassName
{
border-color: #DBE534;
}
</style>