#E1FF86

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

Shades of Tidal #E1FF86

Tints of Tidal #E1FF86

Color information

#E1FF86 (or 0xE1FF86) is unknown color: approx Tidal. HEX triplet: E1, FF and 86. RGB value is (225,255,134). Sum of RGB (Red+Green+Blue) = 225+255+134=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FF86 is #1E0079. Grayscale: #E8E8E8. Windows color (decimal): -1966202 or 8847329. OLE color: 8847329.

HSL color Cylindrical-coordinate representation of color #E1FF86: hue angle of 74.88º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1FF86 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB225255134-
CMYK0.1200.470
HSL74.88º100%76.27%-
HSV(B)74.88º47.45%100%-
XYZ71.1189.2536.03-
YUV232.2472.56122.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 134 (52.73% from 255) = 21.82%
R=36.64%
G=41.53%
B=21.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551340.1200.47074.8810076.27
HexE1FF86C02F04b644c
Octal341377206140570113144114
Binary111000011111111110000110110001011110100101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FF86; }

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

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

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

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

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

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

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

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