Shades of Pear #E2F231
Tints of Pear #E2F231
RGB
CMYK
RGB Variations
Color information
#E2F231 (or 0xE2F231) is known color: Pear. HEX triplet: E2, F2 and 31. RGB value is (226,242,49). Sum of RGB (Red+Green+Blue) = 226+242+49=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F231 is #1D0DCE. Grayscale: #D7D7D7. Windows color (decimal): -1904079 or 3273442. OLE color: 3273442.
HSL color Cylindrical-coordinate representation of color #E2F231: hue angle of 64.97º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2F231 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 49 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.05 |
| HSL | 64.97º | 0.88% | 0.57% | - |
| HSV(B) | 64.97º | 0.8% | 0.95% | - |
| XYZ | 63.67 | 79.89 | 14.97 | - |
| YUV | 215.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 49 | 0.07 | 0 | 0.80 | 0.05 | 64.97 | 0.88 | 0.57 |
| Hex | E2 | F2 | 31 | 7 | 0 | 50 | 5 | 41 | 58 | 39 |
| Octal | 342 | 362 | 61 | 7 | 0 | 120 | 5 | 101 | 130 | 71 |
| Binary | 11100010 | 11110010 | 110001 | 111 | 0 | 1010000 | 101 | 1000001 | 1011000 | 111001 |
Color Harmonies of #E2F231
Complementary color
Monochromatic Colors of #E2F231
Black with #E2F231
Text Example
Text Example
White with #E2F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F231; }
p { color: rgb(226,242,49); }
H1.HeaderClassName
{
color: #E2F231;
}
.AnyTagClassName
{
color: #E2F231;
}
</style>
background-color css
<style>
a { background-color: #E2F231; }
a { background-color: rgb(226,242,49); }
div.DivClassName
{
background-color: #E2F231;
}
.BgClassName
{
background-color: #E2F231;
}
</style>
border-color css
<style>
span { border-color: #E2F231; }
span { border-color: rgb(226,242,49); }
td.TdClassName
{
border-color: #E2F231;
}
.TagClassName
{
border-color: #E2F231;
}
</style>