Shades of Tidal #E9FF97
Tints of Tidal #E9FF97
RGB
CMYK
RGB Variations
Color information
#E9FF97 (or 0xE9FF97) is known color: Tidal. HEX triplet: E9, FF and 97. RGB value is (233,255,151). Sum of RGB (Red+Green+Blue) = 233+255+151=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 151 (59.38% from 255 or 23.63% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FF97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FF97 is #160068. Grayscale: #ECECEC. Windows color (decimal): -1441897 or 9961449. OLE color: 9961449.
HSL color Cylindrical-coordinate representation of color #E9FF97: hue angle of 72.69º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9FF97 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 151 | - |
| CMYK | 0.09 | 0 | 0.41 | 0 |
| HSL | 72.69º | 1% | 0.8% | - |
| HSV(B) | 72.69º | 0.41% | 1% | - |
| XYZ | 74.95 | 91.08 | 42.91 | - |
| YUV | 236.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 151 | 0.09 | 0 | 0.41 | 0 | 72.69 | 1 | 0.8 |
| Hex | E9 | FF | 97 | 9 | 0 | 29 | 0 | 49 | 64 | 50 |
| Octal | 351 | 377 | 227 | 11 | 0 | 51 | 0 | 111 | 144 | 120 |
| Binary | 11101001 | 11111111 | 10010111 | 1001 | 0 | 101001 | 0 | 1001001 | 1100100 | 1010000 |
Color Harmonies of #E9FF97
Complementary color
Monochromatic Colors of #E9FF97
Black with #E9FF97
Text Example
Text Example
White with #E9FF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FF97; }
p { color: rgb(233,255,151); }
H1.HeaderClassName
{
color: #E9FF97;
}
.AnyTagClassName
{
color: #E9FF97;
}
</style>
background-color css
<style>
a { background-color: #E9FF97; }
a { background-color: rgb(233,255,151); }
div.DivClassName
{
background-color: #E9FF97;
}
.BgClassName
{
background-color: #E9FF97;
}
</style>
border-color css
<style>
span { border-color: #E9FF97; }
span { border-color: rgb(233,255,151); }
td.TdClassName
{
border-color: #E9FF97;
}
.TagClassName
{
border-color: #E9FF97;
}
</style>