Shades of Pear #DBEF40
Tints of Pear #DBEF40
RGB
CMYK
RGB Variations
Color information
#DBEF40 (or 0xDBEF40) is known color: Pear. HEX triplet: DB, EF and 40. RGB value is (219,239,64). Sum of RGB (Red+Green+Blue) = 219+239+64=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF40 is #2410BF. Grayscale: #D5D5D5. Windows color (decimal): -2363584 or 4255707. OLE color: 4255707.
HSL color Cylindrical-coordinate representation of color #DBEF40: hue angle of 66.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBEF40 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 64 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.06 |
| HSL | 66.86º | 0.85% | 0.59% | - |
| HSV(B) | 66.86º | 0.73% | 0.94% | - |
| XYZ | 61.01 | 77.16 | 16.53 | - |
| YUV | 213.07 | 43.87 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 64 | 0.08 | 0 | 0.73 | 0.06 | 66.86 | 0.85 | 0.59 |
| Hex | DB | EF | 40 | 8 | 0 | 49 | 6 | 43 | 55 | 3B |
| Octal | 333 | 357 | 100 | 10 | 0 | 111 | 6 | 103 | 125 | 73 |
| Binary | 11011011 | 11101111 | 1000000 | 1000 | 0 | 1001001 | 110 | 1000011 | 1010101 | 111011 |
Color Harmonies of #DBEF40
Complementary color
Monochromatic Colors of #DBEF40
Black with #DBEF40
Text Example
Text Example
White with #DBEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF40; }
p { color: rgb(219,239,64); }
H1.HeaderClassName
{
color: #DBEF40;
}
.AnyTagClassName
{
color: #DBEF40;
}
</style>
background-color css
<style>
a { background-color: #DBEF40; }
a { background-color: rgb(219,239,64); }
div.DivClassName
{
background-color: #DBEF40;
}
.BgClassName
{
background-color: #DBEF40;
}
</style>
border-color css
<style>
span { border-color: #DBEF40; }
span { border-color: rgb(219,239,64); }
td.TdClassName
{
border-color: #DBEF40;
}
.TagClassName
{
border-color: #DBEF40;
}
</style>