Shades of Pear #DBFE3A
Tints of Pear #DBFE3A
RGB
CMYK
RGB Variations
Color information
#DBFE3A (or 0xDBFE3A) is known color: Pear. HEX triplet: DB, FE and 3A. RGB value is (219,254,58). Sum of RGB (Red+Green+Blue) = 219+254+58=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE3A is #2401C5. Grayscale: #DDDDDD. Windows color (decimal): -2359750 or 3866331. OLE color: 3866331.
HSL color Cylindrical-coordinate representation of color #DBFE3A: hue angle of 70.71º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBFE3A is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 58 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.00 |
| HSL | 70.71º | 0.99% | 0.61% | - |
| HSV(B) | 70.71º | 0.77% | 1% | - |
| XYZ | 65.42 | 86.25 | 17.2 | - |
| YUV | 221.19 | 35.9 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 58 | 0.14 | 0 | 0.77 | 0.00 | 70.71 | 0.99 | 0.61 |
| Hex | DB | FE | 3A | E | 0 | 4D | 0 | 47 | 63 | 3D |
| Octal | 333 | 376 | 72 | 16 | 0 | 115 | 0 | 107 | 143 | 75 |
| Binary | 11011011 | 11111110 | 111010 | 1110 | 0 | 1001101 | 0 | 1000111 | 1100011 | 111101 |
Color Harmonies of #DBFE3A
Complementary color
Monochromatic Colors of #DBFE3A
Black with #DBFE3A
Text Example
Text Example
White with #DBFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE3A; }
p { color: rgb(219,254,58); }
H1.HeaderClassName
{
color: #DBFE3A;
}
.AnyTagClassName
{
color: #DBFE3A;
}
</style>
background-color css
<style>
a { background-color: #DBFE3A; }
a { background-color: rgb(219,254,58); }
div.DivClassName
{
background-color: #DBFE3A;
}
.BgClassName
{
background-color: #DBFE3A;
}
</style>
border-color css
<style>
span { border-color: #DBFE3A; }
span { border-color: rgb(219,254,58); }
td.TdClassName
{
border-color: #DBFE3A;
}
.TagClassName
{
border-color: #DBFE3A;
}
</style>