Shades of Pear #DBF722
Tints of Pear #DBF722
RGB
CMYK
RGB Variations
Color information
#DBF722 (or 0xDBF722) is known color: Pear. HEX triplet: DB, F7 and 22. RGB value is (219,247,34). Sum of RGB (Red+Green+Blue) = 219+247+34=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF722 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF722 is #2408DD. Grayscale: #D7D7D7. Windows color (decimal): -2361566 or 2291675. OLE color: 2291675.
HSL color Cylindrical-coordinate representation of color #DBF722: hue angle of 67.89º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBF722 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 34 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.03 |
| HSL | 67.89º | 0.93% | 0.55% | - |
| HSV(B) | 67.89º | 0.86% | 0.97% | - |
| XYZ | 62.76 | 81.7 | 13.97 | - |
| YUV | 214.35 | 26.22 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 34 | 0.11 | 0 | 0.86 | 0.03 | 67.89 | 0.93 | 0.55 |
| Hex | DB | F7 | 22 | B | 0 | 56 | 3 | 44 | 5D | 37 |
| Octal | 333 | 367 | 42 | 13 | 0 | 126 | 3 | 104 | 135 | 67 |
| Binary | 11011011 | 11110111 | 100010 | 1011 | 0 | 1010110 | 11 | 1000100 | 1011101 | 110111 |
Color Harmonies of #DBF722
Complementary color
Monochromatic Colors of #DBF722
Black with #DBF722
Text Example
Text Example
White with #DBF722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF722; }
p { color: rgb(219,247,34); }
H1.HeaderClassName
{
color: #DBF722;
}
.AnyTagClassName
{
color: #DBF722;
}
</style>
background-color css
<style>
a { background-color: #DBF722; }
a { background-color: rgb(219,247,34); }
div.DivClassName
{
background-color: #DBF722;
}
.BgClassName
{
background-color: #DBF722;
}
</style>
border-color css
<style>
span { border-color: #DBF722; }
span { border-color: rgb(219,247,34); }
td.TdClassName
{
border-color: #DBF722;
}
.TagClassName
{
border-color: #DBF722;
}
</style>