Shades of Pear #DBEC33
Tints of Pear #DBEC33
RGB
CMYK
RGB Variations
Color information
#DBEC33 (or 0xDBEC33) is known color: Pear. HEX triplet: DB, EC and 33. RGB value is (219,236,51). Sum of RGB (Red+Green+Blue) = 219+236+51=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC33 is #2413CC. Grayscale: #D2D2D2. Windows color (decimal): -2364365 or 3402971. OLE color: 3402971.
HSL color Cylindrical-coordinate representation of color #DBEC33: hue angle of 65.51º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBEC33 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 51 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.07 |
| HSL | 65.51º | 0.83% | 0.56% | - |
| HSV(B) | 65.51º | 0.78% | 0.93% | - |
| XYZ | 59.81 | 75.29 | 14.51 | - |
| YUV | 209.83 | 38.37 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 51 | 0.07 | 0 | 0.78 | 0.07 | 65.51 | 0.83 | 0.56 |
| Hex | DB | EC | 33 | 7 | 0 | 4E | 7 | 42 | 53 | 38 |
| Octal | 333 | 354 | 63 | 7 | 0 | 116 | 7 | 102 | 123 | 70 |
| Binary | 11011011 | 11101100 | 110011 | 111 | 0 | 1001110 | 111 | 1000010 | 1010011 | 111000 |
Color Harmonies of #DBEC33
Complementary color
Monochromatic Colors of #DBEC33
Black with #DBEC33
Text Example
Text Example
White with #DBEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC33; }
p { color: rgb(219,236,51); }
H1.HeaderClassName
{
color: #DBEC33;
}
.AnyTagClassName
{
color: #DBEC33;
}
</style>
background-color css
<style>
a { background-color: #DBEC33; }
a { background-color: rgb(219,236,51); }
div.DivClassName
{
background-color: #DBEC33;
}
.BgClassName
{
background-color: #DBEC33;
}
</style>
border-color css
<style>
span { border-color: #DBEC33; }
span { border-color: rgb(219,236,51); }
td.TdClassName
{
border-color: #DBEC33;
}
.TagClassName
{
border-color: #DBEC33;
}
</style>