Shades of Pear #E0FE3E
Tints of Pear #E0FE3E
RGB
CMYK
RGB Variations
Color information
#E0FE3E (or 0xE0FE3E) is known color: Pear. HEX triplet: E0, FE and 3E. RGB value is (224,254,62). Sum of RGB (Red+Green+Blue) = 224+254+62=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 62 (24.61% from 255 or 11.48% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE3E is #1F01C1. Grayscale: #DFDFDF. Windows color (decimal): -2032066 or 4128480. OLE color: 4128480.
HSL color Cylindrical-coordinate representation of color #E0FE3E: hue angle of 69.38º 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 #E0FE3E is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 62 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.00 |
| HSL | 69.38º | 0.99% | 0.62% | - |
| HSV(B) | 69.38º | 0.76% | 1% | - |
| XYZ | 67.05 | 87.08 | 17.83 | - |
| YUV | 223.14 | 37.06 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 62 | 0.12 | 0 | 0.76 | 0.00 | 69.38 | 0.99 | 0.62 |
| Hex | E0 | FE | 3E | C | 0 | 4C | 0 | 45 | 63 | 3E |
| Octal | 340 | 376 | 76 | 14 | 0 | 114 | 0 | 105 | 143 | 76 |
| Binary | 11100000 | 11111110 | 111110 | 1100 | 0 | 1001100 | 0 | 1000101 | 1100011 | 111110 |
Color Harmonies of #E0FE3E
Complementary color
Monochromatic Colors of #E0FE3E
Black with #E0FE3E
Text Example
Text Example
White with #E0FE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE3E; }
p { color: rgb(224,254,62); }
H1.HeaderClassName
{
color: #E0FE3E;
}
.AnyTagClassName
{
color: #E0FE3E;
}
</style>
background-color css
<style>
a { background-color: #E0FE3E; }
a { background-color: rgb(224,254,62); }
div.DivClassName
{
background-color: #E0FE3E;
}
.BgClassName
{
background-color: #E0FE3E;
}
</style>
border-color css
<style>
span { border-color: #E0FE3E; }
span { border-color: rgb(224,254,62); }
td.TdClassName
{
border-color: #E0FE3E;
}
.TagClassName
{
border-color: #E0FE3E;
}
</style>