#E1F72C

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

Shades of Pear #E1F72C

Tints of Pear #E1F72C

Color information

#E1F72C (or 0xE1F72C) is unknown color: approx Pear. HEX triplet: E1, F7 and 2C. RGB value is (225,247,44). Sum of RGB (Red+Green+Blue) = 225+247+44=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #E1F72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F72C is #1E08D3. Grayscale: #DADADA. Windows color (decimal): -1968340 or 2947041. OLE color: 2947041.

HSL color Cylindrical-coordinate representation of color #E1F72C: hue angle of 66.5º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1F72C is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB22524744-
CMYK0.0900.820.03
HSL66.5º92.69%57.06%-
HSV(B)66.5º82.19%96.86%-
XYZ64.7782.7114.93-
YUV217.2830.21133.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 44 (17.58% from 255) = 8.53%
R=43.60%
G=47.87%
B=8.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal225247440.0900.820.0366.592.6957.06
HexE1F72C90523435d39
Octal34136754110122310313571
Binary11100001111101111011001001010100101110000111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F72C; }

 p { color: rgb(225,247,44); }

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

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

 a { background-color: rgb(225,247,44); }

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

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

 span { border-color: rgb(225,247,44); }

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