Shades of Pear #DBFA2E
Tints of Pear #DBFA2E
RGB
CMYK
RGB Variations
Color information
#DBFA2E (or 0xDBFA2E) is known color: Pear. HEX triplet: DB, FA and 2E. RGB value is (219,250,46). Sum of RGB (Red+Green+Blue) = 219+250+46=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA2E is #2405D1. Grayscale: #DADADA. Windows color (decimal): -2360786 or 3078875. OLE color: 3078875.
HSL color Cylindrical-coordinate representation of color #DBFA2E: hue angle of 69.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBFA2E is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 46 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.02 |
| HSL | 69.12º | 0.95% | 0.58% | - |
| HSV(B) | 69.12º | 0.82% | 0.98% | - |
| XYZ | 63.89 | 83.63 | 15.36 | - |
| YUV | 217.48 | 31.23 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 46 | 0.12 | 0 | 0.82 | 0.02 | 69.12 | 0.95 | 0.58 |
| Hex | DB | FA | 2E | C | 0 | 52 | 2 | 45 | 5F | 3A |
| Octal | 333 | 372 | 56 | 14 | 0 | 122 | 2 | 105 | 137 | 72 |
| Binary | 11011011 | 11111010 | 101110 | 1100 | 0 | 1010010 | 10 | 1000101 | 1011111 | 111010 |
Color Harmonies of #DBFA2E
Complementary color
Monochromatic Colors of #DBFA2E
Black with #DBFA2E
Text Example
Text Example
White with #DBFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA2E; }
p { color: rgb(219,250,46); }
H1.HeaderClassName
{
color: #DBFA2E;
}
.AnyTagClassName
{
color: #DBFA2E;
}
</style>
background-color css
<style>
a { background-color: #DBFA2E; }
a { background-color: rgb(219,250,46); }
div.DivClassName
{
background-color: #DBFA2E;
}
.BgClassName
{
background-color: #DBFA2E;
}
</style>
border-color css
<style>
span { border-color: #DBFA2E; }
span { border-color: rgb(219,250,46); }
td.TdClassName
{
border-color: #DBFA2E;
}
.TagClassName
{
border-color: #DBFA2E;
}
</style>