Shades of Pear #E2F22E
Tints of Pear #E2F22E
RGB
CMYK
RGB Variations
Color information
#E2F22E (or 0xE2F22E) is known color: Pear. HEX triplet: E2, F2 and 2E. RGB value is (226,242,46). Sum of RGB (Red+Green+Blue) = 226+242+46=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F22E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F22E is #1D0DD1. Grayscale: #D7D7D7. Windows color (decimal): -1904082 or 3076834. OLE color: 3076834.
HSL color Cylindrical-coordinate representation of color #E2F22E: hue angle of 64.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2F22E is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 46 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.05 |
| HSL | 64.9º | 0.88% | 0.56% | - |
| HSV(B) | 64.9º | 0.81% | 0.95% | - |
| XYZ | 63.61 | 79.87 | 14.65 | - |
| YUV | 214.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 46 | 0.07 | 0 | 0.81 | 0.05 | 64.9 | 0.88 | 0.56 |
| Hex | E2 | F2 | 2E | 7 | 0 | 51 | 5 | 41 | 58 | 38 |
| Octal | 342 | 362 | 56 | 7 | 0 | 121 | 5 | 101 | 130 | 70 |
| Binary | 11100010 | 11110010 | 101110 | 111 | 0 | 1010001 | 101 | 1000001 | 1011000 | 111000 |
Color Harmonies of #E2F22E
Complementary color
Monochromatic Colors of #E2F22E
Black with #E2F22E
Text Example
Text Example
White with #E2F22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F22E; }
p { color: rgb(226,242,46); }
H1.HeaderClassName
{
color: #E2F22E;
}
.AnyTagClassName
{
color: #E2F22E;
}
</style>
background-color css
<style>
a { background-color: #E2F22E; }
a { background-color: rgb(226,242,46); }
div.DivClassName
{
background-color: #E2F22E;
}
.BgClassName
{
background-color: #E2F22E;
}
</style>
border-color css
<style>
span { border-color: #E2F22E; }
span { border-color: rgb(226,242,46); }
td.TdClassName
{
border-color: #E2F22E;
}
.TagClassName
{
border-color: #E2F22E;
}
</style>