Shades of Pear #DBF22B
Tints of Pear #DBF22B
RGB
CMYK
RGB Variations
Color information
#DBF22B (or 0xDBF22B) is known color: Pear. HEX triplet: DB, F2 and 2B. RGB value is (219,242,43). Sum of RGB (Red+Green+Blue) = 219+242+43=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF22B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF22B is #240DD4. Grayscale: #D5D5D5. Windows color (decimal): -2362837 or 2880219. OLE color: 2880219.
HSL color Cylindrical-coordinate representation of color #DBF22B: hue angle of 66.93º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBF22B is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 43 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.05 |
| HSL | 66.93º | 0.88% | 0.56% | - |
| HSV(B) | 66.93º | 0.82% | 0.95% | - |
| XYZ | 61.4 | 78.74 | 14.25 | - |
| YUV | 212.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 43 | 0.10 | 0 | 0.82 | 0.05 | 66.93 | 0.88 | 0.56 |
| Hex | DB | F2 | 2B | A | 0 | 52 | 5 | 43 | 58 | 38 |
| Octal | 333 | 362 | 53 | 12 | 0 | 122 | 5 | 103 | 130 | 70 |
| Binary | 11011011 | 11110010 | 101011 | 1010 | 0 | 1010010 | 101 | 1000011 | 1011000 | 111000 |
Color Harmonies of #DBF22B
Complementary color
Monochromatic Colors of #DBF22B
Black with #DBF22B
Text Example
Text Example
White with #DBF22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF22B; }
p { color: rgb(219,242,43); }
H1.HeaderClassName
{
color: #DBF22B;
}
.AnyTagClassName
{
color: #DBF22B;
}
</style>
background-color css
<style>
a { background-color: #DBF22B; }
a { background-color: rgb(219,242,43); }
div.DivClassName
{
background-color: #DBF22B;
}
.BgClassName
{
background-color: #DBF22B;
}
</style>
border-color css
<style>
span { border-color: #DBF22B; }
span { border-color: rgb(219,242,43); }
td.TdClassName
{
border-color: #DBF22B;
}
.TagClassName
{
border-color: #DBF22B;
}
</style>