Shades of Tidal #E4FF96
Tints of Tidal #E4FF96
RGB
CMYK
RGB Variations
Color information
#E4FF96 (or 0xE4FF96) is known color: Tidal. HEX triplet: E4, FF and 96. RGB value is (228,255,150). Sum of RGB (Red+Green+Blue) = 228+255+150=633 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.02% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 150 (58.98% from 255 or 23.70% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FF96 is #1B0069. Grayscale: #EBEBEB. Windows color (decimal): -1769578 or 9895908. OLE color: 9895908.
HSL color Cylindrical-coordinate representation of color #E4FF96: hue angle of 75.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E4FF96 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 150 | - |
| CMYK | 0.11 | 0 | 0.41 | 0 |
| HSL | 75.43º | 1% | 0.79% | - |
| HSV(B) | 75.43º | 0.41% | 1% | - |
| XYZ | 73.26 | 90.22 | 42.41 | - |
| YUV | 234.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 150 | 0.11 | 0 | 0.41 | 0 | 75.43 | 1 | 0.79 |
| Hex | E4 | FF | 96 | B | 0 | 29 | 0 | 4B | 64 | 4F |
| Octal | 344 | 377 | 226 | 13 | 0 | 51 | 0 | 113 | 144 | 117 |
| Binary | 11100100 | 11111111 | 10010110 | 1011 | 0 | 101001 | 0 | 1001011 | 1100100 | 1001111 |
Color Harmonies of #E4FF96
Complementary color
Monochromatic Colors of #E4FF96
Black with #E4FF96
Text Example
Text Example
White with #E4FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FF96; }
p { color: rgb(228,255,150); }
H1.HeaderClassName
{
color: #E4FF96;
}
.AnyTagClassName
{
color: #E4FF96;
}
</style>
background-color css
<style>
a { background-color: #E4FF96; }
a { background-color: rgb(228,255,150); }
div.DivClassName
{
background-color: #E4FF96;
}
.BgClassName
{
background-color: #E4FF96;
}
</style>
border-color css
<style>
span { border-color: #E4FF96; }
span { border-color: rgb(228,255,150); }
td.TdClassName
{
border-color: #E4FF96;
}
.TagClassName
{
border-color: #E4FF96;
}
</style>