Shades of Pear #DBF22D
Tints of Pear #DBF22D
RGB
CMYK
RGB Variations
Color information
#DBF22D (or 0xDBF22D) is known color: Pear. HEX triplet: DB, F2 and 2D. RGB value is (219,242,45). Sum of RGB (Red+Green+Blue) = 219+242+45=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF22D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF22D is #240DD2. Grayscale: #D5D5D5. Windows color (decimal): -2362835 or 3011291. OLE color: 3011291.
HSL color Cylindrical-coordinate representation of color #DBF22D: hue angle of 67.01º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBF22D is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 45 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.05 |
| HSL | 67.01º | 0.88% | 0.56% | - |
| HSV(B) | 67.01º | 0.81% | 0.95% | - |
| XYZ | 61.44 | 78.75 | 14.45 | - |
| YUV | 212.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 45 | 0.10 | 0 | 0.81 | 0.05 | 67.01 | 0.88 | 0.56 |
| Hex | DB | F2 | 2D | A | 0 | 51 | 5 | 43 | 58 | 38 |
| Octal | 333 | 362 | 55 | 12 | 0 | 121 | 5 | 103 | 130 | 70 |
| Binary | 11011011 | 11110010 | 101101 | 1010 | 0 | 1010001 | 101 | 1000011 | 1011000 | 111000 |
Color Harmonies of #DBF22D
Complementary color
Monochromatic Colors of #DBF22D
Black with #DBF22D
Text Example
Text Example
White with #DBF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF22D; }
p { color: rgb(219,242,45); }
H1.HeaderClassName
{
color: #DBF22D;
}
.AnyTagClassName
{
color: #DBF22D;
}
</style>
background-color css
<style>
a { background-color: #DBF22D; }
a { background-color: rgb(219,242,45); }
div.DivClassName
{
background-color: #DBF22D;
}
.BgClassName
{
background-color: #DBF22D;
}
</style>
border-color css
<style>
span { border-color: #DBF22D; }
span { border-color: rgb(219,242,45); }
td.TdClassName
{
border-color: #DBF22D;
}
.TagClassName
{
border-color: #DBF22D;
}
</style>