Shades of Pear #DBEC40
Tints of Pear #DBEC40
RGB
CMYK
RGB Variations
Color information
#DBEC40 (or 0xDBEC40) is known color: Pear. HEX triplet: DB, EC and 40. RGB value is (219,236,64). Sum of RGB (Red+Green+Blue) = 219+236+64=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC40 is #2413BF. Grayscale: #D3D3D3. Windows color (decimal): -2364352 or 4254939. OLE color: 4254939.
HSL color Cylindrical-coordinate representation of color #DBEC40: hue angle of 65.93º degrees, saturation: 0.82, 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 #DBEC40 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 64 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.07 |
| HSL | 65.93º | 0.82% | 0.59% | - |
| HSV(B) | 65.93º | 0.73% | 0.93% | - |
| XYZ | 60.13 | 75.42 | 16.24 | - |
| YUV | 211.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 64 | 0.07 | 0 | 0.73 | 0.07 | 65.93 | 0.82 | 0.59 |
| Hex | DB | EC | 40 | 7 | 0 | 49 | 7 | 42 | 52 | 3B |
| Octal | 333 | 354 | 100 | 7 | 0 | 111 | 7 | 102 | 122 | 73 |
| Binary | 11011011 | 11101100 | 1000000 | 111 | 0 | 1001001 | 111 | 1000010 | 1010010 | 111011 |
Color Harmonies of #DBEC40
Complementary color
Monochromatic Colors of #DBEC40
Black with #DBEC40
Text Example
Text Example
White with #DBEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC40; }
p { color: rgb(219,236,64); }
H1.HeaderClassName
{
color: #DBEC40;
}
.AnyTagClassName
{
color: #DBEC40;
}
</style>
background-color css
<style>
a { background-color: #DBEC40; }
a { background-color: rgb(219,236,64); }
div.DivClassName
{
background-color: #DBEC40;
}
.BgClassName
{
background-color: #DBEC40;
}
</style>
border-color css
<style>
span { border-color: #DBEC40; }
span { border-color: rgb(219,236,64); }
td.TdClassName
{
border-color: #DBEC40;
}
.TagClassName
{
border-color: #DBEC40;
}
</style>