Html Css Color HEX #E1FA90 Tidal

📋 copy color: '#E1FA90'

red 225 ◦ green 250 ◦ blue 144

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

Shades of Tidal #E1FA90

Tints of Tidal #E1FA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.26%

R = 36.35%
G = 40.39%
B = 23.26%

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

#E1FA90 (or 0xE1FA90) is known color: Tidal. HEX triplet: E1, FA and 90. RGB value is (225,250,144). Sum of RGB (Red+Green+Blue) = 225+250+144=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FA90 is #1E056F. Grayscale: #E6E6E6. Windows color (decimal): -1967472 or 9501409. OLE color: 9501409.

HSL color Cylindrical-coordinate representation of color #E1FA90: hue angle of 74.15º 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 #E1FA90 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 250 144 -
CMYK 0.10 0 0.42 0.02
HSL 74.15º 0.91% 0.77% -
HSV(B) 74.15º 0.42% 0.98% -
XYZ 70.27 86.39 39.36 -
YUV 230.44 79.22 124.12 -
System Red Green Blue C M Y K H S L
Decimal 225 250 144 0.10 0 0.42 0.02 74.15 0.91 0.77
Hex E1 FA 90 A 0 2A 2 4A 5B 4D
Octal 341 372 220 12 0 52 2 112 133 115
Binary 11100001 11111010 10010000 1010 0 101010 10 1001010 1011011 1001101

Color Harmonies of #E1FA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FA90

Black with #E1FA90

Text Example


Text Example

White with #E1FA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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