Shades of Pear #E1F220
Tints of Pear #E1F220
RGB
CMYK
RGB Variations
Color information
#E1F220 (or 0xE1F220) is known color: Pear. HEX triplet: E1, F2 and 20. RGB value is (225,242,32). Sum of RGB (Red+Green+Blue) = 225+242+32=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F220 is #1E0DDF. Grayscale: #D5D5D5. Windows color (decimal): -1969632 or 2159329. OLE color: 2159329.
HSL color Cylindrical-coordinate representation of color #E1F220: hue angle of 64.86º 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 #E1F220 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 32 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.05 |
| HSL | 64.86º | 0.89% | 0.54% | - |
| HSV(B) | 64.86º | 0.87% | 0.95% | - |
| XYZ | 63.06 | 79.62 | 13.41 | - |
| YUV | 212.98 | 25.87 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 32 | 0.07 | 0 | 0.87 | 0.05 | 64.86 | 0.89 | 0.54 |
| Hex | E1 | F2 | 20 | 7 | 0 | 57 | 5 | 41 | 59 | 36 |
| Octal | 341 | 362 | 40 | 7 | 0 | 127 | 5 | 101 | 131 | 66 |
| Binary | 11100001 | 11110010 | 100000 | 111 | 0 | 1010111 | 101 | 1000001 | 1011001 | 110110 |
Color Harmonies of #E1F220
Complementary color
Monochromatic Colors of #E1F220
Black with #E1F220
Text Example
Text Example
White with #E1F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F220; }
p { color: rgb(225,242,32); }
H1.HeaderClassName
{
color: #E1F220;
}
.AnyTagClassName
{
color: #E1F220;
}
</style>
background-color css
<style>
a { background-color: #E1F220; }
a { background-color: rgb(225,242,32); }
div.DivClassName
{
background-color: #E1F220;
}
.BgClassName
{
background-color: #E1F220;
}
</style>
border-color css
<style>
span { border-color: #E1F220; }
span { border-color: rgb(225,242,32); }
td.TdClassName
{
border-color: #E1F220;
}
.TagClassName
{
border-color: #E1F220;
}
</style>