Shades of Pear #DBF521
Tints of Pear #DBF521
RGB
CMYK
RGB Variations
Color information
#DBF521 (or 0xDBF521) is known color: Pear. HEX triplet: DB, F5 and 21. RGB value is (219,245,33). Sum of RGB (Red+Green+Blue) = 219+245+33=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF521 is #240ADE. Grayscale: #D5D5D5. Windows color (decimal): -2362079 or 2225627. OLE color: 2225627.
HSL color Cylindrical-coordinate representation of color #DBF521: hue angle of 67.36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBF521 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 33 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.04 |
| HSL | 67.36º | 0.91% | 0.55% | - |
| HSV(B) | 67.36º | 0.87% | 0.96% | - |
| XYZ | 62.14 | 80.47 | 13.7 | - |
| YUV | 213.06 | 26.39 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 33 | 0.11 | 0 | 0.87 | 0.04 | 67.36 | 0.91 | 0.55 |
| Hex | DB | F5 | 21 | B | 0 | 57 | 4 | 43 | 5B | 37 |
| Octal | 333 | 365 | 41 | 13 | 0 | 127 | 4 | 103 | 133 | 67 |
| Binary | 11011011 | 11110101 | 100001 | 1011 | 0 | 1010111 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DBF521
Complementary color
Monochromatic Colors of #DBF521
Black with #DBF521
Text Example
Text Example
White with #DBF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF521; }
p { color: rgb(219,245,33); }
H1.HeaderClassName
{
color: #DBF521;
}
.AnyTagClassName
{
color: #DBF521;
}
</style>
background-color css
<style>
a { background-color: #DBF521; }
a { background-color: rgb(219,245,33); }
div.DivClassName
{
background-color: #DBF521;
}
.BgClassName
{
background-color: #DBF521;
}
</style>
border-color css
<style>
span { border-color: #DBF521; }
span { border-color: rgb(219,245,33); }
td.TdClassName
{
border-color: #DBF521;
}
.TagClassName
{
border-color: #DBF521;
}
</style>