#E5FA86

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

Shades of Tidal #E5FA86

Tints of Tidal #E5FA86

Color information

#E5FA86 (or 0xE5FA86) is unknown color: approx Tidal. HEX triplet: E5, FA and 86. RGB value is (229,250,134). Sum of RGB (Red+Green+Blue) = 229+250+134=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FA86 is #1A0579. Grayscale: #E6E6E6. Windows color (decimal): -1705338 or 8846053. OLE color: 8846053.

HSL color Cylindrical-coordinate representation of color #E5FA86: hue angle of 70.86º 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 #E5FA86 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB229250134-
CMYK0.0800.460.02
HSL70.86º92.06%75.29%-
HSV(B)70.86º46.4%98.04%-
XYZ70.886.7535.57-
YUV230.573.54126.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.36%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 134 (52.73% from 255) = 21.86%
R=37.36%
G=40.78%
B=21.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292501340.0800.460.0270.8692.0675.29
HexE5FA86802E2475c4b
Octal345372206100562107134113
Binary1110010111111010100001101000010111010100011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FA86; }

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

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

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

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

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

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

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

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