Shades of Tidal #E5FF81
Tints of Tidal #E5FF81
RGB
CMYK
RGB Variations
Color information
#E5FF81 (or 0xE5FF81) is known color: Tidal. HEX triplet: E5, FF and 81. RGB value is (229,255,129). Sum of RGB (Red+Green+Blue) = 229+255+129=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 129 (50.78% from 255 or 21.04% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FF81 is #1A007E. Grayscale: #E9E9E9. Windows color (decimal): -1704063 or 8519653. OLE color: 8519653.
HSL color Cylindrical-coordinate representation of color #E5FF81: hue angle of 72.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5FF81 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 129 | - |
| CMYK | 0.10 | 0 | 0.49 | 0 |
| HSL | 72.38º | 1% | 0.75% | - |
| HSV(B) | 72.38º | 0.49% | 1% | - |
| XYZ | 72.04 | 89.76 | 34.3 | - |
| YUV | 232.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 129 | 0.10 | 0 | 0.49 | 0 | 72.38 | 1 | 0.75 |
| Hex | E5 | FF | 81 | A | 0 | 31 | 0 | 48 | 64 | 4B |
| Octal | 345 | 377 | 201 | 12 | 0 | 61 | 0 | 110 | 144 | 113 |
| Binary | 11100101 | 11111111 | 10000001 | 1010 | 0 | 110001 | 0 | 1001000 | 1100100 | 1001011 |
Color Harmonies of #E5FF81
Complementary color
Monochromatic Colors of #E5FF81
Black with #E5FF81
Text Example
Text Example
White with #E5FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF81; }
p { color: rgb(229,255,129); }
H1.HeaderClassName
{
color: #E5FF81;
}
.AnyTagClassName
{
color: #E5FF81;
}
</style>
background-color css
<style>
a { background-color: #E5FF81; }
a { background-color: rgb(229,255,129); }
div.DivClassName
{
background-color: #E5FF81;
}
.BgClassName
{
background-color: #E5FF81;
}
</style>
border-color css
<style>
span { border-color: #E5FF81; }
span { border-color: rgb(229,255,129); }
td.TdClassName
{
border-color: #E5FF81;
}
.TagClassName
{
border-color: #E5FF81;
}
</style>