Shades of Pear #E2F226
Tints of Pear #E2F226
RGB
CMYK
RGB Variations
Color information
#E2F226 (or 0xE2F226) is known color: Pear. HEX triplet: E2, F2 and 26. RGB value is (226,242,38). Sum of RGB (Red+Green+Blue) = 226+242+38=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 38 (15.23% from 255 or 7.51% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F226 is #1D0DD9. Grayscale: #D6D6D6. Windows color (decimal): -1904090 or 2552546. OLE color: 2552546.
HSL color Cylindrical-coordinate representation of color #E2F226: hue angle of 64.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2F226 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 38 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.05 |
| HSL | 64.71º | 0.89% | 0.55% | - |
| HSV(B) | 64.71º | 0.84% | 0.95% | - |
| XYZ | 63.47 | 79.81 | 13.89 | - |
| YUV | 213.96 | 28.7 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 38 | 0.07 | 0 | 0.84 | 0.05 | 64.71 | 0.89 | 0.55 |
| Hex | E2 | F2 | 26 | 7 | 0 | 54 | 5 | 41 | 59 | 37 |
| Octal | 342 | 362 | 46 | 7 | 0 | 124 | 5 | 101 | 131 | 67 |
| Binary | 11100010 | 11110010 | 100110 | 111 | 0 | 1010100 | 101 | 1000001 | 1011001 | 110111 |
Color Harmonies of #E2F226
Complementary color
Monochromatic Colors of #E2F226
Black with #E2F226
Text Example
Text Example
White with #E2F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F226; }
p { color: rgb(226,242,38); }
H1.HeaderClassName
{
color: #E2F226;
}
.AnyTagClassName
{
color: #E2F226;
}
</style>
background-color css
<style>
a { background-color: #E2F226; }
a { background-color: rgb(226,242,38); }
div.DivClassName
{
background-color: #E2F226;
}
.BgClassName
{
background-color: #E2F226;
}
</style>
border-color css
<style>
span { border-color: #E2F226; }
span { border-color: rgb(226,242,38); }
td.TdClassName
{
border-color: #E2F226;
}
.TagClassName
{
border-color: #E2F226;
}
</style>