Shades of Pear #E1F122
Tints of Pear #E1F122
RGB
CMYK
RGB Variations
Color information
#E1F122 (or 0xE1F122) is known color: Pear. HEX triplet: E1, F1 and 22. RGB value is (225,241,34). Sum of RGB (Red+Green+Blue) = 225+241+34=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F122 is #1E0EDD. Grayscale: #D5D5D5. Windows color (decimal): -1969886 or 2290145. OLE color: 2290145.
HSL color Cylindrical-coordinate representation of color #E1F122: hue angle of 64.64º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1F122 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 34 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.05 |
| HSL | 64.64º | 0.88% | 0.54% | - |
| HSV(B) | 64.64º | 0.86% | 0.95% | - |
| XYZ | 62.8 | 79.03 | 13.46 | - |
| YUV | 212.62 | 27.2 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 34 | 0.07 | 0 | 0.86 | 0.05 | 64.64 | 0.88 | 0.54 |
| Hex | E1 | F1 | 22 | 7 | 0 | 56 | 5 | 41 | 58 | 36 |
| Octal | 341 | 361 | 42 | 7 | 0 | 126 | 5 | 101 | 130 | 66 |
| Binary | 11100001 | 11110001 | 100010 | 111 | 0 | 1010110 | 101 | 1000001 | 1011000 | 110110 |
Color Harmonies of #E1F122
Complementary color
Monochromatic Colors of #E1F122
Black with #E1F122
Text Example
Text Example
White with #E1F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F122; }
p { color: rgb(225,241,34); }
H1.HeaderClassName
{
color: #E1F122;
}
.AnyTagClassName
{
color: #E1F122;
}
</style>
background-color css
<style>
a { background-color: #E1F122; }
a { background-color: rgb(225,241,34); }
div.DivClassName
{
background-color: #E1F122;
}
.BgClassName
{
background-color: #E1F122;
}
</style>
border-color css
<style>
span { border-color: #E1F122; }
span { border-color: rgb(225,241,34); }
td.TdClassName
{
border-color: #E1F122;
}
.TagClassName
{
border-color: #E1F122;
}
</style>