Shades of Pear #DBEF1B
Tints of Pear #DBEF1B
RGB
CMYK
RGB Variations
Color information
#DBEF1B (or 0xDBEF1B) is known color: Pear. HEX triplet: DB, EF and 1B. RGB value is (219,239,27). Sum of RGB (Red+Green+Blue) = 219+239+27=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF1B is #2410E4. Grayscale: #D1D1D1. Windows color (decimal): -2363621 or 1830875. OLE color: 1830875.
HSL color Cylindrical-coordinate representation of color #DBEF1B: hue angle of 65.66º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBEF1B is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 27 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.06 |
| HSL | 65.66º | 0.87% | 0.52% | - |
| HSV(B) | 65.66º | 0.89% | 0.94% | - |
| XYZ | 60.28 | 76.87 | 12.7 | - |
| YUV | 208.85 | 25.37 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 27 | 0.08 | 0 | 0.89 | 0.06 | 65.66 | 0.87 | 0.52 |
| Hex | DB | EF | 1B | 8 | 0 | 59 | 6 | 42 | 57 | 34 |
| Octal | 333 | 357 | 33 | 10 | 0 | 131 | 6 | 102 | 127 | 64 |
| Binary | 11011011 | 11101111 | 11011 | 1000 | 0 | 1011001 | 110 | 1000010 | 1010111 | 110100 |
Color Harmonies of #DBEF1B
Complementary color
Monochromatic Colors of #DBEF1B
Black with #DBEF1B
Text Example
Text Example
White with #DBEF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF1B; }
p { color: rgb(219,239,27); }
H1.HeaderClassName
{
color: #DBEF1B;
}
.AnyTagClassName
{
color: #DBEF1B;
}
</style>
background-color css
<style>
a { background-color: #DBEF1B; }
a { background-color: rgb(219,239,27); }
div.DivClassName
{
background-color: #DBEF1B;
}
.BgClassName
{
background-color: #DBEF1B;
}
</style>
border-color css
<style>
span { border-color: #DBEF1B; }
span { border-color: rgb(219,239,27); }
td.TdClassName
{
border-color: #DBEF1B;
}
.TagClassName
{
border-color: #DBEF1B;
}
</style>