#e1f31e

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

Shades of Pear #E1F31E

Tints of Pear #E1F31E

Color information

#E1F31E (or 0xE1F31E) is unknown color: approx Pear. HEX triplet: E1, F3 and 1E. RGB value is (225,243,30). Sum of RGB (Red+Green+Blue) = 225+243+30=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 30 (12.11% from 255 or 6.02% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F31E is #1E0CE1. Grayscale: #D6D6D6. Windows color (decimal): -1969378 or 2028513. OLE color: 2028513.

HSL color Cylindrical-coordinate representation of color #E1F31E: hue angle of 65.07º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1F31E is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB22524330-
CMYK0.0700.880.05
HSL65.07º89.87%53.53%-
HSV(B)65.07º87.65%95.29%-
XYZ63.3480.213.37-
YUV213.3424.54136.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 243 (95.31% from 255) = 48.80%
BLUE value IS 30 (12.11% from 255) = 6.02%
R=45.18%
G=48.80%
B=6.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225243300.0700.880.0565.0789.8753.53
HexE1F31E70585415a36
Octal3413633670130510113266
Binary1110000111110011111101110101100010110000011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1f31e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1f31e; }

 p { color: rgb(225,243,30); }

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

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

 a { background-color: rgb(225,243,30); }

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

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

 span { border-color: rgb(225,243,30); }

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