Shades of Pear #DBEF26
Tints of Pear #DBEF26
RGB
CMYK
RGB Variations
Color information
#DBEF26 (or 0xDBEF26) is known color: Pear. HEX triplet: DB, EF and 26. RGB value is (219,239,38). Sum of RGB (Red+Green+Blue) = 219+239+38=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 38 (15.23% from 255 or 7.66% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF26 is #2410D9. Grayscale: #D2D2D2. Windows color (decimal): -2363610 or 2551771. OLE color: 2551771.
HSL color Cylindrical-coordinate representation of color #DBEF26: hue angle of 65.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBEF26 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 38 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.06 |
| HSL | 65.97º | 0.86% | 0.54% | - |
| HSV(B) | 65.97º | 0.84% | 0.94% | - |
| XYZ | 60.43 | 76.93 | 13.5 | - |
| YUV | 210.11 | 30.87 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 38 | 0.08 | 0 | 0.84 | 0.06 | 65.97 | 0.86 | 0.54 |
| Hex | DB | EF | 26 | 8 | 0 | 54 | 6 | 42 | 56 | 36 |
| Octal | 333 | 357 | 46 | 10 | 0 | 124 | 6 | 102 | 126 | 66 |
| Binary | 11011011 | 11101111 | 100110 | 1000 | 0 | 1010100 | 110 | 1000010 | 1010110 | 110110 |
Color Harmonies of #DBEF26
Complementary color
Monochromatic Colors of #DBEF26
Black with #DBEF26
Text Example
Text Example
White with #DBEF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF26; }
p { color: rgb(219,239,38); }
H1.HeaderClassName
{
color: #DBEF26;
}
.AnyTagClassName
{
color: #DBEF26;
}
</style>
background-color css
<style>
a { background-color: #DBEF26; }
a { background-color: rgb(219,239,38); }
div.DivClassName
{
background-color: #DBEF26;
}
.BgClassName
{
background-color: #DBEF26;
}
</style>
border-color css
<style>
span { border-color: #DBEF26; }
span { border-color: rgb(219,239,38); }
td.TdClassName
{
border-color: #DBEF26;
}
.TagClassName
{
border-color: #DBEF26;
}
</style>