#E2FD8E

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

Shades of Tidal #E2FD8E

Tints of Tidal #E2FD8E

Color information

#E2FD8E (or 0xE2FD8E) is unknown color: approx Tidal. HEX triplet: E2, FD and 8E. RGB value is (226,253,142). Sum of RGB (Red+Green+Blue) = 226+253+142=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FD8E is #1D0271. Grayscale: #E8E8E8. Windows color (decimal): -1901170 or 9371106. OLE color: 9371106.

HSL color Cylindrical-coordinate representation of color #E2FD8E: hue angle of 74.59º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2FD8E is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB226253142-
CMYK0.1100.440.01
HSL74.59º96.52%77.45%-
HSV(B)74.59º43.87%99.22%-
XYZ71.3788.3738.89-
YUV232.2777.05123.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.39%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 142 (55.86% from 255) = 22.87%
R=36.39%
G=40.74%
B=22.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262531420.1100.440.0174.5996.5277.45
HexE2FD8EB02C14b614d
Octal342375216130541113141115
Binary111000101111110110001110101101011001100101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FD8E; }

 p { color: rgb(226,253,142); }

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

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

 a { background-color: rgb(226,253,142); }

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

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

 span { border-color: rgb(226,253,142); }

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