#E1F235

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

Shades of Pear #E1F235

Tints of Pear #E1F235

Color information

#E1F235 (or 0xE1F235) is unknown color: approx Pear. HEX triplet: E1, F2 and 35. RGB value is (225,242,53). Sum of RGB (Red+Green+Blue) = 225+242+53=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 53 (21.09% from 255 or 10.19% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F235 is #1E0DCA. Grayscale: #D8D8D8. Windows color (decimal): -1969611 or 3535585. OLE color: 3535585.

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

Color convert

RGB22524253-
CMYK0.0700.780.05
HSL65.4º87.91%57.84%-
HSV(B)65.4º78.1%94.9%-
XYZ63.4579.7715.42-
YUV215.3736.37134.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 242 (94.92% from 255) = 46.54%
BLUE value IS 53 (21.09% from 255) = 10.19%
R=43.27%
G=46.54%
B=10.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225242530.0700.780.0565.487.9157.84
HexE1F235704E541583a
Octal3413626570116510113072
Binary11100001111100101101011110100111010110000011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F235; }

 p { color: rgb(225,242,53); }

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

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

 a { background-color: rgb(225,242,53); }

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

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

 span { border-color: rgb(225,242,53); }

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