#E1F287

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

Shades of Tidal #E1F287

Tints of Tidal #E1F287

Color information

#E1F287 (or 0xE1F287) is unknown color: approx Tidal. HEX triplet: E1, F2 and 87. RGB value is (225,242,135). Sum of RGB (Red+Green+Blue) = 225+242+135=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 135 (53.12% from 255 or 22.43% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F287 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F287 is #1E0D78. Grayscale: #E1E1E1. Windows color (decimal): -1969529 or 8909537. OLE color: 8909537.

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

Color convert

RGB225242135-
CMYK0.0700.440.05
HSL69.53º80.45%73.92%-
HSV(B)69.53º44.21%94.9%-
XYZ67.1881.2635.07-
YUV224.7277.37128.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 242 (94.92% from 255) = 40.20%
BLUE value IS 135 (53.12% from 255) = 22.43%
R=37.38%
G=40.20%
B=22.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252421350.0700.440.0569.5380.4573.92
HexE1F287702C546504a
Octal34136220770545106120112
Binary1110000111110010100001111110101100101100011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F287; }

 p { color: rgb(225,242,135); }

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

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

 a { background-color: rgb(225,242,135); }

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

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

 span { border-color: rgb(225,242,135); }

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