#E2F991

Color #E2F991 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #E2F991

Tints of Tidal #E2F991

Color information

#E2F991 (or 0xE2F991) is unknown color: approx 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

RGB226249145-
CMYK0.0900.420.02
HSL73.27º89.66%77.25%-
HSV(B)73.27º41.77%97.65%-
XYZ70.3585.9639.67-
YUV230.2779.88124.96-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262491450.0900.420.0273.2789.6677.25
HexE2F991902A2495a4d
Octal342371221110522111132115
Binary1110001011111001100100011001010101010100100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>