Shades of Pear #DBED29
Tints of Pear #DBED29
RGB
CMYK
RGB Variations
Color information
#DBED29 (or 0xDBED29) is known color: Pear. HEX triplet: DB, ED and 29. RGB value is (219,237,41). Sum of RGB (Red+Green+Blue) = 219+237+41=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 41 (16.41% from 255 or 8.25% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED29 is #2412D6. Grayscale: #D2D2D2. Windows color (decimal): -2364119 or 2747867. OLE color: 2747867.
HSL color Cylindrical-coordinate representation of color #DBED29: hue angle of 65.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBED29 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 41 | - |
CMYK | 0.08 | 0 | 0.83 | 0.07 |
HSL | 65.51º | 0.84% | 0.55% | - |
HSV(B) | 65.51º | 0.83% | 0.93% | - |
XYZ | 59.9 | 75.79 | 13.57 | - |
YUV | 209.27 | 33.04 | 134.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 41 | 0.08 | 0 | 0.83 | 0.07 | 65.51 | 0.84 | 0.55 |
Hex | DB | ED | 29 | 8 | 0 | 53 | 7 | 42 | 54 | 37 |
Octal | 333 | 355 | 51 | 10 | 0 | 123 | 7 | 102 | 124 | 67 |
Binary | 11011011 | 11101101 | 101001 | 1000 | 0 | 1010011 | 111 | 1000010 | 1010100 | 110111 |
Color Harmonies of #DBED29
Complementary color
Monochromatic Colors of #DBED29
Black with #DBED29
Text Example
Text Example
White with #DBED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED29; }
p { color: rgb(219,237,41); }
H1.HeaderClassName
{
color: #DBED29;
}
.AnyTagClassName
{
color: #DBED29;
}
</style>
background-color css
<style>
a { background-color: #DBED29; }
a { background-color: rgb(219,237,41); }
div.DivClassName
{
background-color: #DBED29;
}
.BgClassName
{
background-color: #DBED29;
}
</style>
border-color css
<style>
span { border-color: #DBED29; }
span { border-color: rgb(219,237,41); }
td.TdClassName
{
border-color: #DBED29;
}
.TagClassName
{
border-color: #DBED29;
}
</style>