Shades of Pear #E1FE28
Tints of Pear #E1FE28
RGB
CMYK
RGB Variations
Color information
#E1FE28 (or 0xE1FE28) is known color: Pear. HEX triplet: E1, FE and 28. RGB value is (225,254,40). Sum of RGB (Red+Green+Blue) = 225+254+40=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FE28 is #1E01D7. Grayscale: #DDDDDD. Windows color (decimal): -1966552 or 2686689. OLE color: 2686689.
HSL color Cylindrical-coordinate representation of color #E1FE28: hue angle of 68.13º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1FE28 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 40 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.00 |
| HSL | 68.13º | 0.99% | 0.58% | - |
| HSV(B) | 68.13º | 0.84% | 1% | - |
| XYZ | 66.88 | 87.04 | 15.28 | - |
| YUV | 220.93 | 25.89 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 40 | 0.11 | 0 | 0.84 | 0.00 | 68.13 | 0.99 | 0.58 |
| Hex | E1 | FE | 28 | B | 0 | 54 | 0 | 44 | 63 | 3A |
| Octal | 341 | 376 | 50 | 13 | 0 | 124 | 0 | 104 | 143 | 72 |
| Binary | 11100001 | 11111110 | 101000 | 1011 | 0 | 1010100 | 0 | 1000100 | 1100011 | 111010 |
Color Harmonies of #E1FE28
Complementary color
Monochromatic Colors of #E1FE28
Black with #E1FE28
Text Example
Text Example
White with #E1FE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE28; }
p { color: rgb(225,254,40); }
H1.HeaderClassName
{
color: #E1FE28;
}
.AnyTagClassName
{
color: #E1FE28;
}
</style>
background-color css
<style>
a { background-color: #E1FE28; }
a { background-color: rgb(225,254,40); }
div.DivClassName
{
background-color: #E1FE28;
}
.BgClassName
{
background-color: #E1FE28;
}
</style>
border-color css
<style>
span { border-color: #E1FE28; }
span { border-color: rgb(225,254,40); }
td.TdClassName
{
border-color: #E1FE28;
}
.TagClassName
{
border-color: #E1FE28;
}
</style>