#E2F485

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

Shades of Tidal #E2F485

Tints of Tidal #E2F485

Color information

#E2F485 (or 0xE2F485) is unknown color: approx Tidal. HEX triplet: E2, F4 and 85. RGB value is (226,244,133). Sum of RGB (Red+Green+Blue) = 226+244+133=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F485 is #1D0B7A. Grayscale: #E2E2E2. Windows color (decimal): -1903483 or 8778978. OLE color: 8778978.

HSL color Cylindrical-coordinate representation of color #E2F485: hue angle of 69.73º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2F485 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB226244133-
CMYK0.0700.450.04
HSL69.73º83.46%73.92%-
HSV(B)69.73º45.49%95.69%-
XYZ67.9582.5634.55-
YUV225.9675.54128.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 244 (95.70% from 255) = 40.46%
BLUE value IS 133 (52.34% from 255) = 22.06%
R=37.48%
G=40.46%
B=22.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262441330.0700.450.0469.7383.4673.92
HexE2F485702D446534a
Octal34236420570554106123112
Binary1110001011110100100001011110101101100100011010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F485; }

 p { color: rgb(226,244,133); }

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

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

 a { background-color: rgb(226,244,133); }

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

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

 span { border-color: rgb(226,244,133); }

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