Shades of Pear #DBF524
Tints of Pear #DBF524
RGB
CMYK
RGB Variations
Color information
#DBF524 (or 0xDBF524) is known color: Pear. HEX triplet: DB, F5 and 24. RGB value is (219,245,36). Sum of RGB (Red+Green+Blue) = 219+245+36=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 36 (14.45% from 255 or 7.2% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF524 is #240ADB. Grayscale: #D6D6D6. Windows color (decimal): -2362076 or 2422235. OLE color: 2422235.
HSL color Cylindrical-coordinate representation of color #DBF524: hue angle of 67.46º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF524 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 36 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.04 |
| HSL | 67.46º | 0.91% | 0.55% | - |
| HSV(B) | 67.46º | 0.85% | 0.96% | - |
| XYZ | 62.18 | 80.49 | 13.93 | - |
| YUV | 213.4 | 27.89 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 36 | 0.11 | 0 | 0.85 | 0.04 | 67.46 | 0.91 | 0.55 |
| Hex | DB | F5 | 24 | B | 0 | 55 | 4 | 43 | 5B | 37 |
| Octal | 333 | 365 | 44 | 13 | 0 | 125 | 4 | 103 | 133 | 67 |
| Binary | 11011011 | 11110101 | 100100 | 1011 | 0 | 1010101 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DBF524
Complementary color
Monochromatic Colors of #DBF524
Black with #DBF524
Text Example
Text Example
White with #DBF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF524; }
p { color: rgb(219,245,36); }
H1.HeaderClassName
{
color: #DBF524;
}
.AnyTagClassName
{
color: #DBF524;
}
</style>
background-color css
<style>
a { background-color: #DBF524; }
a { background-color: rgb(219,245,36); }
div.DivClassName
{
background-color: #DBF524;
}
.BgClassName
{
background-color: #DBF524;
}
</style>
border-color css
<style>
span { border-color: #DBF524; }
span { border-color: rgb(219,245,36); }
td.TdClassName
{
border-color: #DBF524;
}
.TagClassName
{
border-color: #DBF524;
}
</style>