#E1FB82

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

Shades of Tidal #E1FB82

Tints of Tidal #E1FB82

Color information

#E1FB82 (or 0xE1FB82) is unknown color: approx Tidal. HEX triplet: E1, FB and 82. RGB value is (225,251,130). Sum of RGB (Red+Green+Blue) = 225+251+130=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FB82 is #1E047D. Grayscale: #E5E5E5. Windows color (decimal): -1967230 or 8584161. OLE color: 8584161.

HSL color Cylindrical-coordinate representation of color #E1FB82: hue angle of 72.89º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1FB82 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB225251130-
CMYK0.1000.480.02
HSL72.89º93.8%74.71%-
HSV(B)72.89º48.21%98.43%-
XYZ69.5886.6134.17-
YUV229.4371.89124.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 130 (51.17% from 255) = 21.45%
R=37.13%
G=41.42%
B=21.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511300.1000.480.0272.8993.874.71
HexE1FB82A0302495e4b
Octal341373202120602111136113
Binary1110000111111011100000101010011000010100100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FB82; }

 p { color: rgb(225,251,130); }

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

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

 a { background-color: rgb(225,251,130); }

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

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

 span { border-color: rgb(225,251,130); }

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