Shades of Pear #DBFC2C
Tints of Pear #DBFC2C
RGB
CMYK
RGB Variations
Color information
#DBFC2C (or 0xDBFC2C) is known color: Pear. HEX triplet: DB, FC and 2C. RGB value is (219,252,44). Sum of RGB (Red+Green+Blue) = 219+252+44=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 44 (17.58% from 255 or 8.54% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC2C is #2403D3. Grayscale: #DBDBDB. Windows color (decimal): -2360276 or 2948315. OLE color: 2948315.
HSL color Cylindrical-coordinate representation of color #DBFC2C: hue angle of 69.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBFC2C is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 44 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.01 |
| HSL | 69.52º | 0.97% | 0.58% | - |
| HSV(B) | 69.52º | 0.83% | 0.99% | - |
| XYZ | 64.48 | 84.86 | 15.36 | - |
| YUV | 218.42 | 29.57 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 44 | 0.13 | 0 | 0.83 | 0.01 | 69.52 | 0.97 | 0.58 |
| Hex | DB | FC | 2C | D | 0 | 53 | 1 | 46 | 61 | 3A |
| Octal | 333 | 374 | 54 | 15 | 0 | 123 | 1 | 106 | 141 | 72 |
| Binary | 11011011 | 11111100 | 101100 | 1101 | 0 | 1010011 | 1 | 1000110 | 1100001 | 111010 |
Color Harmonies of #DBFC2C
Complementary color
Monochromatic Colors of #DBFC2C
Black with #DBFC2C
Text Example
Text Example
White with #DBFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC2C; }
p { color: rgb(219,252,44); }
H1.HeaderClassName
{
color: #DBFC2C;
}
.AnyTagClassName
{
color: #DBFC2C;
}
</style>
background-color css
<style>
a { background-color: #DBFC2C; }
a { background-color: rgb(219,252,44); }
div.DivClassName
{
background-color: #DBFC2C;
}
.BgClassName
{
background-color: #DBFC2C;
}
</style>
border-color css
<style>
span { border-color: #DBFC2C; }
span { border-color: rgb(219,252,44); }
td.TdClassName
{
border-color: #DBFC2C;
}
.TagClassName
{
border-color: #DBFC2C;
}
</style>