Shades of Pear #E0FE41
Tints of Pear #E0FE41
RGB
CMYK
RGB Variations
Color information
#E0FE41 (or 0xE0FE41) is known color: Pear. HEX triplet: E0, FE and 41. RGB value is (224,254,65). Sum of RGB (Red+Green+Blue) = 224+254+65=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 65 (25.78% from 255 or 11.97% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE41 is #1F01BE. Grayscale: #E0E0E0. Windows color (decimal): -2032063 or 4325088. OLE color: 4325088.
HSL color Cylindrical-coordinate representation of color #E0FE41: hue angle of 69.52º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0FE41 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 65 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.00 |
| HSL | 69.52º | 0.99% | 0.63% | - |
| HSV(B) | 69.52º | 0.74% | 1% | - |
| XYZ | 67.14 | 87.11 | 18.28 | - |
| YUV | 223.48 | 38.56 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 65 | 0.12 | 0 | 0.74 | 0.00 | 69.52 | 0.99 | 0.63 |
| Hex | E0 | FE | 41 | C | 0 | 4A | 0 | 46 | 63 | 3F |
| Octal | 340 | 376 | 101 | 14 | 0 | 112 | 0 | 106 | 143 | 77 |
| Binary | 11100000 | 11111110 | 1000001 | 1100 | 0 | 1001010 | 0 | 1000110 | 1100011 | 111111 |
Color Harmonies of #E0FE41
Complementary color
Monochromatic Colors of #E0FE41
Black with #E0FE41
Text Example
Text Example
White with #E0FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE41; }
p { color: rgb(224,254,65); }
H1.HeaderClassName
{
color: #E0FE41;
}
.AnyTagClassName
{
color: #E0FE41;
}
</style>
background-color css
<style>
a { background-color: #E0FE41; }
a { background-color: rgb(224,254,65); }
div.DivClassName
{
background-color: #E0FE41;
}
.BgClassName
{
background-color: #E0FE41;
}
</style>
border-color css
<style>
span { border-color: #E0FE41; }
span { border-color: rgb(224,254,65); }
td.TdClassName
{
border-color: #E0FE41;
}
.TagClassName
{
border-color: #E0FE41;
}
</style>