Shades of Pear #DBFF3D
Tints of Pear #DBFF3D
RGB
CMYK
RGB Variations
Color information
#DBFF3D (or 0xDBFF3D) is known color: Pear. HEX triplet: DB, FF and 3D. RGB value is (219,255,61). Sum of RGB (Red+Green+Blue) = 219+255+61=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 61 (24.22% from 255 or 11.40% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF3D is #2400C2. Grayscale: #DEDEDE. Windows color (decimal): -2359491 or 4063195. OLE color: 4063195.
HSL color Cylindrical-coordinate representation of color #DBFF3D: hue angle of 71.13º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBFF3D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 61 | - |
| CMYK | 0.14 | 0 | 0.76 | 0 |
| HSL | 71.13º | 1% | 0.62% | - |
| HSV(B) | 71.13º | 0.76% | 1% | - |
| XYZ | 65.82 | 86.92 | 17.72 | - |
| YUV | 222.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 61 | 0.14 | 0 | 0.76 | 0 | 71.13 | 1 | 0.62 |
| Hex | DB | FF | 3D | E | 0 | 4C | 0 | 47 | 64 | 3E |
| Octal | 333 | 377 | 75 | 16 | 0 | 114 | 0 | 107 | 144 | 76 |
| Binary | 11011011 | 11111111 | 111101 | 1110 | 0 | 1001100 | 0 | 1000111 | 1100100 | 111110 |
Color Harmonies of #DBFF3D
Complementary color
Monochromatic Colors of #DBFF3D
Black with #DBFF3D
Text Example
Text Example
White with #DBFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF3D; }
p { color: rgb(219,255,61); }
H1.HeaderClassName
{
color: #DBFF3D;
}
.AnyTagClassName
{
color: #DBFF3D;
}
</style>
background-color css
<style>
a { background-color: #DBFF3D; }
a { background-color: rgb(219,255,61); }
div.DivClassName
{
background-color: #DBFF3D;
}
.BgClassName
{
background-color: #DBFF3D;
}
</style>
border-color css
<style>
span { border-color: #DBFF3D; }
span { border-color: rgb(219,255,61); }
td.TdClassName
{
border-color: #DBFF3D;
}
.TagClassName
{
border-color: #DBFF3D;
}
</style>