#E1F420

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

Shades of Pear #E1F420

Tints of Pear #E1F420

Color information

#E1F420 (or 0xE1F420) is unknown color: approx Pear. HEX triplet: E1, F4 and 20. RGB value is (225,244,32). Sum of RGB (Red+Green+Blue) = 225+244+32=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F420 is #1E0BDF. Grayscale: #D6D6D6. Windows color (decimal): -1969120 or 2159841. OLE color: 2159841.

HSL color Cylindrical-coordinate representation of color #E1F420: hue angle of 65.38º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1F420 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB22524432-
CMYK0.0800.870.04
HSL65.38º90.6%54.12%-
HSV(B)65.38º86.89%95.69%-
XYZ63.6680.8113.61-
YUV214.1525.21135.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 244 (95.70% from 255) = 48.70%
BLUE value IS 32 (12.89% from 255) = 6.39%
R=44.91%
G=48.70%
B=6.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal225244320.0800.870.0465.3890.654.12
HexE1F42080574415b36
Octal34136440100127410113366
Binary111000011111010010000010000101011110010000011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F420; }

 p { color: rgb(225,244,32); }

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

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

 a { background-color: rgb(225,244,32); }

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

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

 span { border-color: rgb(225,244,32); }

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