#E1FB85

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

Shades of Tidal #E1FB85

Tints of Tidal #E1FB85

Color information

#E1FB85 (or 0xE1FB85) is unknown color: approx Tidal. HEX triplet: E1, FB and 85. RGB value is (225,251,133). Sum of RGB (Red+Green+Blue) = 225+251+133=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FB85 is #1E047A. Grayscale: #E6E6E6. Windows color (decimal): -1967227 or 8780769. OLE color: 8780769.

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

Color convert

RGB225251133-
CMYK0.1000.470.02
HSL73.22º93.65%75.29%-
HSV(B)73.22º47.01%98.43%-
XYZ69.7886.735.25-
YUV229.7773.39124.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 133 (52.34% from 255) = 21.84%
R=36.95%
G=41.22%
B=21.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511330.1000.470.0273.2293.6575.29
HexE1FB85A02F2495e4b
Octal341373205120572111136113
Binary1110000111111011100001011010010111110100100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FB85; }

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

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

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

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

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

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

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

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