Shades of Pear #DBFF3B
Tints of Pear #DBFF3B
RGB
CMYK
RGB Variations
Color information
#DBFF3B (or 0xDBFF3B) is known color: Pear. HEX triplet: DB, FF and 3B. RGB value is (219,255,59). Sum of RGB (Red+Green+Blue) = 219+255+59=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 59 (23.44% from 255 or 11.07% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF3B is #2400C4. Grayscale: #DEDEDE. Windows color (decimal): -2359493 or 3932123. OLE color: 3932123.
HSL color Cylindrical-coordinate representation of color #DBFF3B: hue angle of 71.02º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBFF3B is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 59 | - |
| CMYK | 0.14 | 0 | 0.77 | 0 |
| HSL | 71.02º | 1% | 0.62% | - |
| HSV(B) | 71.02º | 0.77% | 1% | - |
| XYZ | 65.76 | 86.9 | 17.44 | - |
| YUV | 221.89 | 36.07 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 59 | 0.14 | 0 | 0.77 | 0 | 71.02 | 1 | 0.62 |
| Hex | DB | FF | 3B | E | 0 | 4D | 0 | 47 | 64 | 3E |
| Octal | 333 | 377 | 73 | 16 | 0 | 115 | 0 | 107 | 144 | 76 |
| Binary | 11011011 | 11111111 | 111011 | 1110 | 0 | 1001101 | 0 | 1000111 | 1100100 | 111110 |
Color Harmonies of #DBFF3B
Complementary color
Monochromatic Colors of #DBFF3B
Black with #DBFF3B
Text Example
Text Example
White with #DBFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF3B; }
p { color: rgb(219,255,59); }
H1.HeaderClassName
{
color: #DBFF3B;
}
.AnyTagClassName
{
color: #DBFF3B;
}
</style>
background-color css
<style>
a { background-color: #DBFF3B; }
a { background-color: rgb(219,255,59); }
div.DivClassName
{
background-color: #DBFF3B;
}
.BgClassName
{
background-color: #DBFF3B;
}
</style>
border-color css
<style>
span { border-color: #DBFF3B; }
span { border-color: rgb(219,255,59); }
td.TdClassName
{
border-color: #DBFF3B;
}
.TagClassName
{
border-color: #DBFF3B;
}
</style>