Shades of Pear #DEF220
Tints of Pear #DEF220
RGB
CMYK
RGB Variations
Color information
#DEF220 (or 0xDEF220) is known color: Pear. HEX triplet: DE, F2 and 20. RGB value is (222,242,32). Sum of RGB (Red+Green+Blue) = 222+242+32=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF220 is #210DDF. Grayscale: #D4D4D4. Windows color (decimal): -2166240 or 2159326. OLE color: 2159326.
HSL color Cylindrical-coordinate representation of color #DEF220: hue angle of 65.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEF220 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 32 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.05 |
| HSL | 65.71º | 0.89% | 0.54% | - |
| HSV(B) | 65.71º | 0.87% | 0.95% | - |
| XYZ | 62.14 | 79.14 | 13.37 | - |
| YUV | 212.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 32 | 0.08 | 0 | 0.87 | 0.05 | 65.71 | 0.89 | 0.54 |
| Hex | DE | F2 | 20 | 8 | 0 | 57 | 5 | 42 | 59 | 36 |
| Octal | 336 | 362 | 40 | 10 | 0 | 127 | 5 | 102 | 131 | 66 |
| Binary | 11011110 | 11110010 | 100000 | 1000 | 0 | 1010111 | 101 | 1000010 | 1011001 | 110110 |
Color Harmonies of #DEF220
Complementary color
Monochromatic Colors of #DEF220
Black with #DEF220
Text Example
Text Example
White with #DEF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF220; }
p { color: rgb(222,242,32); }
H1.HeaderClassName
{
color: #DEF220;
}
.AnyTagClassName
{
color: #DEF220;
}
</style>
background-color css
<style>
a { background-color: #DEF220; }
a { background-color: rgb(222,242,32); }
div.DivClassName
{
background-color: #DEF220;
}
.BgClassName
{
background-color: #DEF220;
}
</style>
border-color css
<style>
span { border-color: #DEF220; }
span { border-color: rgb(222,242,32); }
td.TdClassName
{
border-color: #DEF220;
}
.TagClassName
{
border-color: #DEF220;
}
</style>