Html Css Color HEX #E1F981 Tidal

📋 copy color: '#E1F981'

red 225 ◦ green 249 ◦ blue 129

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

Shades of Tidal #E1F981

Tints of Tidal #E1F981

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.29%

 BLUE value IS 129 (50.78% from 255) = 21.39%

R = 37.31%
G = 41.29%
B = 21.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#E1F981 (or 0xE1F981) is known color: Tidal. HEX triplet: E1, F9 and 81. RGB value is (225,249,129). Sum of RGB (Red+Green+Blue) = 225+249+129=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F981 is #1E067E. Grayscale: #E4E4E4. Windows color (decimal): -1967743 or 8518113. OLE color: 8518113.

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

Color convert

RGB 225 249 129 -
CMYK 0.10 0 0.48 0.02
HSL 72º 0.91% 0.74% -
HSV(B) 72º 0.48% 0.98% -
XYZ 68.89 85.34 33.61 -
YUV 228.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 225 249 129 0.10 0 0.48 0.02 72 0.91 0.74
Hex E1 F9 81 A 0 30 2 48 5B 4A
Octal 341 371 201 12 0 60 2 110 133 112
Binary 11100001 11111001 10000001 1010 0 110000 10 1001000 1011011 1001010

Color Harmonies of #E1F981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F981

Black with #E1F981

Text Example


Text Example

White with #E1F981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F981; }

 p { color: rgb(225,249,129); }

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

background-color css

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

 a { background-color: rgb(225,249,129); }

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

border-color css

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

 span { border-color: rgb(225,249,129); }

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