Shades of Pear #DBEF3F
Tints of Pear #DBEF3F
RGB
CMYK
RGB Variations
Color information
#DBEF3F (or 0xDBEF3F) is known color: Pear. HEX triplet: DB, EF and 3F. RGB value is (219,239,63). Sum of RGB (Red+Green+Blue) = 219+239+63=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF3F is #2410C0. Grayscale: #D5D5D5. Windows color (decimal): -2363585 or 4190171. OLE color: 4190171.
HSL color Cylindrical-coordinate representation of color #DBEF3F: hue angle of 66.82º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBEF3F is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 63 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.06 |
| HSL | 66.82º | 0.85% | 0.59% | - |
| HSV(B) | 66.82º | 0.74% | 0.94% | - |
| XYZ | 60.98 | 77.15 | 16.38 | - |
| YUV | 212.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 63 | 0.08 | 0 | 0.74 | 0.06 | 66.82 | 0.85 | 0.59 |
| Hex | DB | EF | 3F | 8 | 0 | 4A | 6 | 43 | 55 | 3B |
| Octal | 333 | 357 | 77 | 10 | 0 | 112 | 6 | 103 | 125 | 73 |
| Binary | 11011011 | 11101111 | 111111 | 1000 | 0 | 1001010 | 110 | 1000011 | 1010101 | 111011 |
Color Harmonies of #DBEF3F
Complementary color
Monochromatic Colors of #DBEF3F
Black with #DBEF3F
Text Example
Text Example
White with #DBEF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF3F; }
p { color: rgb(219,239,63); }
H1.HeaderClassName
{
color: #DBEF3F;
}
.AnyTagClassName
{
color: #DBEF3F;
}
</style>
background-color css
<style>
a { background-color: #DBEF3F; }
a { background-color: rgb(219,239,63); }
div.DivClassName
{
background-color: #DBEF3F;
}
.BgClassName
{
background-color: #DBEF3F;
}
</style>
border-color css
<style>
span { border-color: #DBEF3F; }
span { border-color: rgb(219,239,63); }
td.TdClassName
{
border-color: #DBEF3F;
}
.TagClassName
{
border-color: #DBEF3F;
}
</style>