#E6F88D

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

Shades of Tidal #E6F88D

Tints of Tidal #E6F88D

Color information

#E6F88D (or 0xE6F88D) is unknown color: approx Tidal. HEX triplet: E6, F8 and 8D. RGB value is (230,248,141). Sum of RGB (Red+Green+Blue) = 230+248+141=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F88D is #190772. Grayscale: #E6E6E6. Windows color (decimal): -1640307 or 9304294. OLE color: 9304294.

HSL color Cylindrical-coordinate representation of color #E6F88D: hue angle of 70.09º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6F88D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB230248141-
CMYK0.0700.430.03
HSL70.09º88.43%76.27%-
HSV(B)70.09º43.15%97.25%-
XYZ71.0185.8838.03-
YUV230.4277.54127.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.16%
GREEN value IS 248 (97.27% from 255) = 40.06%
BLUE value IS 141 (55.47% from 255) = 22.78%
R=37.16%
G=40.06%
B=22.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2302481410.0700.430.0370.0988.4376.27
HexE6F88D702B346584c
Octal34637021570533106130114
Binary111001101111100010001101111010101111100011010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F88D; }

 p { color: rgb(230,248,141); }

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

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

 a { background-color: rgb(230,248,141); }

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

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

 span { border-color: rgb(230,248,141); }

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