#E6F580

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

Shades of Tidal #E6F580

Tints of Tidal #E6F580

Color information

#E6F580 (or 0xE6F580) is unknown color: approx Tidal. HEX triplet: E6, F5 and 80. RGB value is (230,245,128). Sum of RGB (Red+Green+Blue) = 230+245+128=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F580 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F580 is #190A7F. Grayscale: #E3E3E3. Windows color (decimal): -1641088 or 8451558. OLE color: 8451558.

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

Color convert

RGB230245128-
CMYK0.0600.480.04
HSL67.69º85.4%73.14%-
HSV(B)67.69º47.76%96.08%-
XYZ69.1883.6932.93-
YUV227.1872.03130.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 245 (96.09% from 255) = 40.63%
BLUE value IS 128 (50.39% from 255) = 21.23%
R=38.14%
G=40.63%
B=21.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302451280.0600.480.0467.6985.473.14
HexE6F58060304445549
Octal34636520060604104125111
Binary1110011011110101100000001100110000100100010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F580; }

 p { color: rgb(230,245,128); }

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

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

 a { background-color: rgb(230,245,128); }

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

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

 span { border-color: rgb(230,245,128); }

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