Shades of Pear #E0FF45
Tints of Pear #E0FF45
RGB
CMYK
RGB Variations
Color information
#E0FF45 (or 0xE0FF45) is known color: Pear. HEX triplet: E0, FF and 45. RGB value is (224,255,69). Sum of RGB (Red+Green+Blue) = 224+255+69=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF45 is #1F00BA. Grayscale: #E1E1E1. Windows color (decimal): -2031803 or 4587488. OLE color: 4587488.
HSL color Cylindrical-coordinate representation of color #E0FF45: hue angle of 70º 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 #E0FF45 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 69 | - |
| CMYK | 0.12 | 0 | 0.73 | 0 |
| HSL | 70º | 1% | 0.64% | - |
| HSV(B) | 70º | 0.73% | 1% | - |
| XYZ | 67.57 | 87.8 | 19.02 | - |
| YUV | 224.53 | 40.23 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 69 | 0.12 | 0 | 0.73 | 0 | 70 | 1 | 0.64 |
| Hex | E0 | FF | 45 | C | 0 | 49 | 0 | 46 | 64 | 40 |
| Octal | 340 | 377 | 105 | 14 | 0 | 111 | 0 | 106 | 144 | 100 |
| Binary | 11100000 | 11111111 | 1000101 | 1100 | 0 | 1001001 | 0 | 1000110 | 1100100 | 1000000 |
Color Harmonies of #E0FF45
Complementary color
Monochromatic Colors of #E0FF45
Black with #E0FF45
Text Example
Text Example
White with #E0FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF45; }
p { color: rgb(224,255,69); }
H1.HeaderClassName
{
color: #E0FF45;
}
.AnyTagClassName
{
color: #E0FF45;
}
</style>
background-color css
<style>
a { background-color: #E0FF45; }
a { background-color: rgb(224,255,69); }
div.DivClassName
{
background-color: #E0FF45;
}
.BgClassName
{
background-color: #E0FF45;
}
</style>
border-color css
<style>
span { border-color: #E0FF45; }
span { border-color: rgb(224,255,69); }
td.TdClassName
{
border-color: #E0FF45;
}
.TagClassName
{
border-color: #E0FF45;
}
</style>