Shades of Pear #DBF226
Tints of Pear #DBF226
RGB
CMYK
RGB Variations
Color information
#DBF226 (or 0xDBF226) is known color: Pear. HEX triplet: DB, F2 and 26. RGB value is (219,242,38). Sum of RGB (Red+Green+Blue) = 219+242+38=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF226 is #240DD9. Grayscale: #D4D4D4. Windows color (decimal): -2362842 or 2552539. OLE color: 2552539.
HSL color Cylindrical-coordinate representation of color #DBF226: hue angle of 66.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBF226 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 38 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.05 |
| HSL | 66.76º | 0.89% | 0.55% | - |
| HSV(B) | 66.76º | 0.84% | 0.95% | - |
| XYZ | 61.32 | 78.7 | 13.79 | - |
| YUV | 211.87 | 29.88 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 38 | 0.10 | 0 | 0.84 | 0.05 | 66.76 | 0.89 | 0.55 |
| Hex | DB | F2 | 26 | A | 0 | 54 | 5 | 43 | 59 | 37 |
| Octal | 333 | 362 | 46 | 12 | 0 | 124 | 5 | 103 | 131 | 67 |
| Binary | 11011011 | 11110010 | 100110 | 1010 | 0 | 1010100 | 101 | 1000011 | 1011001 | 110111 |
Color Harmonies of #DBF226
Complementary color
Monochromatic Colors of #DBF226
Black with #DBF226
Text Example
Text Example
White with #DBF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF226; }
p { color: rgb(219,242,38); }
H1.HeaderClassName
{
color: #DBF226;
}
.AnyTagClassName
{
color: #DBF226;
}
</style>
background-color css
<style>
a { background-color: #DBF226; }
a { background-color: rgb(219,242,38); }
div.DivClassName
{
background-color: #DBF226;
}
.BgClassName
{
background-color: #DBF226;
}
</style>
border-color css
<style>
span { border-color: #DBF226; }
span { border-color: rgb(219,242,38); }
td.TdClassName
{
border-color: #DBF226;
}
.TagClassName
{
border-color: #DBF226;
}
</style>