Shades of Pear #DBFA31
Tints of Pear #DBFA31
RGB
CMYK
RGB Variations
Color information
#DBFA31 (or 0xDBFA31) is known color: Pear. HEX triplet: DB, FA and 31. RGB value is (219,250,49). Sum of RGB (Red+Green+Blue) = 219+250+49=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 49 (19.53% from 255 or 9.46% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA31 is #2405CE. Grayscale: #DADADA. Windows color (decimal): -2360783 or 3275483. OLE color: 3275483.
HSL color Cylindrical-coordinate representation of color #DBFA31: hue angle of 69.25º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBFA31 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 49 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.02 |
| HSL | 69.25º | 0.95% | 0.59% | - |
| HSV(B) | 69.25º | 0.8% | 0.98% | - |
| XYZ | 63.95 | 83.65 | 15.68 | - |
| YUV | 217.82 | 32.73 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 49 | 0.12 | 0 | 0.80 | 0.02 | 69.25 | 0.95 | 0.59 |
| Hex | DB | FA | 31 | C | 0 | 50 | 2 | 45 | 5F | 3B |
| Octal | 333 | 372 | 61 | 14 | 0 | 120 | 2 | 105 | 137 | 73 |
| Binary | 11011011 | 11111010 | 110001 | 1100 | 0 | 1010000 | 10 | 1000101 | 1011111 | 111011 |
Color Harmonies of #DBFA31
Complementary color
Monochromatic Colors of #DBFA31
Black with #DBFA31
Text Example
Text Example
White with #DBFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA31; }
p { color: rgb(219,250,49); }
H1.HeaderClassName
{
color: #DBFA31;
}
.AnyTagClassName
{
color: #DBFA31;
}
</style>
background-color css
<style>
a { background-color: #DBFA31; }
a { background-color: rgb(219,250,49); }
div.DivClassName
{
background-color: #DBFA31;
}
.BgClassName
{
background-color: #DBFA31;
}
</style>
border-color css
<style>
span { border-color: #DBFA31; }
span { border-color: rgb(219,250,49); }
td.TdClassName
{
border-color: #DBFA31;
}
.TagClassName
{
border-color: #DBFA31;
}
</style>