Shades of Pear #DBFF2A
Tints of Pear #DBFF2A
RGB
CMYK
RGB Variations
Color information
#DBFF2A (or 0xDBFF2A) is known color: Pear. HEX triplet: DB, FF and 2A. RGB value is (219,255,42). Sum of RGB (Red+Green+Blue) = 219+255+42=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 42 (16.80% from 255 or 8.14% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF2A is #2400D5. Grayscale: #DCDCDC. Windows color (decimal): -2359510 or 2818011. OLE color: 2818011.
HSL color Cylindrical-coordinate representation of color #DBFF2A: hue angle of 70.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBFF2A is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 42 | - |
| CMYK | 0.14 | 0 | 0.84 | 0 |
| HSL | 70.14º | 1% | 0.58% | - |
| HSV(B) | 70.14º | 0.84% | 1% | - |
| XYZ | 65.39 | 86.75 | 15.49 | - |
| YUV | 219.95 | 27.57 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 42 | 0.14 | 0 | 0.84 | 0 | 70.14 | 1 | 0.58 |
| Hex | DB | FF | 2A | E | 0 | 54 | 0 | 46 | 64 | 3A |
| Octal | 333 | 377 | 52 | 16 | 0 | 124 | 0 | 106 | 144 | 72 |
| Binary | 11011011 | 11111111 | 101010 | 1110 | 0 | 1010100 | 0 | 1000110 | 1100100 | 111010 |
Color Harmonies of #DBFF2A
Complementary color
Monochromatic Colors of #DBFF2A
Black with #DBFF2A
Text Example
Text Example
White with #DBFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF2A; }
p { color: rgb(219,255,42); }
H1.HeaderClassName
{
color: #DBFF2A;
}
.AnyTagClassName
{
color: #DBFF2A;
}
</style>
background-color css
<style>
a { background-color: #DBFF2A; }
a { background-color: rgb(219,255,42); }
div.DivClassName
{
background-color: #DBFF2A;
}
.BgClassName
{
background-color: #DBFF2A;
}
</style>
border-color css
<style>
span { border-color: #DBFF2A; }
span { border-color: rgb(219,255,42); }
td.TdClassName
{
border-color: #DBFF2A;
}
.TagClassName
{
border-color: #DBFF2A;
}
</style>