#E2F382

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

Shades of Tidal #E2F382

Tints of Tidal #E2F382

Color information

#E2F382 (or 0xE2F382) is unknown color: approx Tidal. HEX triplet: E2, F3 and 82. RGB value is (226,243,130). Sum of RGB (Red+Green+Blue) = 226+243+130=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F382 is #1D0C7D. Grayscale: #E1E1E1. Windows color (decimal): -1903742 or 8582114. OLE color: 8582114.

HSL color Cylindrical-coordinate representation of color #E2F382: hue angle of 69.03º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2F382 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB226243130-
CMYK0.0700.470.05
HSL69.03º82.48%73.14%-
HSV(B)69.03º46.5%95.29%-
XYZ67.4481.8833.37-
YUV225.0374.37128.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 130 (51.17% from 255) = 21.70%
R=37.73%
G=40.57%
B=21.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262431300.0700.470.0569.0382.4873.14
HexE2F382702F5455249
Octal34236320270575105122111
Binary1110001011110011100000101110101111101100010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F382; }

 p { color: rgb(226,243,130); }

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

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

 a { background-color: rgb(226,243,130); }

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

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

 span { border-color: rgb(226,243,130); }

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