Shades of Tidal #E8FF80
Tints of Tidal #E8FF80
RGB
CMYK
RGB Variations
Color information
#E8FF80 (or 0xE8FF80) is known color: Tidal. HEX triplet: E8, FF and 80. RGB value is (232,255,128). Sum of RGB (Red+Green+Blue) = 232+255+128=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FF80 is #17007F. Grayscale: #EAEAEA. Windows color (decimal): -1507456 or 8454120. OLE color: 8454120.
HSL color Cylindrical-coordinate representation of color #E8FF80: hue angle of 70.87º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8FF80 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 128 | - |
| CMYK | 0.09 | 0 | 0.50 | 0 |
| HSL | 70.87º | 1% | 0.75% | - |
| HSV(B) | 70.87º | 0.5% | 1% | - |
| XYZ | 72.94 | 90.23 | 33.99 | - |
| YUV | 233.65 | 68.38 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 128 | 0.09 | 0 | 0.50 | 0 | 70.87 | 1 | 0.75 |
| Hex | E8 | FF | 80 | 9 | 0 | 32 | 0 | 47 | 64 | 4B |
| Octal | 350 | 377 | 200 | 11 | 0 | 62 | 0 | 107 | 144 | 113 |
| Binary | 11101000 | 11111111 | 10000000 | 1001 | 0 | 110010 | 0 | 1000111 | 1100100 | 1001011 |
Color Harmonies of #E8FF80
Complementary color
Monochromatic Colors of #E8FF80
Black with #E8FF80
Text Example
Text Example
White with #E8FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FF80; }
p { color: rgb(232,255,128); }
H1.HeaderClassName
{
color: #E8FF80;
}
.AnyTagClassName
{
color: #E8FF80;
}
</style>
background-color css
<style>
a { background-color: #E8FF80; }
a { background-color: rgb(232,255,128); }
div.DivClassName
{
background-color: #E8FF80;
}
.BgClassName
{
background-color: #E8FF80;
}
</style>
border-color css
<style>
span { border-color: #E8FF80; }
span { border-color: rgb(232,255,128); }
td.TdClassName
{
border-color: #E8FF80;
}
.TagClassName
{
border-color: #E8FF80;
}
</style>