Shades of Tidal #E0FF86
Tints of Tidal #E0FF86
RGB
CMYK
RGB Variations
Color information
#E0FF86 (or 0xE0FF86) is known color: Tidal. HEX triplet: E0, FF and 86. RGB value is (224,255,134). Sum of RGB (Red+Green+Blue) = 224+255+134=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FF86 is #1F0079. Grayscale: #E8E8E8. Windows color (decimal): -2031738 or 8847328. OLE color: 8847328.
HSL color Cylindrical-coordinate representation of color #E0FF86: hue angle of 75.37º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0FF86 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 134 | - |
| CMYK | 0.12 | 0 | 0.47 | 0 |
| HSL | 75.37º | 1% | 0.76% | - |
| HSV(B) | 75.37º | 0.47% | 1% | - |
| XYZ | 70.8 | 89.09 | 36.02 | - |
| YUV | 231.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 134 | 0.12 | 0 | 0.47 | 0 | 75.37 | 1 | 0.76 |
| Hex | E0 | FF | 86 | C | 0 | 2F | 0 | 4B | 64 | 4C |
| Octal | 340 | 377 | 206 | 14 | 0 | 57 | 0 | 113 | 144 | 114 |
| Binary | 11100000 | 11111111 | 10000110 | 1100 | 0 | 101111 | 0 | 1001011 | 1100100 | 1001100 |
Color Harmonies of #E0FF86
Complementary color
Monochromatic Colors of #E0FF86
Black with #E0FF86
Text Example
Text Example
White with #E0FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF86; }
p { color: rgb(224,255,134); }
H1.HeaderClassName
{
color: #E0FF86;
}
.AnyTagClassName
{
color: #E0FF86;
}
</style>
background-color css
<style>
a { background-color: #E0FF86; }
a { background-color: rgb(224,255,134); }
div.DivClassName
{
background-color: #E0FF86;
}
.BgClassName
{
background-color: #E0FF86;
}
</style>
border-color css
<style>
span { border-color: #E0FF86; }
span { border-color: rgb(224,255,134); }
td.TdClassName
{
border-color: #E0FF86;
}
.TagClassName
{
border-color: #E0FF86;
}
</style>