Shades of Tidal #E8FF7D
Tints of Tidal #E8FF7D
RGB
CMYK
RGB Variations
Color information
#E8FF7D (or 0xE8FF7D) is known color: Tidal. HEX triplet: E8, FF and 7D. RGB value is (232,255,125). Sum of RGB (Red+Green+Blue) = 232+255+125=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 125 (49.22% from 255 or 20.42% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8FF7D is #170082. Grayscale: #E9E9E9. Windows color (decimal): -1507459 or 8257512. OLE color: 8257512.
HSL color Cylindrical-coordinate representation of color #E8FF7D: hue angle of 70.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8FF7D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 125 | - |
| CMYK | 0.09 | 0 | 0.51 | 0 |
| HSL | 70.62º | 1% | 0.75% | - |
| HSV(B) | 70.62º | 0.51% | 1% | - |
| XYZ | 72.74 | 90.16 | 32.97 | - |
| YUV | 233.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 125 | 0.09 | 0 | 0.51 | 0 | 70.62 | 1 | 0.75 |
| Hex | E8 | FF | 7D | 9 | 0 | 33 | 0 | 47 | 64 | 4B |
| Octal | 350 | 377 | 175 | 11 | 0 | 63 | 0 | 107 | 144 | 113 |
| Binary | 11101000 | 11111111 | 1111101 | 1001 | 0 | 110011 | 0 | 1000111 | 1100100 | 1001011 |
Color Harmonies of #E8FF7D
Complementary color
Monochromatic Colors of #E8FF7D
Black with #E8FF7D
Text Example
Text Example
White with #E8FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FF7D; }
p { color: rgb(232,255,125); }
H1.HeaderClassName
{
color: #E8FF7D;
}
.AnyTagClassName
{
color: #E8FF7D;
}
</style>
background-color css
<style>
a { background-color: #E8FF7D; }
a { background-color: rgb(232,255,125); }
div.DivClassName
{
background-color: #E8FF7D;
}
.BgClassName
{
background-color: #E8FF7D;
}
</style>
border-color css
<style>
span { border-color: #E8FF7D; }
span { border-color: rgb(232,255,125); }
td.TdClassName
{
border-color: #E8FF7D;
}
.TagClassName
{
border-color: #E8FF7D;
}
</style>