Shades of Pear #DBED40
Tints of Pear #DBED40
RGB
CMYK
RGB Variations
Color information
#DBED40 (or 0xDBED40) is known color: Pear. HEX triplet: DB, ED and 40. RGB value is (219,237,64). Sum of RGB (Red+Green+Blue) = 219+237+64=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED40 is #2412BF. Grayscale: #D4D4D4. Windows color (decimal): -2364096 or 4255195. OLE color: 4255195.
HSL color Cylindrical-coordinate representation of color #DBED40: hue angle of 66.24º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBED40 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 64 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.07 |
| HSL | 66.24º | 0.83% | 0.59% | - |
| HSV(B) | 66.24º | 0.73% | 0.93% | - |
| XYZ | 60.42 | 76 | 16.34 | - |
| YUV | 211.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 64 | 0.08 | 0 | 0.73 | 0.07 | 66.24 | 0.83 | 0.59 |
| Hex | DB | ED | 40 | 8 | 0 | 49 | 7 | 42 | 53 | 3B |
| Octal | 333 | 355 | 100 | 10 | 0 | 111 | 7 | 102 | 123 | 73 |
| Binary | 11011011 | 11101101 | 1000000 | 1000 | 0 | 1001001 | 111 | 1000010 | 1010011 | 111011 |
Color Harmonies of #DBED40
Complementary color
Monochromatic Colors of #DBED40
Black with #DBED40
Text Example
Text Example
White with #DBED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED40; }
p { color: rgb(219,237,64); }
H1.HeaderClassName
{
color: #DBED40;
}
.AnyTagClassName
{
color: #DBED40;
}
</style>
background-color css
<style>
a { background-color: #DBED40; }
a { background-color: rgb(219,237,64); }
div.DivClassName
{
background-color: #DBED40;
}
.BgClassName
{
background-color: #DBED40;
}
</style>
border-color css
<style>
span { border-color: #DBED40; }
span { border-color: rgb(219,237,64); }
td.TdClassName
{
border-color: #DBED40;
}
.TagClassName
{
border-color: #DBED40;
}
</style>