Shades of Pear #DBED2D
Tints of Pear #DBED2D
RGB
CMYK
RGB Variations
Color information
#DBED2D (or 0xDBED2D) is known color: Pear. HEX triplet: DB, ED and 2D. RGB value is (219,237,45). Sum of RGB (Red+Green+Blue) = 219+237+45=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED2D is #2412D2. Grayscale: #D2D2D2. Windows color (decimal): -2364115 or 3010011. OLE color: 3010011.
HSL color Cylindrical-coordinate representation of color #DBED2D: hue angle of 65.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBED2D is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 45 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.07 |
| HSL | 65.63º | 0.84% | 0.55% | - |
| HSV(B) | 65.63º | 0.81% | 0.93% | - |
| XYZ | 59.97 | 75.82 | 13.96 | - |
| YUV | 209.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 45 | 0.08 | 0 | 0.81 | 0.07 | 65.63 | 0.84 | 0.55 |
| Hex | DB | ED | 2D | 8 | 0 | 51 | 7 | 42 | 54 | 37 |
| Octal | 333 | 355 | 55 | 10 | 0 | 121 | 7 | 102 | 124 | 67 |
| Binary | 11011011 | 11101101 | 101101 | 1000 | 0 | 1010001 | 111 | 1000010 | 1010100 | 110111 |
Color Harmonies of #DBED2D
Complementary color
Monochromatic Colors of #DBED2D
Black with #DBED2D
Text Example
Text Example
White with #DBED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED2D; }
p { color: rgb(219,237,45); }
H1.HeaderClassName
{
color: #DBED2D;
}
.AnyTagClassName
{
color: #DBED2D;
}
</style>
background-color css
<style>
a { background-color: #DBED2D; }
a { background-color: rgb(219,237,45); }
div.DivClassName
{
background-color: #DBED2D;
}
.BgClassName
{
background-color: #DBED2D;
}
</style>
border-color css
<style>
span { border-color: #DBED2D; }
span { border-color: rgb(219,237,45); }
td.TdClassName
{
border-color: #DBED2D;
}
.TagClassName
{
border-color: #DBED2D;
}
</style>