Shades of Pear #DBF231
Tints of Pear #DBF231
RGB
CMYK
RGB Variations
Color information
#DBF231 (or 0xDBF231) is known color: Pear. HEX triplet: DB, F2 and 31. RGB value is (219,242,49). Sum of RGB (Red+Green+Blue) = 219+242+49=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 49 (19.53% from 255 or 9.61% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF231 is #240DCE. Grayscale: #D5D5D5. Windows color (decimal): -2362831 or 3273435. OLE color: 3273435.
HSL color Cylindrical-coordinate representation of color #DBF231: hue angle of 67.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBF231 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 49 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.05 |
| HSL | 67.15º | 0.88% | 0.57% | - |
| HSV(B) | 67.15º | 0.8% | 0.95% | - |
| XYZ | 61.52 | 78.79 | 14.87 | - |
| YUV | 213.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 49 | 0.10 | 0 | 0.80 | 0.05 | 67.15 | 0.88 | 0.57 |
| Hex | DB | F2 | 31 | A | 0 | 50 | 5 | 43 | 58 | 39 |
| Octal | 333 | 362 | 61 | 12 | 0 | 120 | 5 | 103 | 130 | 71 |
| Binary | 11011011 | 11110010 | 110001 | 1010 | 0 | 1010000 | 101 | 1000011 | 1011000 | 111001 |
Color Harmonies of #DBF231
Complementary color
Monochromatic Colors of #DBF231
Black with #DBF231
Text Example
Text Example
White with #DBF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF231; }
p { color: rgb(219,242,49); }
H1.HeaderClassName
{
color: #DBF231;
}
.AnyTagClassName
{
color: #DBF231;
}
</style>
background-color css
<style>
a { background-color: #DBF231; }
a { background-color: rgb(219,242,49); }
div.DivClassName
{
background-color: #DBF231;
}
.BgClassName
{
background-color: #DBF231;
}
</style>
border-color css
<style>
span { border-color: #DBF231; }
span { border-color: rgb(219,242,49); }
td.TdClassName
{
border-color: #DBF231;
}
.TagClassName
{
border-color: #DBF231;
}
</style>