Shades of Tidal #E5FF7D
Tints of Tidal #E5FF7D
RGB
CMYK
RGB Variations
Color information
#E5FF7D (or 0xE5FF7D) is known color: Tidal. HEX triplet: E5, FF and 7D. RGB value is (229,255,125). Sum of RGB (Red+Green+Blue) = 229+255+125=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FF7D is #1A0082. Grayscale: #E8E8E8. Windows color (decimal): -1704067 or 8257509. OLE color: 8257509.
HSL color Cylindrical-coordinate representation of color #E5FF7D: hue angle of 72º 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 #E5FF7D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 125 | - |
| CMYK | 0.10 | 0 | 0.51 | 0 |
| HSL | 72º | 1% | 0.75% | - |
| HSV(B) | 72º | 0.51% | 1% | - |
| XYZ | 71.77 | 89.66 | 32.92 | - |
| YUV | 232.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 125 | 0.10 | 0 | 0.51 | 0 | 72 | 1 | 0.75 |
| Hex | E5 | FF | 7D | A | 0 | 33 | 0 | 48 | 64 | 4B |
| Octal | 345 | 377 | 175 | 12 | 0 | 63 | 0 | 110 | 144 | 113 |
| Binary | 11100101 | 11111111 | 1111101 | 1010 | 0 | 110011 | 0 | 1001000 | 1100100 | 1001011 |
Color Harmonies of #E5FF7D
Complementary color
Monochromatic Colors of #E5FF7D
Black with #E5FF7D
Text Example
Text Example
White with #E5FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF7D; }
p { color: rgb(229,255,125); }
H1.HeaderClassName
{
color: #E5FF7D;
}
.AnyTagClassName
{
color: #E5FF7D;
}
</style>
background-color css
<style>
a { background-color: #E5FF7D; }
a { background-color: rgb(229,255,125); }
div.DivClassName
{
background-color: #E5FF7D;
}
.BgClassName
{
background-color: #E5FF7D;
}
</style>
border-color css
<style>
span { border-color: #E5FF7D; }
span { border-color: rgb(229,255,125); }
td.TdClassName
{
border-color: #E5FF7D;
}
.TagClassName
{
border-color: #E5FF7D;
}
</style>