Shades of Pear #E2FF41
Tints of Pear #E2FF41
RGB
CMYK
RGB Variations
Color information
#E2FF41 (or 0xE2FF41) is known color: Pear. HEX triplet: E2, FF and 41. RGB value is (226,255,65). Sum of RGB (Red+Green+Blue) = 226+255+65=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 65 (25.78% from 255 or 11.90% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FF41 is #1D00BE. Grayscale: #E1E1E1. Windows color (decimal): -1900735 or 4325346. OLE color: 4325346.
HSL color Cylindrical-coordinate representation of color #E2FF41: hue angle of 69.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2FF41 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 65 | - |
| CMYK | 0.11 | 0 | 0.75 | 0 |
| HSL | 69.16º | 1% | 0.63% | - |
| HSV(B) | 69.16º | 0.75% | 1% | - |
| XYZ | 68.08 | 88.07 | 18.41 | - |
| YUV | 224.67 | 37.89 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 65 | 0.11 | 0 | 0.75 | 0 | 69.16 | 1 | 0.63 |
| Hex | E2 | FF | 41 | B | 0 | 4B | 0 | 45 | 64 | 3F |
| Octal | 342 | 377 | 101 | 13 | 0 | 113 | 0 | 105 | 144 | 77 |
| Binary | 11100010 | 11111111 | 1000001 | 1011 | 0 | 1001011 | 0 | 1000101 | 1100100 | 111111 |
Color Harmonies of #E2FF41
Complementary color
Monochromatic Colors of #E2FF41
Black with #E2FF41
Text Example
Text Example
White with #E2FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF41; }
p { color: rgb(226,255,65); }
H1.HeaderClassName
{
color: #E2FF41;
}
.AnyTagClassName
{
color: #E2FF41;
}
</style>
background-color css
<style>
a { background-color: #E2FF41; }
a { background-color: rgb(226,255,65); }
div.DivClassName
{
background-color: #E2FF41;
}
.BgClassName
{
background-color: #E2FF41;
}
</style>
border-color css
<style>
span { border-color: #E2FF41; }
span { border-color: rgb(226,255,65); }
td.TdClassName
{
border-color: #E2FF41;
}
.TagClassName
{
border-color: #E2FF41;
}
</style>