Shades of Pear #DBFE44
Tints of Pear #DBFE44
RGB
CMYK
RGB Variations
Color information
#DBFE44 (or 0xDBFE44) is known color: Pear. HEX triplet: DB, FE and 44. RGB value is (219,254,68). Sum of RGB (Red+Green+Blue) = 219+254+68=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 68 (26.95% from 255 or 12.57% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE44 is #2401BB. Grayscale: #DFDFDF. Windows color (decimal): -2359740 or 4521691. OLE color: 4521691.
HSL color Cylindrical-coordinate representation of color #DBFE44: hue angle of 71.29º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBFE44 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 68 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.00 |
| HSL | 71.29º | 0.99% | 0.63% | - |
| HSV(B) | 71.29º | 0.73% | 1% | - |
| XYZ | 65.7 | 86.36 | 18.68 | - |
| YUV | 222.33 | 40.9 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 68 | 0.14 | 0 | 0.73 | 0.00 | 71.29 | 0.99 | 0.63 |
| Hex | DB | FE | 44 | E | 0 | 49 | 0 | 47 | 63 | 3F |
| Octal | 333 | 376 | 104 | 16 | 0 | 111 | 0 | 107 | 143 | 77 |
| Binary | 11011011 | 11111110 | 1000100 | 1110 | 0 | 1001001 | 0 | 1000111 | 1100011 | 111111 |
Color Harmonies of #DBFE44
Complementary color
Monochromatic Colors of #DBFE44
Black with #DBFE44
Text Example
Text Example
White with #DBFE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE44; }
p { color: rgb(219,254,68); }
H1.HeaderClassName
{
color: #DBFE44;
}
.AnyTagClassName
{
color: #DBFE44;
}
</style>
background-color css
<style>
a { background-color: #DBFE44; }
a { background-color: rgb(219,254,68); }
div.DivClassName
{
background-color: #DBFE44;
}
.BgClassName
{
background-color: #DBFE44;
}
</style>
border-color css
<style>
span { border-color: #DBFE44; }
span { border-color: rgb(219,254,68); }
td.TdClassName
{
border-color: #DBFE44;
}
.TagClassName
{
border-color: #DBFE44;
}
</style>