Shades of Pear #DBFF3A
Tints of Pear #DBFF3A
RGB
CMYK
RGB Variations
Color information
#DBFF3A (or 0xDBFF3A) is known color: Pear. HEX triplet: DB, FF and 3A. RGB value is (219,255,58). Sum of RGB (Red+Green+Blue) = 219+255+58=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF3A is #2400C5. Grayscale: #DEDEDE. Windows color (decimal): -2359494 or 3866587. OLE color: 3866587.
HSL color Cylindrical-coordinate representation of color #DBFF3A: hue angle of 70.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBFF3A is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 58 | - |
| CMYK | 0.14 | 0 | 0.77 | 0 |
| HSL | 70.96º | 1% | 0.61% | - |
| HSV(B) | 70.96º | 0.77% | 1% | - |
| XYZ | 65.74 | 86.89 | 17.31 | - |
| YUV | 221.78 | 35.57 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 58 | 0.14 | 0 | 0.77 | 0 | 70.96 | 1 | 0.61 |
| Hex | DB | FF | 3A | E | 0 | 4D | 0 | 47 | 64 | 3D |
| Octal | 333 | 377 | 72 | 16 | 0 | 115 | 0 | 107 | 144 | 75 |
| Binary | 11011011 | 11111111 | 111010 | 1110 | 0 | 1001101 | 0 | 1000111 | 1100100 | 111101 |
Color Harmonies of #DBFF3A
Complementary color
Monochromatic Colors of #DBFF3A
Black with #DBFF3A
Text Example
Text Example
White with #DBFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF3A; }
p { color: rgb(219,255,58); }
H1.HeaderClassName
{
color: #DBFF3A;
}
.AnyTagClassName
{
color: #DBFF3A;
}
</style>
background-color css
<style>
a { background-color: #DBFF3A; }
a { background-color: rgb(219,255,58); }
div.DivClassName
{
background-color: #DBFF3A;
}
.BgClassName
{
background-color: #DBFF3A;
}
</style>
border-color css
<style>
span { border-color: #DBFF3A; }
span { border-color: rgb(219,255,58); }
td.TdClassName
{
border-color: #DBFF3A;
}
.TagClassName
{
border-color: #DBFF3A;
}
</style>