Shades of Pear #DBED41
Tints of Pear #DBED41
RGB
CMYK
RGB Variations
Color information
#DBED41 (or 0xDBED41) is known color: Pear. HEX triplet: DB, ED and 41. RGB value is (219,237,65). Sum of RGB (Red+Green+Blue) = 219+237+65=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED41 is #2412BE. Grayscale: #D4D4D4. Windows color (decimal): -2364095 or 4320731. OLE color: 4320731.
HSL color Cylindrical-coordinate representation of color #DBED41: hue angle of 66.28º 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 #DBED41 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 65 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.07 |
| HSL | 66.28º | 0.83% | 0.59% | - |
| HSV(B) | 66.28º | 0.73% | 0.93% | - |
| XYZ | 60.45 | 76.01 | 16.49 | - |
| YUV | 212.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 65 | 0.08 | 0 | 0.73 | 0.07 | 66.28 | 0.83 | 0.59 |
| Hex | DB | ED | 41 | 8 | 0 | 49 | 7 | 42 | 53 | 3B |
| Octal | 333 | 355 | 101 | 10 | 0 | 111 | 7 | 102 | 123 | 73 |
| Binary | 11011011 | 11101101 | 1000001 | 1000 | 0 | 1001001 | 111 | 1000010 | 1010011 | 111011 |
Color Harmonies of #DBED41
Complementary color
Monochromatic Colors of #DBED41
Black with #DBED41
Text Example
Text Example
White with #DBED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED41; }
p { color: rgb(219,237,65); }
H1.HeaderClassName
{
color: #DBED41;
}
.AnyTagClassName
{
color: #DBED41;
}
</style>
background-color css
<style>
a { background-color: #DBED41; }
a { background-color: rgb(219,237,65); }
div.DivClassName
{
background-color: #DBED41;
}
.BgClassName
{
background-color: #DBED41;
}
</style>
border-color css
<style>
span { border-color: #DBED41; }
span { border-color: rgb(219,237,65); }
td.TdClassName
{
border-color: #DBED41;
}
.TagClassName
{
border-color: #DBED41;
}
</style>