Shades of Tidal #E5FF7E
Tints of Tidal #E5FF7E
RGB
CMYK
RGB Variations
Color information
#E5FF7E (or 0xE5FF7E) is known color: Tidal. HEX triplet: E5, FF and 7E. RGB value is (229,255,126). Sum of RGB (Red+Green+Blue) = 229+255+126=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 126 (49.61% from 255 or 20.66% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FF7E is #1A0081. Grayscale: #E9E9E9. Windows color (decimal): -1704066 or 8323045. OLE color: 8323045.
HSL color Cylindrical-coordinate representation of color #E5FF7E: hue angle of 72.09º 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 #E5FF7E is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 126 | - |
| CMYK | 0.10 | 0 | 0.51 | 0 |
| HSL | 72.09º | 1% | 0.75% | - |
| HSV(B) | 72.09º | 0.51% | 1% | - |
| XYZ | 71.84 | 89.68 | 33.26 | - |
| YUV | 232.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 126 | 0.10 | 0 | 0.51 | 0 | 72.09 | 1 | 0.75 |
| Hex | E5 | FF | 7E | A | 0 | 33 | 0 | 48 | 64 | 4B |
| Octal | 345 | 377 | 176 | 12 | 0 | 63 | 0 | 110 | 144 | 113 |
| Binary | 11100101 | 11111111 | 1111110 | 1010 | 0 | 110011 | 0 | 1001000 | 1100100 | 1001011 |
Color Harmonies of #E5FF7E
Complementary color
Monochromatic Colors of #E5FF7E
Black with #E5FF7E
Text Example
Text Example
White with #E5FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF7E; }
p { color: rgb(229,255,126); }
H1.HeaderClassName
{
color: #E5FF7E;
}
.AnyTagClassName
{
color: #E5FF7E;
}
</style>
background-color css
<style>
a { background-color: #E5FF7E; }
a { background-color: rgb(229,255,126); }
div.DivClassName
{
background-color: #E5FF7E;
}
.BgClassName
{
background-color: #E5FF7E;
}
</style>
border-color css
<style>
span { border-color: #E5FF7E; }
span { border-color: rgb(229,255,126); }
td.TdClassName
{
border-color: #E5FF7E;
}
.TagClassName
{
border-color: #E5FF7E;
}
</style>