Shades of Tidal #E8FF81
Tints of Tidal #E8FF81
RGB
CMYK
RGB Variations
Color information
#E8FF81 (or 0xE8FF81) is known color: Tidal. HEX triplet: E8, FF and 81. RGB value is (232,255,129). Sum of RGB (Red+Green+Blue) = 232+255+129=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 129 (50.78% from 255 or 20.94% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FF81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FF81 is #17007E. Grayscale: #EAEAEA. Windows color (decimal): -1507455 or 8519656. OLE color: 8519656.
HSL color Cylindrical-coordinate representation of color #E8FF81: hue angle of 70.95º 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 #E8FF81 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 129 | - |
| CMYK | 0.09 | 0 | 0.49 | 0 |
| HSL | 70.95º | 1% | 0.75% | - |
| HSV(B) | 70.95º | 0.49% | 1% | - |
| XYZ | 73 | 90.26 | 34.34 | - |
| YUV | 233.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 129 | 0.09 | 0 | 0.49 | 0 | 70.95 | 1 | 0.75 |
| Hex | E8 | FF | 81 | 9 | 0 | 31 | 0 | 47 | 64 | 4B |
| Octal | 350 | 377 | 201 | 11 | 0 | 61 | 0 | 107 | 144 | 113 |
| Binary | 11101000 | 11111111 | 10000001 | 1001 | 0 | 110001 | 0 | 1000111 | 1100100 | 1001011 |
Color Harmonies of #E8FF81
Complementary color
Monochromatic Colors of #E8FF81
Black with #E8FF81
Text Example
Text Example
White with #E8FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FF81; }
p { color: rgb(232,255,129); }
H1.HeaderClassName
{
color: #E8FF81;
}
.AnyTagClassName
{
color: #E8FF81;
}
</style>
background-color css
<style>
a { background-color: #E8FF81; }
a { background-color: rgb(232,255,129); }
div.DivClassName
{
background-color: #E8FF81;
}
.BgClassName
{
background-color: #E8FF81;
}
</style>
border-color css
<style>
span { border-color: #E8FF81; }
span { border-color: rgb(232,255,129); }
td.TdClassName
{
border-color: #E8FF81;
}
.TagClassName
{
border-color: #E8FF81;
}
</style>