Shades of Pear #E1F136
Tints of Pear #E1F136
RGB
CMYK
RGB Variations
Color information
#E1F136 (or 0xE1F136) is known color: Pear. HEX triplet: E1, F1 and 36. RGB value is (225,241,54). Sum of RGB (Red+Green+Blue) = 225+241+54=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 54 (21.48% from 255 or 10.38% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F136 is #1E0EC9. Grayscale: #D7D7D7. Windows color (decimal): -1969866 or 3600865. OLE color: 3600865.
HSL color Cylindrical-coordinate representation of color #E1F136: hue angle of 65.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1F136 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 54 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.05 |
| HSL | 65.13º | 0.87% | 0.58% | - |
| HSV(B) | 65.13º | 0.78% | 0.95% | - |
| XYZ | 63.17 | 79.18 | 15.44 | - |
| YUV | 214.9 | 37.2 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 54 | 0.07 | 0 | 0.78 | 0.05 | 65.13 | 0.87 | 0.58 |
| Hex | E1 | F1 | 36 | 7 | 0 | 4E | 5 | 41 | 57 | 3A |
| Octal | 341 | 361 | 66 | 7 | 0 | 116 | 5 | 101 | 127 | 72 |
| Binary | 11100001 | 11110001 | 110110 | 111 | 0 | 1001110 | 101 | 1000001 | 1010111 | 111010 |
Color Harmonies of #E1F136
Complementary color
Monochromatic Colors of #E1F136
Black with #E1F136
Text Example
Text Example
White with #E1F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F136; }
p { color: rgb(225,241,54); }
H1.HeaderClassName
{
color: #E1F136;
}
.AnyTagClassName
{
color: #E1F136;
}
</style>
background-color css
<style>
a { background-color: #E1F136; }
a { background-color: rgb(225,241,54); }
div.DivClassName
{
background-color: #E1F136;
}
.BgClassName
{
background-color: #E1F136;
}
</style>
border-color css
<style>
span { border-color: #E1F136; }
span { border-color: rgb(225,241,54); }
td.TdClassName
{
border-color: #E1F136;
}
.TagClassName
{
border-color: #E1F136;
}
</style>