#E1FD94

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

Shades of Tidal #E1FD94

Tints of Tidal #E1FD94

Color information

#E1FD94 (or 0xE1FD94) is unknown color: approx Tidal. HEX triplet: E1, FD and 94. RGB value is (225,253,148). Sum of RGB (Red+Green+Blue) = 225+253+148=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FD94 is #1E026B. Grayscale: #E9E9E9. Windows color (decimal): -1966700 or 9764321. OLE color: 9764321.

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

Color convert

RGB225253148-
CMYK0.1100.420.01
HSL76º96.33%78.63%-
HSV(B)76º41.5%99.22%-
XYZ71.5288.441.31-
YUV232.6680.22122.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 253 (99.22% from 255) = 40.42%
BLUE value IS 148 (58.20% from 255) = 23.64%
R=35.94%
G=40.42%
B=23.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531480.1100.420.017696.3378.63
HexE1FD94B02A14c604f
Octal341375224130521114140117
Binary111000011111110110010100101101010101100110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FD94; }

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

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

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

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

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

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

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

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