Shades of Pear #DBEF2B
Tints of Pear #DBEF2B
RGB
CMYK
RGB Variations
Color information
#DBEF2B (or 0xDBEF2B) is known color: Pear. HEX triplet: DB, EF and 2B. RGB value is (219,239,43). Sum of RGB (Red+Green+Blue) = 219+239+43=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 43 (17.19% from 255 or 8.58% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF2B is #2410D4. Grayscale: #D3D3D3. Windows color (decimal): -2363605 or 2879451. OLE color: 2879451.
HSL color Cylindrical-coordinate representation of color #DBEF2B: hue angle of 66.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBEF2B is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 43 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.06 |
| HSL | 66.12º | 0.86% | 0.55% | - |
| HSV(B) | 66.12º | 0.82% | 0.94% | - |
| XYZ | 60.52 | 76.97 | 13.95 | - |
| YUV | 210.68 | 33.37 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 43 | 0.08 | 0 | 0.82 | 0.06 | 66.12 | 0.86 | 0.55 |
| Hex | DB | EF | 2B | 8 | 0 | 52 | 6 | 42 | 56 | 37 |
| Octal | 333 | 357 | 53 | 10 | 0 | 122 | 6 | 102 | 126 | 67 |
| Binary | 11011011 | 11101111 | 101011 | 1000 | 0 | 1010010 | 110 | 1000010 | 1010110 | 110111 |
Color Harmonies of #DBEF2B
Complementary color
Monochromatic Colors of #DBEF2B
Black with #DBEF2B
Text Example
Text Example
White with #DBEF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF2B; }
p { color: rgb(219,239,43); }
H1.HeaderClassName
{
color: #DBEF2B;
}
.AnyTagClassName
{
color: #DBEF2B;
}
</style>
background-color css
<style>
a { background-color: #DBEF2B; }
a { background-color: rgb(219,239,43); }
div.DivClassName
{
background-color: #DBEF2B;
}
.BgClassName
{
background-color: #DBEF2B;
}
</style>
border-color css
<style>
span { border-color: #DBEF2B; }
span { border-color: rgb(219,239,43); }
td.TdClassName
{
border-color: #DBEF2B;
}
.TagClassName
{
border-color: #DBEF2B;
}
</style>