Shades of Pear #DBF526
Tints of Pear #DBF526
RGB
CMYK
RGB Variations
Color information
#DBF526 (or 0xDBF526) is known color: Pear. HEX triplet: DB, F5 and 26. RGB value is (219,245,38). Sum of RGB (Red+Green+Blue) = 219+245+38=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF526 is #240AD9. Grayscale: #D6D6D6. Windows color (decimal): -2362074 or 2553307. OLE color: 2553307.
HSL color Cylindrical-coordinate representation of color #DBF526: hue angle of 67.54º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBF526 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 38 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.04 |
| HSL | 67.54º | 0.91% | 0.55% | - |
| HSV(B) | 67.54º | 0.84% | 0.96% | - |
| XYZ | 62.22 | 80.5 | 14.09 | - |
| YUV | 213.63 | 28.89 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 38 | 0.11 | 0 | 0.84 | 0.04 | 67.54 | 0.91 | 0.55 |
| Hex | DB | F5 | 26 | B | 0 | 54 | 4 | 44 | 5B | 37 |
| Octal | 333 | 365 | 46 | 13 | 0 | 124 | 4 | 104 | 133 | 67 |
| Binary | 11011011 | 11110101 | 100110 | 1011 | 0 | 1010100 | 100 | 1000100 | 1011011 | 110111 |
Color Harmonies of #DBF526
Complementary color
Monochromatic Colors of #DBF526
Black with #DBF526
Text Example
Text Example
White with #DBF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF526; }
p { color: rgb(219,245,38); }
H1.HeaderClassName
{
color: #DBF526;
}
.AnyTagClassName
{
color: #DBF526;
}
</style>
background-color css
<style>
a { background-color: #DBF526; }
a { background-color: rgb(219,245,38); }
div.DivClassName
{
background-color: #DBF526;
}
.BgClassName
{
background-color: #DBF526;
}
</style>
border-color css
<style>
span { border-color: #DBF526; }
span { border-color: rgb(219,245,38); }
td.TdClassName
{
border-color: #DBF526;
}
.TagClassName
{
border-color: #DBF526;
}
</style>