Shades of Pear #DBED34
Tints of Pear #DBED34
RGB
CMYK
RGB Variations
Color information
#DBED34 (or 0xDBED34) is known color: Pear. HEX triplet: DB, ED and 34. RGB value is (219,237,52). Sum of RGB (Red+Green+Blue) = 219+237+52=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED34 is #2412CB. Grayscale: #D3D3D3. Windows color (decimal): -2364108 or 3468763. OLE color: 3468763.
HSL color Cylindrical-coordinate representation of color #DBED34: hue angle of 65.84º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBED34 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 52 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.07 |
| HSL | 65.84º | 0.84% | 0.57% | - |
| HSV(B) | 65.84º | 0.78% | 0.93% | - |
| XYZ | 60.12 | 75.88 | 14.73 | - |
| YUV | 210.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 52 | 0.08 | 0 | 0.78 | 0.07 | 65.84 | 0.84 | 0.57 |
| Hex | DB | ED | 34 | 8 | 0 | 4E | 7 | 42 | 54 | 39 |
| Octal | 333 | 355 | 64 | 10 | 0 | 116 | 7 | 102 | 124 | 71 |
| Binary | 11011011 | 11101101 | 110100 | 1000 | 0 | 1001110 | 111 | 1000010 | 1010100 | 111001 |
Color Harmonies of #DBED34
Complementary color
Monochromatic Colors of #DBED34
Black with #DBED34
Text Example
Text Example
White with #DBED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED34; }
p { color: rgb(219,237,52); }
H1.HeaderClassName
{
color: #DBED34;
}
.AnyTagClassName
{
color: #DBED34;
}
</style>
background-color css
<style>
a { background-color: #DBED34; }
a { background-color: rgb(219,237,52); }
div.DivClassName
{
background-color: #DBED34;
}
.BgClassName
{
background-color: #DBED34;
}
</style>
border-color css
<style>
span { border-color: #DBED34; }
span { border-color: rgb(219,237,52); }
td.TdClassName
{
border-color: #DBED34;
}
.TagClassName
{
border-color: #DBED34;
}
</style>