Shades of Tidal #E8FD88
Tints of Tidal #E8FD88
RGB
CMYK
RGB Variations
Color information
#E8FD88 (or 0xE8FD88) is known color: Tidal. HEX triplet: E8, FD and 88. RGB value is (232,253,136). Sum of RGB (Red+Green+Blue) = 232+253+136=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 136 (53.52% from 255 or 21.90% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FD88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FD88 is #170277. Grayscale: #E9E9E9. Windows color (decimal): -1507960 or 8977896. OLE color: 8977896.
HSL color Cylindrical-coordinate representation of color #E8FD88: hue angle of 70.77º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8FD88 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 253 | 136 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.01 |
| HSL | 70.77º | 0.97% | 0.76% | - |
| HSV(B) | 70.77º | 0.46% | 0.99% | - |
| XYZ | 72.85 | 89.18 | 36.67 | - |
| YUV | 233.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 253 | 136 | 0.08 | 0 | 0.46 | 0.01 | 70.77 | 0.97 | 0.76 |
| Hex | E8 | FD | 88 | 8 | 0 | 2E | 1 | 47 | 61 | 4C |
| Octal | 350 | 375 | 210 | 10 | 0 | 56 | 1 | 107 | 141 | 114 |
| Binary | 11101000 | 11111101 | 10001000 | 1000 | 0 | 101110 | 1 | 1000111 | 1100001 | 1001100 |
Color Harmonies of #E8FD88
Complementary color
Monochromatic Colors of #E8FD88
Black with #E8FD88
Text Example
Text Example
White with #E8FD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FD88; }
p { color: rgb(232,253,136); }
H1.HeaderClassName
{
color: #E8FD88;
}
.AnyTagClassName
{
color: #E8FD88;
}
</style>
background-color css
<style>
a { background-color: #E8FD88; }
a { background-color: rgb(232,253,136); }
div.DivClassName
{
background-color: #E8FD88;
}
.BgClassName
{
background-color: #E8FD88;
}
</style>
border-color css
<style>
span { border-color: #E8FD88; }
span { border-color: rgb(232,253,136); }
td.TdClassName
{
border-color: #E8FD88;
}
.TagClassName
{
border-color: #E8FD88;
}
</style>