Shades of Tidal #E5FF86
Tints of Tidal #E5FF86
RGB
CMYK
RGB Variations
Color information
#E5FF86 (or 0xE5FF86) is known color: Tidal. HEX triplet: E5, FF and 86. RGB value is (229,255,134). Sum of RGB (Red+Green+Blue) = 229+255+134=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FF86 is #1A0079. Grayscale: #E9E9E9. Windows color (decimal): -1704058 or 8847333. OLE color: 8847333.
HSL color Cylindrical-coordinate representation of color #E5FF86: hue angle of 72.89º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5FF86 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 134 | - |
| CMYK | 0.10 | 0 | 0.47 | 0 |
| HSL | 72.89º | 1% | 0.76% | - |
| HSV(B) | 72.89º | 0.47% | 1% | - |
| XYZ | 72.38 | 89.9 | 36.09 | - |
| YUV | 233.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 134 | 0.10 | 0 | 0.47 | 0 | 72.89 | 1 | 0.76 |
| Hex | E5 | FF | 86 | A | 0 | 2F | 0 | 49 | 64 | 4C |
| Octal | 345 | 377 | 206 | 12 | 0 | 57 | 0 | 111 | 144 | 114 |
| Binary | 11100101 | 11111111 | 10000110 | 1010 | 0 | 101111 | 0 | 1001001 | 1100100 | 1001100 |
Color Harmonies of #E5FF86
Complementary color
Monochromatic Colors of #E5FF86
Black with #E5FF86
Text Example
Text Example
White with #E5FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF86; }
p { color: rgb(229,255,134); }
H1.HeaderClassName
{
color: #E5FF86;
}
.AnyTagClassName
{
color: #E5FF86;
}
</style>
background-color css
<style>
a { background-color: #E5FF86; }
a { background-color: rgb(229,255,134); }
div.DivClassName
{
background-color: #E5FF86;
}
.BgClassName
{
background-color: #E5FF86;
}
</style>
border-color css
<style>
span { border-color: #E5FF86; }
span { border-color: rgb(229,255,134); }
td.TdClassName
{
border-color: #E5FF86;
}
.TagClassName
{
border-color: #E5FF86;
}
</style>