#E2F986

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

Shades of Tidal #E2F986

Tints of Tidal #E2F986

Color information

#E2F986 (or 0xE2F986) is unknown color: approx Tidal. HEX triplet: E2, F9 and 86. RGB value is (226,249,134). Sum of RGB (Red+Green+Blue) = 226+249+134=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F986 is #1D0679. Grayscale: #E5E5E5. Windows color (decimal): -1902202 or 8845794. OLE color: 8845794.

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

Color convert

RGB226249134-
CMYK0.0900.460.02
HSL72º90.55%75.1%-
HSV(B)72º46.18%97.65%-
XYZ69.5485.6435.42-
YUV229.0174.38125.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 134 (52.73% from 255) = 22.00%
R=37.11%
G=40.89%
B=22.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262491340.0900.460.027290.5575.1
HexE2F986902E2485b4b
Octal342371206110562110133113
Binary1110001011111001100001101001010111010100100010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F986; }

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

 H1.HeaderClassName
 {
   color: #E2F986;
 }
 .AnyTagClassName
 {
   color: #E2F986;
 }
</style>
background-color css

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

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

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

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

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

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