Shades of Pear #E0FE40
Tints of Pear #E0FE40
RGB
CMYK
RGB Variations
Color information
#E0FE40 (or 0xE0FE40) is known color: Pear. HEX triplet: E0, FE and 40. RGB value is (224,254,64). Sum of RGB (Red+Green+Blue) = 224+254+64=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 64 (25.39% from 255 or 11.81% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE40 is #1F01BF. Grayscale: #E0E0E0. Windows color (decimal): -2032064 or 4259552. OLE color: 4259552.
HSL color Cylindrical-coordinate representation of color #E0FE40: hue angle of 69.47º 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 #E0FE40 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 64 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.00 |
| HSL | 69.47º | 0.99% | 0.62% | - |
| HSV(B) | 69.47º | 0.75% | 1% | - |
| XYZ | 67.11 | 87.1 | 18.13 | - |
| YUV | 223.37 | 38.06 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 64 | 0.12 | 0 | 0.75 | 0.00 | 69.47 | 0.99 | 0.62 |
| Hex | E0 | FE | 40 | C | 0 | 4B | 0 | 45 | 63 | 3E |
| Octal | 340 | 376 | 100 | 14 | 0 | 113 | 0 | 105 | 143 | 76 |
| Binary | 11100000 | 11111110 | 1000000 | 1100 | 0 | 1001011 | 0 | 1000101 | 1100011 | 111110 |
Color Harmonies of #E0FE40
Complementary color
Monochromatic Colors of #E0FE40
Black with #E0FE40
Text Example
Text Example
White with #E0FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE40; }
p { color: rgb(224,254,64); }
H1.HeaderClassName
{
color: #E0FE40;
}
.AnyTagClassName
{
color: #E0FE40;
}
</style>
background-color css
<style>
a { background-color: #E0FE40; }
a { background-color: rgb(224,254,64); }
div.DivClassName
{
background-color: #E0FE40;
}
.BgClassName
{
background-color: #E0FE40;
}
</style>
border-color css
<style>
span { border-color: #E0FE40; }
span { border-color: rgb(224,254,64); }
td.TdClassName
{
border-color: #E0FE40;
}
.TagClassName
{
border-color: #E0FE40;
}
</style>