#E2F182

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

Shades of Tidal #E2F182

Tints of Tidal #E2F182

Color information

#E2F182 (or 0xE2F182) is unknown color: approx Tidal. HEX triplet: E2, F1 and 82. RGB value is (226,241,130). Sum of RGB (Red+Green+Blue) = 226+241+130=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F182 is #1D0E7D. Grayscale: #E0E0E0. Windows color (decimal): -1904254 or 8581602. OLE color: 8581602.

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

Color convert

RGB226241130-
CMYK0.0600.460.05
HSL68.11º79.86%72.75%-
HSV(B)68.11º46.06%94.51%-
XYZ66.8580.6933.17-
YUV223.8675.03129.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.86%
GREEN value IS 241 (94.53% from 255) = 40.37%
BLUE value IS 130 (51.17% from 255) = 21.78%
R=37.86%
G=40.37%
B=21.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262411300.0600.460.0568.1179.8672.75
HexE2F182602E5445049
Octal34236120260565104120111
Binary1110001011110001100000101100101110101100010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F182; }

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

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

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

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

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

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

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

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