Shades of Pear #DEF22D
Tints of Pear #DEF22D
RGB
CMYK
RGB Variations
Color information
#DEF22D (or 0xDEF22D) is known color: Pear. HEX triplet: DE, F2 and 2D. RGB value is (222,242,45). Sum of RGB (Red+Green+Blue) = 222+242+45=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF22D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF22D is #210DD2. Grayscale: #D6D6D6. Windows color (decimal): -2166227 or 3011294. OLE color: 3011294.
HSL color Cylindrical-coordinate representation of color #DEF22D: hue angle of 66.09º 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 #DEF22D is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 45 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.05 |
| HSL | 66.09º | 0.88% | 0.56% | - |
| HSV(B) | 66.09º | 0.81% | 0.95% | - |
| XYZ | 62.35 | 79.22 | 14.49 | - |
| YUV | 213.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 45 | 0.08 | 0 | 0.81 | 0.05 | 66.09 | 0.88 | 0.56 |
| Hex | DE | F2 | 2D | 8 | 0 | 51 | 5 | 42 | 58 | 38 |
| Octal | 336 | 362 | 55 | 10 | 0 | 121 | 5 | 102 | 130 | 70 |
| Binary | 11011110 | 11110010 | 101101 | 1000 | 0 | 1010001 | 101 | 1000010 | 1011000 | 111000 |
Color Harmonies of #DEF22D
Complementary color
Monochromatic Colors of #DEF22D
Black with #DEF22D
Text Example
Text Example
White with #DEF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF22D; }
p { color: rgb(222,242,45); }
H1.HeaderClassName
{
color: #DEF22D;
}
.AnyTagClassName
{
color: #DEF22D;
}
</style>
background-color css
<style>
a { background-color: #DEF22D; }
a { background-color: rgb(222,242,45); }
div.DivClassName
{
background-color: #DEF22D;
}
.BgClassName
{
background-color: #DEF22D;
}
</style>
border-color css
<style>
span { border-color: #DEF22D; }
span { border-color: rgb(222,242,45); }
td.TdClassName
{
border-color: #DEF22D;
}
.TagClassName
{
border-color: #DEF22D;
}
</style>