#E1FD93

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

Shades of Tidal #E1FD93

Tints of Tidal #E1FD93

Color information

#E1FD93 (or 0xE1FD93) is unknown color: approx Tidal. HEX triplet: E1, FD and 93. RGB value is (225,253,147). Sum of RGB (Red+Green+Blue) = 225+253+147=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 147 (57.81% from 255 or 23.52% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FD93 is #1E026C. Grayscale: #E8E8E8. Windows color (decimal): -1966701 or 9698785. OLE color: 9698785.

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

Color convert

RGB225253147-
CMYK0.1100.420.01
HSL75.85º96.36%78.43%-
HSV(B)75.85º41.9%99.22%-
XYZ71.4488.3640.89-
YUV232.5479.72122.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 147 (57.81% from 255) = 23.52%
R=36%
G=40.48%
B=23.52%

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
Decimal2252531470.1100.420.0175.8596.3678.43
HexE1FD93B02A14c604e
Octal341375223130521114140116
Binary111000011111110110010011101101010101100110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FD93; }

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

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

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

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

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

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

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

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