#E1FD86

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

Shades of Tidal #E1FD86

Tints of Tidal #E1FD86

Color information

#E1FD86 (or 0xE1FD86) is unknown color: approx Tidal. HEX triplet: E1, FD and 86. RGB value is (225,253,134). Sum of RGB (Red+Green+Blue) = 225+253+134=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FD86 is #1E0279. Grayscale: #E7E7E7. Windows color (decimal): -1966714 or 8846817. OLE color: 8846817.

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

Color convert

RGB225253134-
CMYK0.1100.470.01
HSL74.12º96.75%75.88%-
HSV(B)74.12º47.04%99.22%-
XYZ70.4887.9835.82-
YUV231.0673.22123.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 134 (52.73% from 255) = 21.90%
R=36.76%
G=41.34%
B=21.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531340.1100.470.0174.1296.7575.88
HexE1FD86B02F14a614c
Octal341375206130571112141114
Binary111000011111110110000110101101011111100101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FD86; }

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

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

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

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

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

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

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

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