Shades of Tidal #E5FD96
Tints of Tidal #E5FD96
RGB
CMYK
RGB Variations
Color information
#E5FD96 (or 0xE5FD96) is known color: Tidal. HEX triplet: E5, FD and 96. RGB value is (229,253,150). Sum of RGB (Red+Green+Blue) = 229+253+150=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 150 (58.98% from 255 or 23.73% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FD96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FD96 is #1A0269. Grayscale: #EAEAEA. Windows color (decimal): -1704554 or 9895397. OLE color: 9895397.
HSL color Cylindrical-coordinate representation of color #E5FD96: hue angle of 73.98º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5FD96 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 150 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.01 |
| HSL | 73.98º | 0.96% | 0.79% | - |
| HSV(B) | 73.98º | 0.41% | 0.99% | - |
| XYZ | 72.94 | 89.11 | 42.21 | - |
| YUV | 234.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 150 | 0.09 | 0 | 0.41 | 0.01 | 73.98 | 0.96 | 0.79 |
| Hex | E5 | FD | 96 | 9 | 0 | 29 | 1 | 4A | 60 | 4F |
| Octal | 345 | 375 | 226 | 11 | 0 | 51 | 1 | 112 | 140 | 117 |
| Binary | 11100101 | 11111101 | 10010110 | 1001 | 0 | 101001 | 1 | 1001010 | 1100000 | 1001111 |
Color Harmonies of #E5FD96
Complementary color
Monochromatic Colors of #E5FD96
Black with #E5FD96
Text Example
Text Example
White with #E5FD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FD96; }
p { color: rgb(229,253,150); }
H1.HeaderClassName
{
color: #E5FD96;
}
.AnyTagClassName
{
color: #E5FD96;
}
</style>
background-color css
<style>
a { background-color: #E5FD96; }
a { background-color: rgb(229,253,150); }
div.DivClassName
{
background-color: #E5FD96;
}
.BgClassName
{
background-color: #E5FD96;
}
</style>
border-color css
<style>
span { border-color: #E5FD96; }
span { border-color: rgb(229,253,150); }
td.TdClassName
{
border-color: #E5FD96;
}
.TagClassName
{
border-color: #E5FD96;
}
</style>