Html Css Color HEX #E2F981 Tidal

📋 copy color: '#E2F981'

red 226 ◦ green 249 ◦ blue 129

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

Shades of Tidal #E2F981

Tints of Tidal #E2F981

RGB

 RED value IS 226 (88.67% from 255) = 37.42%

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

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

R = 37.42%
G = 41.23%
B = 21.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#E2F981 (or 0xE2F981) is known color: Tidal. HEX triplet: E2, F9 and 81. RGB value is (226,249,129). Sum of RGB (Red+Green+Blue) = 226+249+129=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F981 is #1D067E. Grayscale: #E4E4E4. Windows color (decimal): -1902207 or 8518114. OLE color: 8518114.

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

Color convert

RGB 226 249 129 -
CMYK 0.09 0 0.48 0.02
HSL 71.5º 0.91% 0.74% -
HSV(B) 71.5º 0.48% 0.98% -
XYZ 69.2 85.51 33.63 -
YUV 228.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 226 249 129 0.09 0 0.48 0.02 71.5 0.91 0.74
Hex E2 F9 81 9 0 30 2 48 5B 4A
Octal 342 371 201 11 0 60 2 110 133 112
Binary 11100010 11111001 10000001 1001 0 110000 10 1001000 1011011 1001010

Color Harmonies of #E2F981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F981

Black with #E2F981

Text Example


Text Example

White with #E2F981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F981; }

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

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

background-color css

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

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

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

border-color css

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

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

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