Shades of Pear #E0FF46
Tints of Pear #E0FF46
RGB
CMYK
RGB Variations
Color information
#E0FF46 (or 0xE0FF46) is known color: Pear. HEX triplet: E0, FF and 46. RGB value is (224,255,70). Sum of RGB (Red+Green+Blue) = 224+255+70=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 70 (27.73% from 255 or 12.75% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF46 is #1F00B9. Grayscale: #E1E1E1. Windows color (decimal): -2031802 or 4653024. OLE color: 4653024.
HSL color Cylindrical-coordinate representation of color #E0FF46: hue angle of 70.05º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0FF46 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 70 | - |
| CMYK | 0.12 | 0 | 0.73 | 0 |
| HSL | 70.05º | 1% | 0.64% | - |
| HSV(B) | 70.05º | 0.73% | 1% | - |
| XYZ | 67.61 | 87.81 | 19.18 | - |
| YUV | 224.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 70 | 0.12 | 0 | 0.73 | 0 | 70.05 | 1 | 0.64 |
| Hex | E0 | FF | 46 | C | 0 | 49 | 0 | 46 | 64 | 40 |
| Octal | 340 | 377 | 106 | 14 | 0 | 111 | 0 | 106 | 144 | 100 |
| Binary | 11100000 | 11111111 | 1000110 | 1100 | 0 | 1001001 | 0 | 1000110 | 1100100 | 1000000 |
Color Harmonies of #E0FF46
Complementary color
Monochromatic Colors of #E0FF46
Black with #E0FF46
Text Example
Text Example
White with #E0FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF46; }
p { color: rgb(224,255,70); }
H1.HeaderClassName
{
color: #E0FF46;
}
.AnyTagClassName
{
color: #E0FF46;
}
</style>
background-color css
<style>
a { background-color: #E0FF46; }
a { background-color: rgb(224,255,70); }
div.DivClassName
{
background-color: #E0FF46;
}
.BgClassName
{
background-color: #E0FF46;
}
</style>
border-color css
<style>
span { border-color: #E0FF46; }
span { border-color: rgb(224,255,70); }
td.TdClassName
{
border-color: #E0FF46;
}
.TagClassName
{
border-color: #E0FF46;
}
</style>