#E2FF41

Color #E2FF41 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #E2FF41

Tints of Pear #E2FF41

Color information

#E2FF41 (or 0xE2FF41) is unknown color: approx 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

RGB22625565-
CMYK0.1100.750
HSL69.16º100%62.75%-
HSV(B)69.16º74.51%100%-
XYZ68.0888.0718.41-
YUV224.6737.89128.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 41.39%
GREEN value IS 255 (100% from 255) = 46.70%
BLUE value IS 65 (25.78% from 255) = 11.90%
R=41.39%
G=46.70%
B=11.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal226255650.1100.75069.1610062.75
HexE2FF41B04B045643f
Octal342377101130113010514477
Binary11100010111111111000001101101001011010001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>