Shades of Pear #DBEF22
Tints of Pear #DBEF22
RGB
CMYK
RGB Variations
Color information
#DBEF22 (or 0xDBEF22) is known color: Pear. HEX triplet: DB, EF and 22. RGB value is (219,239,34). Sum of RGB (Red+Green+Blue) = 219+239+34=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF22 is #2410DD. Grayscale: #D2D2D2. Windows color (decimal): -2363614 or 2289627. OLE color: 2289627.
HSL color Cylindrical-coordinate representation of color #DBEF22: hue angle of 65.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBEF22 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 34 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.06 |
| HSL | 65.85º | 0.86% | 0.54% | - |
| HSV(B) | 65.85º | 0.86% | 0.94% | - |
| XYZ | 60.37 | 76.91 | 13.18 | - |
| YUV | 209.65 | 28.87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 34 | 0.08 | 0 | 0.86 | 0.06 | 65.85 | 0.86 | 0.54 |
| Hex | DB | EF | 22 | 8 | 0 | 56 | 6 | 42 | 56 | 36 |
| Octal | 333 | 357 | 42 | 10 | 0 | 126 | 6 | 102 | 126 | 66 |
| Binary | 11011011 | 11101111 | 100010 | 1000 | 0 | 1010110 | 110 | 1000010 | 1010110 | 110110 |
Color Harmonies of #DBEF22
Complementary color
Monochromatic Colors of #DBEF22
Black with #DBEF22
Text Example
Text Example
White with #DBEF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF22; }
p { color: rgb(219,239,34); }
H1.HeaderClassName
{
color: #DBEF22;
}
.AnyTagClassName
{
color: #DBEF22;
}
</style>
background-color css
<style>
a { background-color: #DBEF22; }
a { background-color: rgb(219,239,34); }
div.DivClassName
{
background-color: #DBEF22;
}
.BgClassName
{
background-color: #DBEF22;
}
</style>
border-color css
<style>
span { border-color: #DBEF22; }
span { border-color: rgb(219,239,34); }
td.TdClassName
{
border-color: #DBEF22;
}
.TagClassName
{
border-color: #DBEF22;
}
</style>