Shades of Pear #DBEF2C
Tints of Pear #DBEF2C
RGB
CMYK
RGB Variations
Color information
#DBEF2C (or 0xDBEF2C) is known color: Pear. HEX triplet: DB, EF and 2C. RGB value is (219,239,44). Sum of RGB (Red+Green+Blue) = 219+239+44=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF2C is #2410D3. Grayscale: #D3D3D3. Windows color (decimal): -2363604 or 2944987. OLE color: 2944987.
HSL color Cylindrical-coordinate representation of color #DBEF2C: hue angle of 66.15º 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 #DBEF2C is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 44 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.06 |
| HSL | 66.15º | 0.86% | 0.55% | - |
| HSV(B) | 66.15º | 0.82% | 0.94% | - |
| XYZ | 60.53 | 76.97 | 14.05 | - |
| YUV | 210.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 44 | 0.08 | 0 | 0.82 | 0.06 | 66.15 | 0.86 | 0.55 |
| Hex | DB | EF | 2C | 8 | 0 | 52 | 6 | 42 | 56 | 37 |
| Octal | 333 | 357 | 54 | 10 | 0 | 122 | 6 | 102 | 126 | 67 |
| Binary | 11011011 | 11101111 | 101100 | 1000 | 0 | 1010010 | 110 | 1000010 | 1010110 | 110111 |
Color Harmonies of #DBEF2C
Complementary color
Monochromatic Colors of #DBEF2C
Black with #DBEF2C
Text Example
Text Example
White with #DBEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF2C; }
p { color: rgb(219,239,44); }
H1.HeaderClassName
{
color: #DBEF2C;
}
.AnyTagClassName
{
color: #DBEF2C;
}
</style>
background-color css
<style>
a { background-color: #DBEF2C; }
a { background-color: rgb(219,239,44); }
div.DivClassName
{
background-color: #DBEF2C;
}
.BgClassName
{
background-color: #DBEF2C;
}
</style>
border-color css
<style>
span { border-color: #DBEF2C; }
span { border-color: rgb(219,239,44); }
td.TdClassName
{
border-color: #DBEF2C;
}
.TagClassName
{
border-color: #DBEF2C;
}
</style>