#E9FE80

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

Shades of Tidal #E9FE80

Tints of Tidal #E9FE80

Color information

#E9FE80 (or 0xE9FE80) is unknown color: approx Tidal. HEX triplet: E9, FE and 80. RGB value is (233,254,128). Sum of RGB (Red+Green+Blue) = 233+254+128=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FE80 is #16017F. Grayscale: #E9E9E9. Windows color (decimal): -1442176 or 8453865. OLE color: 8453865.

HSL color Cylindrical-coordinate representation of color #E9FE80: hue angle of 70º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9FE80 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB233254128-
CMYK0.0800.500.00
HSL70º98.44%74.9%-
HSV(B)70º49.61%99.61%-
XYZ72.9489.7733.9-
YUV233.3668.54127.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.89%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 128 (50.39% from 255) = 20.81%
R=37.89%
G=41.30%
B=20.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332541280.0800.500.007098.4474.9
HexE9FE808032046624b
Octal351376200100620106142113
Binary111010011111111010000000100001100100100011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FE80; }

 p { color: rgb(233,254,128); }

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

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

 a { background-color: rgb(233,254,128); }

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

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

 span { border-color: rgb(233,254,128); }

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