#E1F88A

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

Shades of Tidal #E1F88A

Tints of Tidal #E1F88A

Color information

#E1F88A (or 0xE1F88A) is unknown color: approx Tidal. HEX triplet: E1, F8 and 8A. RGB value is (225,248,138). Sum of RGB (Red+Green+Blue) = 225+248+138=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F88A is #1E0775. Grayscale: #E5E5E5. Windows color (decimal): -1967990 or 9107681. OLE color: 9107681.

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

Color convert

RGB225248138-
CMYK0.0900.440.03
HSL72.55º88.71%75.69%-
HSV(B)72.55º44.35%97.25%-
XYZ69.2184.9836.8-
YUV228.5876.88125.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.82%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 138 (54.30% from 255) = 22.59%
R=36.82%
G=40.59%
B=22.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2252481380.0900.440.0372.5588.7175.69
HexE1F88A902C349594c
Octal341370212110543111131114
Binary1110000111111000100010101001010110011100100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F88A; }

 p { color: rgb(225,248,138); }

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

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

 a { background-color: rgb(225,248,138); }

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

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

 span { border-color: rgb(225,248,138); }

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