Shades of Pear #E0FF47
Tints of Pear #E0FF47
RGB
CMYK
RGB Variations
Color information
#E0FF47 (or 0xE0FF47) is known color: Pear. HEX triplet: E0, FF and 47. RGB value is (224,255,71). Sum of RGB (Red+Green+Blue) = 224+255+71=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 71 (28.12% from 255 or 12.91% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF47 is #1F00B8. Grayscale: #E1E1E1. Windows color (decimal): -2031801 or 4718560. OLE color: 4718560.
HSL color Cylindrical-coordinate representation of color #E0FF47: hue angle of 70.11º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0FF47 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 71 | - |
| CMYK | 0.12 | 0 | 0.72 | 0 |
| HSL | 70.11º | 1% | 0.64% | - |
| HSV(B) | 70.11º | 0.72% | 1% | - |
| XYZ | 67.64 | 87.82 | 19.35 | - |
| YUV | 224.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 71 | 0.12 | 0 | 0.72 | 0 | 70.11 | 1 | 0.64 |
| Hex | E0 | FF | 47 | C | 0 | 48 | 0 | 46 | 64 | 40 |
| Octal | 340 | 377 | 107 | 14 | 0 | 110 | 0 | 106 | 144 | 100 |
| Binary | 11100000 | 11111111 | 1000111 | 1100 | 0 | 1001000 | 0 | 1000110 | 1100100 | 1000000 |
Color Harmonies of #E0FF47
Complementary color
Monochromatic Colors of #E0FF47
Black with #E0FF47
Text Example
Text Example
White with #E0FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF47; }
p { color: rgb(224,255,71); }
H1.HeaderClassName
{
color: #E0FF47;
}
.AnyTagClassName
{
color: #E0FF47;
}
</style>
background-color css
<style>
a { background-color: #E0FF47; }
a { background-color: rgb(224,255,71); }
div.DivClassName
{
background-color: #E0FF47;
}
.BgClassName
{
background-color: #E0FF47;
}
</style>
border-color css
<style>
span { border-color: #E0FF47; }
span { border-color: rgb(224,255,71); }
td.TdClassName
{
border-color: #E0FF47;
}
.TagClassName
{
border-color: #E0FF47;
}
</style>