Shades of Tidal #E7FF94
Tints of Tidal #E7FF94
RGB
CMYK
RGB Variations
Color information
#E7FF94 (or 0xE7FF94) is known color: Tidal. HEX triplet: E7, FF and 94. RGB value is (231,255,148). Sum of RGB (Red+Green+Blue) = 231+255+148=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #E7FF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7FF94 is #18006B. Grayscale: #ECECEC. Windows color (decimal): -1572972 or 9764839. OLE color: 9764839.
HSL color Cylindrical-coordinate representation of color #E7FF94: hue angle of 73.46º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7FF94 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 255 | 148 | - |
| CMYK | 0.09 | 0 | 0.42 | 0 |
| HSL | 73.46º | 1% | 0.79% | - |
| HSV(B) | 73.46º | 0.42% | 1% | - |
| XYZ | 74.06 | 90.65 | 41.61 | - |
| YUV | 235.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 255 | 148 | 0.09 | 0 | 0.42 | 0 | 73.46 | 1 | 0.79 |
| Hex | E7 | FF | 94 | 9 | 0 | 2A | 0 | 49 | 64 | 4F |
| Octal | 347 | 377 | 224 | 11 | 0 | 52 | 0 | 111 | 144 | 117 |
| Binary | 11100111 | 11111111 | 10010100 | 1001 | 0 | 101010 | 0 | 1001001 | 1100100 | 1001111 |
Color Harmonies of #E7FF94
Complementary color
Monochromatic Colors of #E7FF94
Black with #E7FF94
Text Example
Text Example
White with #E7FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FF94; }
p { color: rgb(231,255,148); }
H1.HeaderClassName
{
color: #E7FF94;
}
.AnyTagClassName
{
color: #E7FF94;
}
</style>
background-color css
<style>
a { background-color: #E7FF94; }
a { background-color: rgb(231,255,148); }
div.DivClassName
{
background-color: #E7FF94;
}
.BgClassName
{
background-color: #E7FF94;
}
</style>
border-color css
<style>
span { border-color: #E7FF94; }
span { border-color: rgb(231,255,148); }
td.TdClassName
{
border-color: #E7FF94;
}
.TagClassName
{
border-color: #E7FF94;
}
</style>