Shades of Tidal #E7FF7D
Tints of Tidal #E7FF7D
RGB
CMYK
RGB Variations
Color information
#E7FF7D (or 0xE7FF7D) is known color: Tidal. HEX triplet: E7, FF and 7D. RGB value is (231,255,125). Sum of RGB (Red+Green+Blue) = 231+255+125=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 125 (49.22% from 255 or 20.46% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #E7FF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7FF7D is #180082. Grayscale: #E9E9E9. Windows color (decimal): -1572995 or 8257511. OLE color: 8257511.
HSL color Cylindrical-coordinate representation of color #E7FF7D: hue angle of 71.08º 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 #E7FF7D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 255 | 125 | - |
| CMYK | 0.09 | 0 | 0.51 | 0 |
| HSL | 71.08º | 1% | 0.75% | - |
| HSV(B) | 71.08º | 0.51% | 1% | - |
| XYZ | 72.42 | 89.99 | 32.96 | - |
| YUV | 233 | 67.05 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 255 | 125 | 0.09 | 0 | 0.51 | 0 | 71.08 | 1 | 0.75 |
| Hex | E7 | FF | 7D | 9 | 0 | 33 | 0 | 47 | 64 | 4B |
| Octal | 347 | 377 | 175 | 11 | 0 | 63 | 0 | 107 | 144 | 113 |
| Binary | 11100111 | 11111111 | 1111101 | 1001 | 0 | 110011 | 0 | 1000111 | 1100100 | 1001011 |
Color Harmonies of #E7FF7D
Complementary color
Monochromatic Colors of #E7FF7D
Black with #E7FF7D
Text Example
Text Example
White with #E7FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FF7D; }
p { color: rgb(231,255,125); }
H1.HeaderClassName
{
color: #E7FF7D;
}
.AnyTagClassName
{
color: #E7FF7D;
}
</style>
background-color css
<style>
a { background-color: #E7FF7D; }
a { background-color: rgb(231,255,125); }
div.DivClassName
{
background-color: #E7FF7D;
}
.BgClassName
{
background-color: #E7FF7D;
}
</style>
border-color css
<style>
span { border-color: #E7FF7D; }
span { border-color: rgb(231,255,125); }
td.TdClassName
{
border-color: #E7FF7D;
}
.TagClassName
{
border-color: #E7FF7D;
}
</style>