Shades of Pear #E2FE40
Tints of Pear #E2FE40
RGB
CMYK
RGB Variations
Color information
#E2FE40 (or 0xE2FE40) is known color: Pear. HEX triplet: E2, FE and 40. RGB value is (226,254,64). Sum of RGB (Red+Green+Blue) = 226+254+64=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 64 (25.39% from 255 or 11.76% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE40 is #1D01BF. Grayscale: #E0E0E0. Windows color (decimal): -1900992 or 4259554. OLE color: 4259554.
HSL color Cylindrical-coordinate representation of color #E2FE40: hue angle of 68.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2FE40 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 64 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.00 |
| HSL | 68.84º | 0.99% | 0.62% | - |
| HSV(B) | 68.84º | 0.75% | 1% | - |
| XYZ | 67.73 | 87.42 | 18.15 | - |
| YUV | 223.97 | 37.72 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 64 | 0.11 | 0 | 0.75 | 0.00 | 68.84 | 0.99 | 0.62 |
| Hex | E2 | FE | 40 | B | 0 | 4B | 0 | 45 | 63 | 3E |
| Octal | 342 | 376 | 100 | 13 | 0 | 113 | 0 | 105 | 143 | 76 |
| Binary | 11100010 | 11111110 | 1000000 | 1011 | 0 | 1001011 | 0 | 1000101 | 1100011 | 111110 |
Color Harmonies of #E2FE40
Complementary color
Monochromatic Colors of #E2FE40
Black with #E2FE40
Text Example
Text Example
White with #E2FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE40; }
p { color: rgb(226,254,64); }
H1.HeaderClassName
{
color: #E2FE40;
}
.AnyTagClassName
{
color: #E2FE40;
}
</style>
background-color css
<style>
a { background-color: #E2FE40; }
a { background-color: rgb(226,254,64); }
div.DivClassName
{
background-color: #E2FE40;
}
.BgClassName
{
background-color: #E2FE40;
}
</style>
border-color css
<style>
span { border-color: #E2FE40; }
span { border-color: rgb(226,254,64); }
td.TdClassName
{
border-color: #E2FE40;
}
.TagClassName
{
border-color: #E2FE40;
}
</style>