Shades of Tidal #E9FF80
Tints of Tidal #E9FF80
RGB
CMYK
RGB Variations
Color information
#E9FF80 (or 0xE9FF80) is known color: Tidal. HEX triplet: E9, FF and 80. RGB value is (233,255,128). Sum of RGB (Red+Green+Blue) = 233+255+128=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FF80 is #16007F. Grayscale: #EAEAEA. Windows color (decimal): -1441920 or 8454121. OLE color: 8454121.
HSL color Cylindrical-coordinate representation of color #E9FF80: hue angle of 70.39º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9FF80 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 128 | - |
| CMYK | 0.09 | 0 | 0.50 | 0 |
| HSL | 70.39º | 1% | 0.75% | - |
| HSV(B) | 70.39º | 0.5% | 1% | - |
| XYZ | 73.26 | 90.4 | 34.01 | - |
| YUV | 233.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 128 | 0.09 | 0 | 0.50 | 0 | 70.39 | 1 | 0.75 |
| Hex | E9 | FF | 80 | 9 | 0 | 32 | 0 | 46 | 64 | 4B |
| Octal | 351 | 377 | 200 | 11 | 0 | 62 | 0 | 106 | 144 | 113 |
| Binary | 11101001 | 11111111 | 10000000 | 1001 | 0 | 110010 | 0 | 1000110 | 1100100 | 1001011 |
Color Harmonies of #E9FF80
Complementary color
Monochromatic Colors of #E9FF80
Black with #E9FF80
Text Example
Text Example
White with #E9FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FF80; }
p { color: rgb(233,255,128); }
H1.HeaderClassName
{
color: #E9FF80;
}
.AnyTagClassName
{
color: #E9FF80;
}
</style>
background-color css
<style>
a { background-color: #E9FF80; }
a { background-color: rgb(233,255,128); }
div.DivClassName
{
background-color: #E9FF80;
}
.BgClassName
{
background-color: #E9FF80;
}
</style>
border-color css
<style>
span { border-color: #E9FF80; }
span { border-color: rgb(233,255,128); }
td.TdClassName
{
border-color: #E9FF80;
}
.TagClassName
{
border-color: #E9FF80;
}
</style>