#E4F585

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

Shades of Tidal #E4F585

Tints of Tidal #E4F585

Color information

#E4F585 (or 0xE4F585) is unknown color: approx Tidal. HEX triplet: E4, F5 and 85. RGB value is (228,245,133). Sum of RGB (Red+Green+Blue) = 228+245+133=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #E4F585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F585 is #1B0A7A. Grayscale: #E3E3E3. Windows color (decimal): -1772155 or 8779236. OLE color: 8779236.

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

Color convert

RGB228245133-
CMYK0.0700.460.04
HSL69.11º84.85%74.12%-
HSV(B)69.11º45.71%96.08%-
XYZ68.8883.4934.68-
YUV227.1574.87128.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.62%
GREEN value IS 245 (96.09% from 255) = 40.43%
BLUE value IS 133 (52.34% from 255) = 21.95%
R=37.62%
G=40.43%
B=21.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2282451330.0700.460.0469.1184.8574.12
HexE4F585702E445554a
Octal34436520570564105125112
Binary1110010011110101100001011110101110100100010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F585; }

 p { color: rgb(228,245,133); }

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

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

 a { background-color: rgb(228,245,133); }

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

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

 span { border-color: rgb(228,245,133); }

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