#E1FA86

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

Shades of Tidal #E1FA86

Tints of Tidal #E1FA86

Color information

#E1FA86 (or 0xE1FA86) is unknown color: approx Tidal. HEX triplet: E1, FA and 86. RGB value is (225,250,134). Sum of RGB (Red+Green+Blue) = 225+250+134=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FA86 is #1E0579. Grayscale: #E5E5E5. Windows color (decimal): -1967482 or 8846049. OLE color: 8846049.

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

Color convert

RGB225250134-
CMYK0.1000.460.02
HSL72.93º92.06%75.29%-
HSV(B)72.93º46.4%98.04%-
XYZ69.5486.135.51-
YUV229.374.22124.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 134 (52.73% from 255) = 22.00%
R=36.95%
G=41.05%
B=22.00%

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
Decimal2252501340.1000.460.0272.9392.0675.29
HexE1FA86A02E2495c4b
Octal341372206120562111134113
Binary1110000111111010100001101010010111010100100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FA86; }

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

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

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

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

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

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

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

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