Shades of Tidal #E8FF97
Tints of Tidal #E8FF97
RGB
CMYK
RGB Variations
Color information
#E8FF97 (or 0xE8FF97) is known color: Tidal. HEX triplet: E8, FF and 97. RGB value is (232,255,151). Sum of RGB (Red+Green+Blue) = 232+255+151=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 151 (59.38% from 255 or 23.67% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FF97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FF97 is #170068. Grayscale: #ECECEC. Windows color (decimal): -1507433 or 9961448. OLE color: 9961448.
HSL color Cylindrical-coordinate representation of color #E8FF97: hue angle of 73.27º 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 #E8FF97 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 151 | - |
| CMYK | 0.09 | 0 | 0.41 | 0 |
| HSL | 73.27º | 1% | 0.8% | - |
| HSV(B) | 73.27º | 0.41% | 1% | - |
| XYZ | 74.62 | 90.91 | 42.89 | - |
| YUV | 236.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 151 | 0.09 | 0 | 0.41 | 0 | 73.27 | 1 | 0.8 |
| Hex | E8 | FF | 97 | 9 | 0 | 29 | 0 | 49 | 64 | 50 |
| Octal | 350 | 377 | 227 | 11 | 0 | 51 | 0 | 111 | 144 | 120 |
| Binary | 11101000 | 11111111 | 10010111 | 1001 | 0 | 101001 | 0 | 1001001 | 1100100 | 1010000 |
Color Harmonies of #E8FF97
Complementary color
Monochromatic Colors of #E8FF97
Black with #E8FF97
Text Example
Text Example
White with #E8FF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FF97; }
p { color: rgb(232,255,151); }
H1.HeaderClassName
{
color: #E8FF97;
}
.AnyTagClassName
{
color: #E8FF97;
}
</style>
background-color css
<style>
a { background-color: #E8FF97; }
a { background-color: rgb(232,255,151); }
div.DivClassName
{
background-color: #E8FF97;
}
.BgClassName
{
background-color: #E8FF97;
}
</style>
border-color css
<style>
span { border-color: #E8FF97; }
span { border-color: rgb(232,255,151); }
td.TdClassName
{
border-color: #E8FF97;
}
.TagClassName
{
border-color: #E8FF97;
}
</style>