Html Css Color HEX #E2F991 Tidal

📋 copy color: '#E2F991'

red 226 ◦ green 249 ◦ blue 145

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

Shades of Tidal #E2F991

Tints of Tidal #E2F991

RGB

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

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

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

R = 36.45%
G = 40.16%
B = 23.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#E2F991 (or 0xE2F991) is known color: Tidal. HEX triplet: E2, F9 and 91. RGB value is (226,249,145). Sum of RGB (Red+Green+Blue) = 226+249+145=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 145 (57.03% from 255 or 23.39% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F991 is #1D066E. Grayscale: #E6E6E6. Windows color (decimal): -1902191 or 9566690. OLE color: 9566690.

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

Color convert

RGB 226 249 145 -
CMYK 0.09 0 0.42 0.02
HSL 73.27º 0.9% 0.77% -
HSV(B) 73.27º 0.42% 0.98% -
XYZ 70.35 85.96 39.67 -
YUV 230.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 226 249 145 0.09 0 0.42 0.02 73.27 0.9 0.77
Hex E2 F9 91 9 0 2A 2 49 5A 4D
Octal 342 371 221 11 0 52 2 111 132 115
Binary 11100010 11111001 10010001 1001 0 101010 10 1001001 1011010 1001101

Color Harmonies of #E2F991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F991

Black with #E2F991

Text Example


Text Example

White with #E2F991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F991; }

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

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

background-color css

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

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

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

border-color css

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

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

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