#E1FE80

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

Shades of Tidal #E1FE80

Tints of Tidal #E1FE80

Color information

#E1FE80 (or 0xE1FE80) is unknown color: approx Tidal. HEX triplet: E1, FE and 80. RGB value is (225,254,128). Sum of RGB (Red+Green+Blue) = 225+254+128=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FE80 is #1E017F. Grayscale: #E7E7E7. Windows color (decimal): -1966464 or 8453857. OLE color: 8453857.

HSL color Cylindrical-coordinate representation of color #E1FE80: hue angle of 73.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1FE80 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB225254128-
CMYK0.1100.500.00
HSL73.81º98.44%74.9%-
HSV(B)73.81º49.61%99.61%-
XYZ70.3988.4533.78-
YUV230.9669.89123.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 128 (50.39% from 255) = 21.09%
R=37.07%
G=41.85%
B=21.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252541280.1100.500.0073.8198.4474.9
HexE1FE80B03204a624b
Octal341376200130620112142113
Binary111000011111111010000000101101100100100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FE80; }

 p { color: rgb(225,254,128); }

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

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

 a { background-color: rgb(225,254,128); }

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

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

 span { border-color: rgb(225,254,128); }

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