#E6FA80

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

Shades of Tidal #E6FA80

Tints of Tidal #E6FA80

Color information

#E6FA80 (or 0xE6FA80) is unknown color: approx Tidal. HEX triplet: E6, FA and 80. RGB value is (230,250,128). Sum of RGB (Red+Green+Blue) = 230+250+128=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FA80 is #19057F. Grayscale: #E6E6E6. Windows color (decimal): -1639808 or 8452838. OLE color: 8452838.

HSL color Cylindrical-coordinate representation of color #E6FA80: hue angle of 69.84º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6FA80 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB230250128-
CMYK0.0800.490.02
HSL69.84º92.42%74.12%-
HSV(B)69.84º48.8%98.04%-
XYZ70.7286.7533.44-
YUV230.1170.37127.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.83%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 128 (50.39% from 255) = 21.05%
R=37.83%
G=41.12%
B=21.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302501280.0800.490.0269.8492.4274.12
HexE6FA8080312465c4a
Octal346372200100612106134112
Binary1110011011111010100000001000011000110100011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FA80; }

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

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

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

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

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

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

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

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