Shades of Pear #DBFB3A
Tints of Pear #DBFB3A
RGB
CMYK
RGB Variations
Color information
#DBFB3A (or 0xDBFB3A) is known color: Pear. HEX triplet: DB, FB and 3A. RGB value is (219,251,58). Sum of RGB (Red+Green+Blue) = 219+251+58=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 58 (23.05% from 255 or 10.98% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB3A is #2404C5. Grayscale: #DCDCDC. Windows color (decimal): -2360518 or 3865563. OLE color: 3865563.
HSL color Cylindrical-coordinate representation of color #DBFB3A: hue angle of 69.95º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBFB3A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 58 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.02 |
| HSL | 69.95º | 0.96% | 0.61% | - |
| HSV(B) | 69.95º | 0.77% | 0.98% | - |
| XYZ | 64.47 | 84.36 | 16.89 | - |
| YUV | 219.43 | 36.9 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 58 | 0.13 | 0 | 0.77 | 0.02 | 69.95 | 0.96 | 0.61 |
| Hex | DB | FB | 3A | D | 0 | 4D | 2 | 46 | 60 | 3D |
| Octal | 333 | 373 | 72 | 15 | 0 | 115 | 2 | 106 | 140 | 75 |
| Binary | 11011011 | 11111011 | 111010 | 1101 | 0 | 1001101 | 10 | 1000110 | 1100000 | 111101 |
Color Harmonies of #DBFB3A
Complementary color
Monochromatic Colors of #DBFB3A
Black with #DBFB3A
Text Example
Text Example
White with #DBFB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB3A; }
p { color: rgb(219,251,58); }
H1.HeaderClassName
{
color: #DBFB3A;
}
.AnyTagClassName
{
color: #DBFB3A;
}
</style>
background-color css
<style>
a { background-color: #DBFB3A; }
a { background-color: rgb(219,251,58); }
div.DivClassName
{
background-color: #DBFB3A;
}
.BgClassName
{
background-color: #DBFB3A;
}
</style>
border-color css
<style>
span { border-color: #DBFB3A; }
span { border-color: rgb(219,251,58); }
td.TdClassName
{
border-color: #DBFB3A;
}
.TagClassName
{
border-color: #DBFB3A;
}
</style>