Shades of Tidal #E5FF8E
Tints of Tidal #E5FF8E
RGB
CMYK
RGB Variations
Color information
#E5FF8E (or 0xE5FF8E) is known color: Tidal. HEX triplet: E5, FF and 8E. RGB value is (229,255,142). Sum of RGB (Red+Green+Blue) = 229+255+142=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 142 (55.86% from 255 or 22.68% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FF8E is #1A0071. Grayscale: #EAEAEA. Windows color (decimal): -1704050 or 9371621. OLE color: 9371621.
HSL color Cylindrical-coordinate representation of color #E5FF8E: hue angle of 73.81º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5FF8E is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 142 | - |
| CMYK | 0.10 | 0 | 0.44 | 0 |
| HSL | 73.81º | 1% | 0.78% | - |
| HSV(B) | 73.81º | 0.44% | 1% | - |
| XYZ | 72.96 | 90.13 | 39.14 | - |
| YUV | 234.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 142 | 0.10 | 0 | 0.44 | 0 | 73.81 | 1 | 0.78 |
| Hex | E5 | FF | 8E | A | 0 | 2C | 0 | 4A | 64 | 4E |
| Octal | 345 | 377 | 216 | 12 | 0 | 54 | 0 | 112 | 144 | 116 |
| Binary | 11100101 | 11111111 | 10001110 | 1010 | 0 | 101100 | 0 | 1001010 | 1100100 | 1001110 |
Color Harmonies of #E5FF8E
Complementary color
Monochromatic Colors of #E5FF8E
Black with #E5FF8E
Text Example
Text Example
White with #E5FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF8E; }
p { color: rgb(229,255,142); }
H1.HeaderClassName
{
color: #E5FF8E;
}
.AnyTagClassName
{
color: #E5FF8E;
}
</style>
background-color css
<style>
a { background-color: #E5FF8E; }
a { background-color: rgb(229,255,142); }
div.DivClassName
{
background-color: #E5FF8E;
}
.BgClassName
{
background-color: #E5FF8E;
}
</style>
border-color css
<style>
span { border-color: #E5FF8E; }
span { border-color: rgb(229,255,142); }
td.TdClassName
{
border-color: #E5FF8E;
}
.TagClassName
{
border-color: #E5FF8E;
}
</style>