Html Css Color HEX #E1FA91 Tidal

📋 copy color: '#E1FA91'

red 225 ◦ green 250 ◦ blue 145

#E1FA91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #E1FA91

Tints of Tidal #E1FA91

RGB

 RED value IS 225 (88.28% from 255) = 36.29%

 GREEN value IS 250 (98.05% from 255) = 40.32%

 BLUE value IS 145 (57.03% from 255) = 23.39%

R = 36.29%
G = 40.32%
B = 23.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#E1FA91 (or 0xE1FA91) is known color: Tidal. HEX triplet: E1, FA and 91. RGB value is (225,250,145). Sum of RGB (Red+Green+Blue) = 225+250+145=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 145 (57.03% from 255 or 23.39% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FA91 is #1E056E. Grayscale: #E6E6E6. Windows color (decimal): -1967471 or 9566945. OLE color: 9566945.

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

Color convert

RGB 225 250 145 -
CMYK 0.10 0 0.42 0.02
HSL 74.29º 0.91% 0.77% -
HSV(B) 74.29º 0.42% 0.98% -
XYZ 70.35 86.42 39.76 -
YUV 230.56 79.72 124.04 -
System Red Green Blue C M Y K H S L
Decimal 225 250 145 0.10 0 0.42 0.02 74.29 0.91 0.77
Hex E1 FA 91 A 0 2A 2 4A 5B 4D
Octal 341 372 221 12 0 52 2 112 133 115
Binary 11100001 11111010 10010001 1010 0 101010 10 1001010 1011011 1001101

Color Harmonies of #E1FA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FA91

Black with #E1FA91

Text Example


Text Example

White with #E1FA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FA91; }

 p { color: rgb(225,250,145); }

 H1.HeaderClassName
 {
   color: #E1FA91;
 }
 .AnyTagClassName
 {
   color: #E1FA91;
 }
</style>

background-color css

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

 a { background-color: rgb(225,250,145); }

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

border-color css

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

 span { border-color: rgb(225,250,145); }

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