Shades of Tidal #E0FD88
Tints of Tidal #E0FD88
RGB
CMYK
RGB Variations
Color information
#E0FD88 (or 0xE0FD88) is known color: Tidal. HEX triplet: E0, FD and 88. RGB value is (224,253,136). Sum of RGB (Red+Green+Blue) = 224+253+136=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 136 (53.52% from 255 or 22.19% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FD88 is #1F0277. Grayscale: #E7E7E7. Windows color (decimal): -2032248 or 8977888. OLE color: 8977888.
HSL color Cylindrical-coordinate representation of color #E0FD88: hue angle of 74.87º 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 #E0FD88 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 253 | 136 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.01 |
| HSL | 74.87º | 0.97% | 0.76% | - |
| HSV(B) | 74.87º | 0.46% | 0.99% | - |
| XYZ | 70.31 | 87.88 | 36.55 | - |
| YUV | 230.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 136 | 0.11 | 0 | 0.46 | 0.01 | 74.87 | 0.97 | 0.76 |
| Hex | E0 | FD | 88 | B | 0 | 2E | 1 | 4B | 61 | 4C |
| Octal | 340 | 375 | 210 | 13 | 0 | 56 | 1 | 113 | 141 | 114 |
| Binary | 11100000 | 11111101 | 10001000 | 1011 | 0 | 101110 | 1 | 1001011 | 1100001 | 1001100 |
Color Harmonies of #E0FD88
Complementary color
Monochromatic Colors of #E0FD88
Black with #E0FD88
Text Example
Text Example
White with #E0FD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FD88; }
p { color: rgb(224,253,136); }
H1.HeaderClassName
{
color: #E0FD88;
}
.AnyTagClassName
{
color: #E0FD88;
}
</style>
background-color css
<style>
a { background-color: #E0FD88; }
a { background-color: rgb(224,253,136); }
div.DivClassName
{
background-color: #E0FD88;
}
.BgClassName
{
background-color: #E0FD88;
}
</style>
border-color css
<style>
span { border-color: #E0FD88; }
span { border-color: rgb(224,253,136); }
td.TdClassName
{
border-color: #E0FD88;
}
.TagClassName
{
border-color: #E0FD88;
}
</style>