Shades of Pear #E3FE40
Tints of Pear #E3FE40
RGB
CMYK
RGB Variations
Color information
#E3FE40 (or 0xE3FE40) is known color: Pear. HEX triplet: E3, FE and 40. RGB value is (227,254,64). Sum of RGB (Red+Green+Blue) = 227+254+64=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 64 (25.39% from 255 or 11.74% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #E3FE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3FE40 is #1C01BF. Grayscale: #E0E0E0. Windows color (decimal): -1835456 or 4259555. OLE color: 4259555.
HSL color Cylindrical-coordinate representation of color #E3FE40: hue angle of 68.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E3FE40 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 254 | 64 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.00 |
| HSL | 68.53º | 0.99% | 0.62% | - |
| HSV(B) | 68.53º | 0.75% | 1% | - |
| XYZ | 68.05 | 87.58 | 18.17 | - |
| YUV | 224.27 | 37.55 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 254 | 64 | 0.11 | 0 | 0.75 | 0.00 | 68.53 | 0.99 | 0.62 |
| Hex | E3 | FE | 40 | B | 0 | 4B | 0 | 45 | 63 | 3E |
| Octal | 343 | 376 | 100 | 13 | 0 | 113 | 0 | 105 | 143 | 76 |
| Binary | 11100011 | 11111110 | 1000000 | 1011 | 0 | 1001011 | 0 | 1000101 | 1100011 | 111110 |
Color Harmonies of #E3FE40
Complementary color
Monochromatic Colors of #E3FE40
Black with #E3FE40
Text Example
Text Example
White with #E3FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FE40; }
p { color: rgb(227,254,64); }
H1.HeaderClassName
{
color: #E3FE40;
}
.AnyTagClassName
{
color: #E3FE40;
}
</style>
background-color css
<style>
a { background-color: #E3FE40; }
a { background-color: rgb(227,254,64); }
div.DivClassName
{
background-color: #E3FE40;
}
.BgClassName
{
background-color: #E3FE40;
}
</style>
border-color css
<style>
span { border-color: #E3FE40; }
span { border-color: rgb(227,254,64); }
td.TdClassName
{
border-color: #E3FE40;
}
.TagClassName
{
border-color: #E3FE40;
}
</style>