Shades of Pear #DBF223
Tints of Pear #DBF223
RGB
CMYK
RGB Variations
Color information
#DBF223 (or 0xDBF223) is known color: Pear. HEX triplet: DB, F2 and 23. RGB value is (219,242,35). Sum of RGB (Red+Green+Blue) = 219+242+35=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 35 (14.06% from 255 or 7.06% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF223 is #240DDC. Grayscale: #D4D4D4. Windows color (decimal): -2362845 or 2355931. OLE color: 2355931.
HSL color Cylindrical-coordinate representation of color #DBF223: hue angle of 66.67º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBF223 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 35 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.05 |
| HSL | 66.67º | 0.89% | 0.54% | - |
| HSV(B) | 66.67º | 0.86% | 0.95% | - |
| XYZ | 61.27 | 78.69 | 13.55 | - |
| YUV | 211.53 | 28.38 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 35 | 0.10 | 0 | 0.86 | 0.05 | 66.67 | 0.89 | 0.54 |
| Hex | DB | F2 | 23 | A | 0 | 56 | 5 | 43 | 59 | 36 |
| Octal | 333 | 362 | 43 | 12 | 0 | 126 | 5 | 103 | 131 | 66 |
| Binary | 11011011 | 11110010 | 100011 | 1010 | 0 | 1010110 | 101 | 1000011 | 1011001 | 110110 |
Color Harmonies of #DBF223
Complementary color
Monochromatic Colors of #DBF223
Black with #DBF223
Text Example
Text Example
White with #DBF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF223; }
p { color: rgb(219,242,35); }
H1.HeaderClassName
{
color: #DBF223;
}
.AnyTagClassName
{
color: #DBF223;
}
</style>
background-color css
<style>
a { background-color: #DBF223; }
a { background-color: rgb(219,242,35); }
div.DivClassName
{
background-color: #DBF223;
}
.BgClassName
{
background-color: #DBF223;
}
</style>
border-color css
<style>
span { border-color: #DBF223; }
span { border-color: rgb(219,242,35); }
td.TdClassName
{
border-color: #DBF223;
}
.TagClassName
{
border-color: #DBF223;
}
</style>