Shades of Pear #E1FE3C
Tints of Pear #E1FE3C
RGB
CMYK
RGB Variations
Color information
#E1FE3C (or 0xE1FE3C) is known color: Pear. HEX triplet: E1, FE and 3C. RGB value is (225,254,60). Sum of RGB (Red+Green+Blue) = 225+254+60=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 60 (23.83% from 255 or 11.13% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FE3C is #1E01C3. Grayscale: #DFDFDF. Windows color (decimal): -1966532 or 3997409. OLE color: 3997409.
HSL color Cylindrical-coordinate representation of color #E1FE3C: hue angle of 68.97º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1FE3C is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 60 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.00 |
| HSL | 68.97º | 0.99% | 0.62% | - |
| HSV(B) | 68.97º | 0.76% | 1% | - |
| XYZ | 67.31 | 87.22 | 17.56 | - |
| YUV | 223.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 60 | 0.11 | 0 | 0.76 | 0.00 | 68.97 | 0.99 | 0.62 |
| Hex | E1 | FE | 3C | B | 0 | 4C | 0 | 45 | 63 | 3E |
| Octal | 341 | 376 | 74 | 13 | 0 | 114 | 0 | 105 | 143 | 76 |
| Binary | 11100001 | 11111110 | 111100 | 1011 | 0 | 1001100 | 0 | 1000101 | 1100011 | 111110 |
Color Harmonies of #E1FE3C
Complementary color
Monochromatic Colors of #E1FE3C
Black with #E1FE3C
Text Example
Text Example
White with #E1FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE3C; }
p { color: rgb(225,254,60); }
H1.HeaderClassName
{
color: #E1FE3C;
}
.AnyTagClassName
{
color: #E1FE3C;
}
</style>
background-color css
<style>
a { background-color: #E1FE3C; }
a { background-color: rgb(225,254,60); }
div.DivClassName
{
background-color: #E1FE3C;
}
.BgClassName
{
background-color: #E1FE3C;
}
</style>
border-color css
<style>
span { border-color: #E1FE3C; }
span { border-color: rgb(225,254,60); }
td.TdClassName
{
border-color: #E1FE3C;
}
.TagClassName
{
border-color: #E1FE3C;
}
</style>