#E1F222

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

Shades of Pear #E1F222

Tints of Pear #E1F222

Color information

#E1F222 (or 0xE1F222) is unknown color: approx Pear. HEX triplet: E1, F2 and 22. RGB value is (225,242,34). Sum of RGB (Red+Green+Blue) = 225+242+34=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 34 (13.67% from 255 or 6.79% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F222 is #1E0DDD. Grayscale: #D6D6D6. Windows color (decimal): -1969630 or 2290401. OLE color: 2290401.

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

Color convert

RGB22524234-
CMYK0.0700.860.05
HSL64.9º88.89%54.12%-
HSV(B)64.9º85.95%94.9%-
XYZ63.0979.6313.56-
YUV213.226.87136.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 242 (94.92% from 255) = 48.30%
BLUE value IS 34 (13.67% from 255) = 6.79%
R=44.91%
G=48.30%
B=6.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225242340.0700.860.0564.988.8954.12
HexE1F22270565415936
Octal3413624270126510113166
Binary11100001111100101000101110101011010110000011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F222; }

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

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

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

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

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

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

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

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