Shades of Pear #DBF224
Tints of Pear #DBF224
RGB
CMYK
RGB Variations
Color information
#DBF224 (or 0xDBF224) is known color: Pear. HEX triplet: DB, F2 and 24. RGB value is (219,242,36). Sum of RGB (Red+Green+Blue) = 219+242+36=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF224 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF224 is #240DDB. Grayscale: #D4D4D4. Windows color (decimal): -2362844 or 2421467. OLE color: 2421467.
HSL color Cylindrical-coordinate representation of color #DBF224: hue angle of 66.7º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF224 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 36 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.05 |
| HSL | 66.7º | 0.89% | 0.55% | - |
| HSV(B) | 66.7º | 0.85% | 0.95% | - |
| XYZ | 61.28 | 78.69 | 13.63 | - |
| YUV | 211.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 36 | 0.10 | 0 | 0.85 | 0.05 | 66.7 | 0.89 | 0.55 |
| Hex | DB | F2 | 24 | A | 0 | 55 | 5 | 43 | 59 | 37 |
| Octal | 333 | 362 | 44 | 12 | 0 | 125 | 5 | 103 | 131 | 67 |
| Binary | 11011011 | 11110010 | 100100 | 1010 | 0 | 1010101 | 101 | 1000011 | 1011001 | 110111 |
Color Harmonies of #DBF224
Complementary color
Monochromatic Colors of #DBF224
Black with #DBF224
Text Example
Text Example
White with #DBF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF224; }
p { color: rgb(219,242,36); }
H1.HeaderClassName
{
color: #DBF224;
}
.AnyTagClassName
{
color: #DBF224;
}
</style>
background-color css
<style>
a { background-color: #DBF224; }
a { background-color: rgb(219,242,36); }
div.DivClassName
{
background-color: #DBF224;
}
.BgClassName
{
background-color: #DBF224;
}
</style>
border-color css
<style>
span { border-color: #DBF224; }
span { border-color: rgb(219,242,36); }
td.TdClassName
{
border-color: #DBF224;
}
.TagClassName
{
border-color: #DBF224;
}
</style>