Shades of Pear #DBF622
Tints of Pear #DBF622
RGB
CMYK
RGB Variations
Color information
#DBF622 (or 0xDBF622) is known color: Pear. HEX triplet: DB, F6 and 22. RGB value is (219,246,34). Sum of RGB (Red+Green+Blue) = 219+246+34=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF622 is #2409DD. Grayscale: #D6D6D6. Windows color (decimal): -2361822 or 2291419. OLE color: 2291419.
HSL color Cylindrical-coordinate representation of color #DBF622: hue angle of 67.64º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBF622 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 34 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.04 |
| HSL | 67.64º | 0.92% | 0.55% | - |
| HSV(B) | 67.64º | 0.86% | 0.96% | - |
| XYZ | 62.46 | 81.09 | 13.87 | - |
| YUV | 213.76 | 26.55 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 34 | 0.11 | 0 | 0.86 | 0.04 | 67.64 | 0.92 | 0.55 |
| Hex | DB | F6 | 22 | B | 0 | 56 | 4 | 44 | 5C | 37 |
| Octal | 333 | 366 | 42 | 13 | 0 | 126 | 4 | 104 | 134 | 67 |
| Binary | 11011011 | 11110110 | 100010 | 1011 | 0 | 1010110 | 100 | 1000100 | 1011100 | 110111 |
Color Harmonies of #DBF622
Complementary color
Monochromatic Colors of #DBF622
Black with #DBF622
Text Example
Text Example
White with #DBF622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF622; }
p { color: rgb(219,246,34); }
H1.HeaderClassName
{
color: #DBF622;
}
.AnyTagClassName
{
color: #DBF622;
}
</style>
background-color css
<style>
a { background-color: #DBF622; }
a { background-color: rgb(219,246,34); }
div.DivClassName
{
background-color: #DBF622;
}
.BgClassName
{
background-color: #DBF622;
}
</style>
border-color css
<style>
span { border-color: #DBF622; }
span { border-color: rgb(219,246,34); }
td.TdClassName
{
border-color: #DBF622;
}
.TagClassName
{
border-color: #DBF622;
}
</style>