Shades of Pear #E0FE47
Tints of Pear #E0FE47
RGB
CMYK
RGB Variations
Color information
#E0FE47 (or 0xE0FE47) is known color: Pear. HEX triplet: E0, FE and 47. RGB value is (224,254,71). Sum of RGB (Red+Green+Blue) = 224+254+71=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 71 (28.12% from 255 or 12.93% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE47 is #1F01B8. Grayscale: #E0E0E0. Windows color (decimal): -2032057 or 4718304. OLE color: 4718304.
HSL color Cylindrical-coordinate representation of color #E0FE47: hue angle of 69.84º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0FE47 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 71 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.00 |
| HSL | 69.84º | 0.99% | 0.64% | - |
| HSV(B) | 69.84º | 0.72% | 1% | - |
| XYZ | 67.32 | 87.19 | 19.24 | - |
| YUV | 224.17 | 41.56 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 71 | 0.12 | 0 | 0.72 | 0.00 | 69.84 | 0.99 | 0.64 |
| Hex | E0 | FE | 47 | C | 0 | 48 | 0 | 46 | 63 | 40 |
| Octal | 340 | 376 | 107 | 14 | 0 | 110 | 0 | 106 | 143 | 100 |
| Binary | 11100000 | 11111110 | 1000111 | 1100 | 0 | 1001000 | 0 | 1000110 | 1100011 | 1000000 |
Color Harmonies of #E0FE47
Complementary color
Monochromatic Colors of #E0FE47
Black with #E0FE47
Text Example
Text Example
White with #E0FE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE47; }
p { color: rgb(224,254,71); }
H1.HeaderClassName
{
color: #E0FE47;
}
.AnyTagClassName
{
color: #E0FE47;
}
</style>
background-color css
<style>
a { background-color: #E0FE47; }
a { background-color: rgb(224,254,71); }
div.DivClassName
{
background-color: #E0FE47;
}
.BgClassName
{
background-color: #E0FE47;
}
</style>
border-color css
<style>
span { border-color: #E0FE47; }
span { border-color: rgb(224,254,71); }
td.TdClassName
{
border-color: #E0FE47;
}
.TagClassName
{
border-color: #E0FE47;
}
</style>