Shades of Pear #DBE530
Tints of Pear #DBE530
RGB
CMYK
RGB Variations
Color information
#DBE530 (or 0xDBE530) is known color: Pear. HEX triplet: DB, E5 and 30. RGB value is (219,229,48). Sum of RGB (Red+Green+Blue) = 219+229+48=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE530 is #241ACF. Grayscale: #CECECE. Windows color (decimal): -2366160 or 3204571. OLE color: 3204571.
HSL color Cylindrical-coordinate representation of color #DBE530: hue angle of 63.31º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBE530 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 48 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.10 |
| HSL | 63.31º | 0.78% | 0.54% | - |
| HSV(B) | 63.31º | 0.79% | 0.9% | - |
| XYZ | 57.77 | 71.31 | 13.52 | - |
| YUV | 205.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 48 | 0.04 | 0 | 0.79 | 0.10 | 63.31 | 0.78 | 0.54 |
| Hex | DB | E5 | 30 | 4 | 0 | 4F | A | 3F | 4E | 36 |
| Octal | 333 | 345 | 60 | 4 | 0 | 117 | 12 | 77 | 116 | 66 |
| Binary | 11011011 | 11100101 | 110000 | 100 | 0 | 1001111 | 1010 | 111111 | 1001110 | 110110 |
Color Harmonies of #DBE530
Complementary color
Monochromatic Colors of #DBE530
Black with #DBE530
Text Example
Text Example
White with #DBE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE530; }
p { color: rgb(219,229,48); }
H1.HeaderClassName
{
color: #DBE530;
}
.AnyTagClassName
{
color: #DBE530;
}
</style>
background-color css
<style>
a { background-color: #DBE530; }
a { background-color: rgb(219,229,48); }
div.DivClassName
{
background-color: #DBE530;
}
.BgClassName
{
background-color: #DBE530;
}
</style>
border-color css
<style>
span { border-color: #DBE530; }
span { border-color: rgb(219,229,48); }
td.TdClassName
{
border-color: #DBE530;
}
.TagClassName
{
border-color: #DBE530;
}
</style>