Shades of Pear #DBF232
Tints of Pear #DBF232
RGB
CMYK
RGB Variations
Color information
#DBF232 (or 0xDBF232) is known color: Pear. HEX triplet: DB, F2 and 32. RGB value is (219,242,50). Sum of RGB (Red+Green+Blue) = 219+242+50=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF232 is #240DCD. Grayscale: #D5D5D5. Windows color (decimal): -2362830 or 3338971. OLE color: 3338971.
HSL color Cylindrical-coordinate representation of color #DBF232: hue angle of 67.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBF232 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 50 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.05 |
| HSL | 67.19º | 0.88% | 0.57% | - |
| HSV(B) | 67.19º | 0.79% | 0.95% | - |
| XYZ | 61.54 | 78.79 | 14.98 | - |
| YUV | 213.24 | 35.88 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 50 | 0.10 | 0 | 0.79 | 0.05 | 67.19 | 0.88 | 0.57 |
| Hex | DB | F2 | 32 | A | 0 | 4F | 5 | 43 | 58 | 39 |
| Octal | 333 | 362 | 62 | 12 | 0 | 117 | 5 | 103 | 130 | 71 |
| Binary | 11011011 | 11110010 | 110010 | 1010 | 0 | 1001111 | 101 | 1000011 | 1011000 | 111001 |
Color Harmonies of #DBF232
Complementary color
Monochromatic Colors of #DBF232
Black with #DBF232
Text Example
Text Example
White with #DBF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF232; }
p { color: rgb(219,242,50); }
H1.HeaderClassName
{
color: #DBF232;
}
.AnyTagClassName
{
color: #DBF232;
}
</style>
background-color css
<style>
a { background-color: #DBF232; }
a { background-color: rgb(219,242,50); }
div.DivClassName
{
background-color: #DBF232;
}
.BgClassName
{
background-color: #DBF232;
}
</style>
border-color css
<style>
span { border-color: #DBF232; }
span { border-color: rgb(219,242,50); }
td.TdClassName
{
border-color: #DBF232;
}
.TagClassName
{
border-color: #DBF232;
}
</style>