Shades of Tidal #E1FD86
Tints of Tidal #E1FD86
RGB
CMYK
RGB Variations
Color information
#E1FD86 (or 0xE1FD86) is known color: Tidal. HEX triplet: E1, FD and 86. RGB value is (225,253,134). Sum of RGB (Red+Green+Blue) = 225+253+134=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FD86 is #1E0279. Grayscale: #E7E7E7. Windows color (decimal): -1966714 or 8846817. OLE color: 8846817.
HSL color Cylindrical-coordinate representation of color #E1FD86: hue angle of 74.12º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1FD86 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 134 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.01 |
| HSL | 74.12º | 0.97% | 0.76% | - |
| HSV(B) | 74.12º | 0.47% | 0.99% | - |
| XYZ | 70.48 | 87.98 | 35.82 | - |
| YUV | 231.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 134 | 0.11 | 0 | 0.47 | 0.01 | 74.12 | 0.97 | 0.76 |
| Hex | E1 | FD | 86 | B | 0 | 2F | 1 | 4A | 61 | 4C |
| Octal | 341 | 375 | 206 | 13 | 0 | 57 | 1 | 112 | 141 | 114 |
| Binary | 11100001 | 11111101 | 10000110 | 1011 | 0 | 101111 | 1 | 1001010 | 1100001 | 1001100 |
Color Harmonies of #E1FD86
Complementary color
Monochromatic Colors of #E1FD86
Black with #E1FD86
Text Example
Text Example
White with #E1FD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD86; }
p { color: rgb(225,253,134); }
H1.HeaderClassName
{
color: #E1FD86;
}
.AnyTagClassName
{
color: #E1FD86;
}
</style>
background-color css
<style>
a { background-color: #E1FD86; }
a { background-color: rgb(225,253,134); }
div.DivClassName
{
background-color: #E1FD86;
}
.BgClassName
{
background-color: #E1FD86;
}
</style>
border-color css
<style>
span { border-color: #E1FD86; }
span { border-color: rgb(225,253,134); }
td.TdClassName
{
border-color: #E1FD86;
}
.TagClassName
{
border-color: #E1FD86;
}
</style>