#E1FA88

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

Shades of Tidal #E1FA88

Tints of Tidal #E1FA88

Color information

#E1FA88 (or 0xE1FA88) is unknown color: approx Tidal. HEX triplet: E1, FA and 88. RGB value is (225,250,136). Sum of RGB (Red+Green+Blue) = 225+250+136=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 136 (53.52% from 255 or 22.26% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FA88 is #1E0577. Grayscale: #E5E5E5. Windows color (decimal): -1967480 or 8977121. OLE color: 8977121.

HSL color Cylindrical-coordinate representation of color #E1FA88: hue angle of 73.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1FA88 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB225250136-
CMYK0.1000.460.02
HSL73.16º91.94%75.69%-
HSV(B)73.16º45.6%98.04%-
XYZ69.6886.1636.25-
YUV229.5375.22124.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.82%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 136 (53.52% from 255) = 22.26%
R=36.82%
G=40.92%
B=22.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252501360.1000.460.0273.1691.9475.69
HexE1FA88A02E2495c4c
Octal341372210120562111134114
Binary1110000111111010100010001010010111010100100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FA88; }

 p { color: rgb(225,250,136); }

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

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

 a { background-color: rgb(225,250,136); }

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

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

 span { border-color: rgb(225,250,136); }

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