#E4F885

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

Shades of Tidal #E4F885

Tints of Tidal #E4F885

Color information

#E4F885 (or 0xE4F885) is unknown color: approx Tidal. HEX triplet: E4, F8 and 85. RGB value is (228,248,133). Sum of RGB (Red+Green+Blue) = 228+248+133=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #E4F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F885 is #1B077A. Grayscale: #E5E5E5. Windows color (decimal): -1771387 or 8780004. OLE color: 8780004.

HSL color Cylindrical-coordinate representation of color #E4F885: hue angle of 70.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4F885 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB228248133-
CMYK0.0800.460.03
HSL70.43º89.15%74.71%-
HSV(B)70.43º46.37%97.25%-
XYZ69.885.3234.98-
YUV228.9173.87127.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 248 (97.27% from 255) = 40.72%
BLUE value IS 133 (52.34% from 255) = 21.84%
R=37.44%
G=40.72%
B=21.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2282481330.0800.460.0370.4389.1574.71
HexE4F885802E346594b
Octal344370205100563106131113
Binary1110010011111000100001011000010111011100011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F885; }

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

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

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

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

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

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

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

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