#E1F127

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

Shades of Pear #E1F127

Tints of Pear #E1F127

Color information

#E1F127 (or 0xE1F127) is unknown color: approx Pear. HEX triplet: E1, F1 and 27. RGB value is (225,241,39). Sum of RGB (Red+Green+Blue) = 225+241+39=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F127 is #1E0ED8. Grayscale: #D5D5D5. Windows color (decimal): -1969881 or 2617825. OLE color: 2617825.

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

Color convert

RGB22524139-
CMYK0.0700.840.05
HSL64.75º87.83%54.9%-
HSV(B)64.75º83.82%94.51%-
XYZ62.8779.0613.87-
YUV213.1929.7136.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 241 (94.53% from 255) = 47.72%
BLUE value IS 39 (15.62% from 255) = 7.72%
R=44.55%
G=47.72%
B=7.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225241390.0700.840.0564.7587.8354.9
HexE1F12770545415837
Octal3413614770124510113067
Binary11100001111100011001111110101010010110000011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F127; }

 p { color: rgb(225,241,39); }

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

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

 a { background-color: rgb(225,241,39); }

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

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

 span { border-color: rgb(225,241,39); }

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