Shades of Pear #DBF322
Tints of Pear #DBF322
RGB
CMYK
RGB Variations
Color information
#DBF322 (or 0xDBF322) is known color: Pear. HEX triplet: DB, F3 and 22. RGB value is (219,243,34). Sum of RGB (Red+Green+Blue) = 219+243+34=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 34 (13.67% from 255 or 6.85% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF322 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF322 is #240CDD. Grayscale: #D4D4D4. Windows color (decimal): -2362590 or 2290651. OLE color: 2290651.
HSL color Cylindrical-coordinate representation of color #DBF322: hue angle of 66.89º degrees, saturation: 0.9, 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 #DBF322 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 34 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.05 |
| HSL | 66.89º | 0.9% | 0.54% | - |
| HSV(B) | 66.89º | 0.86% | 0.95% | - |
| XYZ | 61.55 | 79.28 | 13.57 | - |
| YUV | 212 | 27.55 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 34 | 0.10 | 0 | 0.86 | 0.05 | 66.89 | 0.9 | 0.54 |
| Hex | DB | F3 | 22 | A | 0 | 56 | 5 | 43 | 5A | 36 |
| Octal | 333 | 363 | 42 | 12 | 0 | 126 | 5 | 103 | 132 | 66 |
| Binary | 11011011 | 11110011 | 100010 | 1010 | 0 | 1010110 | 101 | 1000011 | 1011010 | 110110 |
Color Harmonies of #DBF322
Complementary color
Monochromatic Colors of #DBF322
Black with #DBF322
Text Example
Text Example
White with #DBF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF322; }
p { color: rgb(219,243,34); }
H1.HeaderClassName
{
color: #DBF322;
}
.AnyTagClassName
{
color: #DBF322;
}
</style>
background-color css
<style>
a { background-color: #DBF322; }
a { background-color: rgb(219,243,34); }
div.DivClassName
{
background-color: #DBF322;
}
.BgClassName
{
background-color: #DBF322;
}
</style>
border-color css
<style>
span { border-color: #DBF322; }
span { border-color: rgb(219,243,34); }
td.TdClassName
{
border-color: #DBF322;
}
.TagClassName
{
border-color: #DBF322;
}
</style>