Shades of Pear #DBEB27
Tints of Pear #DBEB27
RGB
CMYK
RGB Variations
Color information
#DBEB27 (or 0xDBEB27) is known color: Pear. HEX triplet: DB, EB and 27. RGB value is (219,235,39). Sum of RGB (Red+Green+Blue) = 219+235+39=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB27 is #2414D8. Grayscale: #D0D0D0. Windows color (decimal): -2364633 or 2616283. OLE color: 2616283.
HSL color Cylindrical-coordinate representation of color #DBEB27: hue angle of 64.9º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBEB27 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 39 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.08 |
| HSL | 64.9º | 0.83% | 0.54% | - |
| HSV(B) | 64.9º | 0.83% | 0.92% | - |
| XYZ | 59.29 | 74.62 | 13.2 | - |
| YUV | 207.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 39 | 0.07 | 0 | 0.83 | 0.08 | 64.9 | 0.83 | 0.54 |
| Hex | DB | EB | 27 | 7 | 0 | 53 | 8 | 41 | 53 | 36 |
| Octal | 333 | 353 | 47 | 7 | 0 | 123 | 10 | 101 | 123 | 66 |
| Binary | 11011011 | 11101011 | 100111 | 111 | 0 | 1010011 | 1000 | 1000001 | 1010011 | 110110 |
Color Harmonies of #DBEB27
Complementary color
Monochromatic Colors of #DBEB27
Black with #DBEB27
Text Example
Text Example
White with #DBEB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB27; }
p { color: rgb(219,235,39); }
H1.HeaderClassName
{
color: #DBEB27;
}
.AnyTagClassName
{
color: #DBEB27;
}
</style>
background-color css
<style>
a { background-color: #DBEB27; }
a { background-color: rgb(219,235,39); }
div.DivClassName
{
background-color: #DBEB27;
}
.BgClassName
{
background-color: #DBEB27;
}
</style>
border-color css
<style>
span { border-color: #DBEB27; }
span { border-color: rgb(219,235,39); }
td.TdClassName
{
border-color: #DBEB27;
}
.TagClassName
{
border-color: #DBEB27;
}
</style>