#E1FF2E

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

Shades of Pear #E1FF2E

Tints of Pear #E1FF2E

Color information

#E1FF2E (or 0xE1FF2E) is unknown color: approx Pear. HEX triplet: E1, FF and 2E. RGB value is (225,255,46). Sum of RGB (Red+Green+Blue) = 225+255+46=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 46 (18.36% from 255 or 8.75% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FF2E is #1E00D1. Grayscale: #DFDFDF. Windows color (decimal): -1966290 or 3080161. OLE color: 3080161.

HSL color Cylindrical-coordinate representation of color #E1FF2E: hue angle of 68.61º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1FF2E is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB22525546-
CMYK0.1200.820
HSL68.61º100%59.02%-
HSV(B)68.61º81.96%100%-
XYZ67.387.7215.97-
YUV222.228.56129.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 255 (100% from 255) = 48.48%
BLUE value IS 46 (18.36% from 255) = 8.75%
R=42.78%
G=48.48%
B=8.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225255460.1200.82068.6110059.02
HexE1FF2EC052045643b
Octal34137756140122010514473
Binary1110000111111111101110110001010010010001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FF2E; }

 p { color: rgb(225,255,46); }

 H1.HeaderClassName
 {
   color: #E1FF2E;
 }
 .AnyTagClassName
 {
   color: #E1FF2E;
 }
</style>
background-color css

<style>
 a { background-color: #E1FF2E; }

 a { background-color: rgb(225,255,46); }

 div.DivClassName
 {
   background-color: #E1FF2E;
 }
 .BgClassName
 {
   background-color: #E1FF2E;
 }
</style>
border-color css

<style>
 span { border-color: #E1FF2E; }

 span { border-color: rgb(225,255,46); }

 td.TdClassName
 {
   border-color: #E1FF2E;
 }
 .TagClassName
 {
   border-color: #E1FF2E;
 }
</style>