Shades of Pear #DBFB3D
Tints of Pear #DBFB3D
RGB
CMYK
RGB Variations
Color information
#DBFB3D (or 0xDBFB3D) is known color: Pear. HEX triplet: DB, FB and 3D. RGB value is (219,251,61). Sum of RGB (Red+Green+Blue) = 219+251+61=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB3D is #2404C2. Grayscale: #DCDCDC. Windows color (decimal): -2360515 or 4062171. OLE color: 4062171.
HSL color Cylindrical-coordinate representation of color #DBFB3D: hue angle of 70.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBFB3D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 61 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.02 |
| HSL | 70.11º | 0.96% | 0.61% | - |
| HSV(B) | 70.11º | 0.76% | 0.98% | - |
| XYZ | 64.55 | 84.39 | 17.3 | - |
| YUV | 219.77 | 38.4 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 61 | 0.13 | 0 | 0.76 | 0.02 | 70.11 | 0.96 | 0.61 |
| Hex | DB | FB | 3D | D | 0 | 4C | 2 | 46 | 60 | 3D |
| Octal | 333 | 373 | 75 | 15 | 0 | 114 | 2 | 106 | 140 | 75 |
| Binary | 11011011 | 11111011 | 111101 | 1101 | 0 | 1001100 | 10 | 1000110 | 1100000 | 111101 |
Color Harmonies of #DBFB3D
Complementary color
Monochromatic Colors of #DBFB3D
Black with #DBFB3D
Text Example
Text Example
White with #DBFB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB3D; }
p { color: rgb(219,251,61); }
H1.HeaderClassName
{
color: #DBFB3D;
}
.AnyTagClassName
{
color: #DBFB3D;
}
</style>
background-color css
<style>
a { background-color: #DBFB3D; }
a { background-color: rgb(219,251,61); }
div.DivClassName
{
background-color: #DBFB3D;
}
.BgClassName
{
background-color: #DBFB3D;
}
</style>
border-color css
<style>
span { border-color: #DBFB3D; }
span { border-color: rgb(219,251,61); }
td.TdClassName
{
border-color: #DBFB3D;
}
.TagClassName
{
border-color: #DBFB3D;
}
</style>